LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   After installing new NVIDIA drivers, X-Windows won't start (https://www.linuxquestions.org/questions/linux-general-1/after-installing-new-nvidia-drivers-x-windows-wont-start-10377/)

glock19 12-19-2001 05:07 PM

After installing new NVIDIA drivers, X-Windows won't start
 
After installing the new NVIDIA drivers, when I startx, X-Windows crashes.

I downloaded and ran the NVChooser, and I downloaded the appropriate GLX and kernel driver.

I typed the following commands:

$ rpm -ivh NVIDIA_kernel-1.0-2313.rh7up.i686.rpm
$ rpm -ivh NVIDIA_GLX-1.0-2313.i386.rpm

When I type "startx", X-Windows crashes. Does anyone know what the problem is?

dorward 12-19-2001 05:27 PM

You have to edit the XF86Config files. Go back to the nvidia site, get the README and work through it.

You might also be better off building from source rather then using the prebuilt versions.

neo77777 12-19-2001 06:55 PM

Also a peace of advice:
switch to run level 3 before installing rpms. That was my problem then.
Have fun.:Pengy:

neo77777 12-19-2001 06:57 PM

oh, I take my word back, if you said you typed startx I assume you are in rl 3.

febisfebi 12-19-2001 10:31 PM

the exact same thing happened to me, and luckily its a very easy step of installing nvidia drivers. you need to edit your XF86config-4 file in /etc/X11 (if u have Xfree86 4x), or XF86config for earlier versions.

replace the line:

Driver "nv"

with

Driver "nvidia"

In the Module section, make sure you have:

Load "glx"

You should also remove the following lines:

Load "dri"
Load "GLcore"

if they exist.

the full of this guild is found on the nvidia site, if u need more assistance.
http://205.158.109.140/XFree86_40/1.0-2313/README.txt


All times are GMT -5. The time now is 01:44 PM.