|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
How-to: Asus P5N32-E SLI Plus with Linux
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | ||||||||||||
|
PC Gamer
![]() |
![]() If you don’t have my exact setup some of these hacks/tweaks may help if implemented properly. My Specs:
I realize this isn’t a top end gaming rig, but after I chose to sell my old gaming rig a few years ago to pay for my wife’s engagement ring I was left with nothing to work with. I needed a place to start and get my foot back in the door to high performance OCing and gaming, only this time I’m determined to go totally Open Source with Ubuntu Linux as my weapon of choice. I procured this setup for about 200$ from some long time friends. Many more parts were thrown in but they are not pertinent to the scope of this how to.
Login to the command line with your regular credentials. On a separate computer with Internet access go to the Nvidia website and download the appropriate drivers for your Linux build. Drop them on a flash drive. Mount the flash drive on your command line only box: Code:
sudo mkdir /media/usb sudo mount /dev/sdb /media/usb (sometimes it's labeled sdb1, so if sdb doesn't seem to work use sdb1) cd /media/usb sudo killall gdm (this kills X and GDM so the nvidia drivers can be compiled and installed without conflicts) sudo sh NVIDIA-Linux-x86_64-180.44-pkg2.run Reboot Code:
sudo shutdown -r now
Open a terminal Code:
sudo su rmmod forcedeth modprobe forcedeth msi=0 msix=0 /etc/init.d/networking restart Code:
sudo su cd /etc/modprobe.d/ nano options Code:
#nVIDIA Corporation MCP55 Ethernet options forcedeth msi=0 msix=0 Now the boot image must be rebuilt Code:
update-initramfs -u This setup has proven to be the most problematic I have ever dealt with. Most of the computers I’ve built with Ubuntu work out of the box with no hacking or tweaking, I just happened to get the least compliant of every version. Oh well, nothing a little command line wizardry can’t fix. I expect to be playing Left 4 Dead, Oblivion, Spore and even Crysis shortly.
__________________
How-to: Linux Gaming Explained | How-to: Nvidia Overclocking in Linux | How-to: Linux Temps and System Monitors How-to: Demystifying the Nvidia Driver
|
||||||||||||
|
|
|
|
|
#2 (permalink) | ||||||||||||
|
Linux Lobbyist
![]() |
Caedis, you are going to be a Linux forum rep master (up there with the legendary, but now departed, error10) pretty soon if you keep posting these tuts.
Nice job.
__________________
Secure Your Network With Tomato Linux File Permissions HOWTO Secure Ubuntu With AppArmor"I can't bring myself to try Linux Mint because they keep naming the OS after ex-girlfriends or women I've had bad run ins with. Cassandra was a sexual harassing shift manager. And Felicia was a stalker who knew how to turn a good day into a hellish experience in 0-60." -- Anub1s from BBR forums
|
||||||||||||
|
|
|
|
|
#3 (permalink) | |||||||||||||
|
PC Gamer
![]() |
Quote:
__________________
How-to: Linux Gaming Explained | How-to: Nvidia Overclocking in Linux | How-to: Linux Temps and System Monitors How-to: Demystifying the Nvidia Driver
|
|||||||||||||
|
|
|
![]() |
| Tags |
| asus, guide, linux, p5n32-e sli plus, ubuntu |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|