PDA

View Full Version : Nvidia woes


dr3w807
13th March 2008, 00:24
I need help...I've reinstalled FC8 more times than I'd like to admit, I've begun typing "su* yum install kmod-nvidia" in my sleep. I can't install the drivers for the life of me. Well i guess that's bot true, it's installed, it just doesn't want to do anything. After I restart x-server(log out and in). I have to reconfigure x-server, and when I try to open the nvidia settings it tells me "You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server. " and when I do what it says i get "[root@localhost dr3w807]# nvidia-xconfig bash: nvidia-xconfig: command not found" please help.

o.meyer
13th March 2008, 14:54
Hi dr3w807,

please give me the output of

cat /etc/X11/xorg.conf | grep Driver

Best regards,

Olli

Etrahkad
15th March 2008, 20:21
cat /etc/X11/xorg.conf | grep Driver
Driver "kbd"
Driver "nv"

I'm having the same issue.

o.meyer
19th March 2008, 02:13
Hi,

please change

Driver "nv"

to

Driver "nvidia"

After that log out and in again to take the changes effect.

Best regards,

Olli

Etrahkad
19th March 2008, 04:14
I have tried that fix, and I would then have to remove xorg.conf to obtain graphic x again because changing nv to nvidia would cause X to be inoperable.

I have, however, found another fix on fedorafaq.org.

To install kmod-nvidia

yum install kmod-nvidia

Then to put the X system into level 3 to enable nvidia-display-settings

init 3

nvidia-display-settings enable

Kmod-nvidia provides a display utility that takes care of writing to the xorg.conf file and provides display drivers that are not previously found in the distro. (nvidia 8600)