|
[Hardware]
T221 Config on Linux + nVidia
[
topping
]
I decided to move over to Fedora, and it was a bit of work to get the T221 working on it. So I thought I would pass along what I found. The first step is getting the most recent drivers installed from the nVidia site. Their installer is very reliable, if it cannot get the driver from the FTP site, it will cook it for you there on the spot. Very handy. My desktop is running the AMD64 version of Fedora, and it installed the driver without a hitch. But one of the tricky parts is that it does not give you *everything* that you need. There are still two tweaks to insert:
One of the things that's not obvious about getting the driver installed is how to get the system to stop X. GDM is running, and it restarts X in case it should die. So as root, execute 'telinit 3'. That will drop you down into a shell prompt in a hurry. When you are ready to restart X, execute 'telinit 5'. To get a shell when GDM is running, you may have to SSH to your machine over the network with a different machine. Once the driver is installed, you need to edit /etc/X11/xorg.conf. I've attached the file I created inline, minus the comments. I've only set it up for one mode, so it should be easier to see what is going on. Of course, you can add more modes if that helps you. When debugging what happens during a launch of X, just keep checking /var/log/Xorg.0.log. Good luck! +=+=+=+=
Section "Files" Section "Module" Section "InputDevice" Section "InputDevice" Section "Monitor" Section "Device" EndSection Section "Modes" Section "Screen" Section "DRI" Post a comment
|