quote:
Originally posted by TheKnifeThrower:
The problem seems to be when I need to edit the XFree86 config file. When I change the "nv" to "nvidia" and restart the pc x wont work. When i tried to restore the config file from a backup it still wouldn't work.
Ok.
1) This isn't microsoft so you don't have to restart the pc. As root, type
init 3
To go to console mode.
Edit the XF86Config file from there using pico (very newbie friendly console editor).
pico /etc/X11/XF86Config
modprobe the nvdriver and agpgart modules before starting X (you shouldn't have to do this but we need to make sure they are loading to eliminate variables in the initial setup).
modprobe nvdriver
modprobe agpgart
Start X.
startx
If it doesn't work, it will either just kindof hang with a black screen or dump back into console mode. If it sort of hangs hit ctrl-alt-backspace to kill X and try editing again. This is much faster than rebooting.
2) I havn't used the latest version of the nvidia drivers but there were other changes you had to make for the last version. Here is my XF86Config file parts
3) Note that after installing nvidia's proprietary driver the nv module DOESN'T WORK ANYMORE. If memory serves correctly, it's because of the massive changes to GLX. If you comment out GLX it should work again, or you need to uninstall the nvidia proprietary drivers.
[ August 29, 2003: Message edited by: M. O'Brien ]
[ August 29, 2003: Message edited by: M. O'Brien ]