PDA

View Full Version : Problem installing NVIDIA driver in Debian Linux


Linux_Leif
12-29-06, 03:19 PM
I am trying to install NVIDIA drivers for a GeForce 6200 using Debian Linux.

When I try (sh NVIDIA-Linux-x86-1.0-9746-pkg1.run) I get a message about exiting Xserver.

I have the nvidia-xconfig-1.0.tar.gz but don't know how to use it.

Any help would be appreciated;

Linux_Leif

grey_1
12-30-06, 09:34 AM
reposting this in the linux section will get you more help. That said (I don't know your level of experience, mines low)

X-server is your graphical interface. log in and open a terminal and log in as root.

"init 3" will kill your X in debian(minus quotes of course)

Run your sh NVIDIA-Linux-x86-1.0-9746-pkg1.run

Then either do "init 5" or "startx" to bring your gui back up.

I think the nvidiaxconfig is installed with the 9746's, open that and set your resolution, apply and save to xorg.conf.

If after a reboot your gui doesn't come up, log in as root, do "nano /etc/X11/xorg.conf" to open your xorg.conf, search for the driver section and change "nvidia" to "nv", this should give you your gui back, trouble shoot from there. Good luck with it!