Troy McClure
12-21-2000, 11:02 PM
I am new to Linux and I am trying to get my GeForce 2 to work in X-Windows.
I have tried so many things and I always end with the same result...FAILURE!
Could someone please analyze what I am doing and give me some direction
Here are my steps;
I do a fresh full install of Slackware 7.1
Log into the system as root
ftp to ftp.xfree86.org and grab all of the 4.0.1 tar.gz files from the Linux-ix86-glibc21 directory
ftp to ftp1.detonator.nvdiai.com and grab the NVIDIA_GLX-0.9-5.tar.gz and the NVIDIA_kernel-0.9-5.tar.gz files
From reading other posts, I do the following command
ln -s /lib/libncurses.so.5 /usr/lib/libncurses.so.4 (why, I don't know!)
from the directory I have downloaded my files to I type the following
sh Xinstall.sh
X Installs I believe successfully?
then I gunzip and tar -xvf the two nvidia files
From the NVIDIA_GLX-0.9-5 I type make, then make install (I think they both do the same)
from the NVIDIA_kernel-0.9-5 I type make, then make install (once again, I think they both do the same)
I then run xf86config and set the basics and select the TNT2 card #353
I then edit the XF86Config file and take out the # infront of GLX and change the driver from nv to nvidia
I then go into the /usr/X11R6/lib/modules/extensions and delete libglx.a & libGLcore.a (why, I don't know!)
I then edit my rc.modules files in the /etc/rc.d directory and add a line at the end that says /usr/sbin/modprobe NVdriver
I then verify that the line alias char-major-195 NVdriver is added to my /etc/modules.conf file
Reboot
startx
This is what I get
FAILED TO ALLOCATE DMA PUSH BUFFER CONTEXT
FAILED DRIVER ENABLED
Fatal server error:
AddScreen/Screeninit failed for driver 0
I have been trying to get this going for days and it is really frustrating, I know I am a newbie but man, installing a video driver should not be this hard.
TIA
Troy
I have tried so many things and I always end with the same result...FAILURE!
Could someone please analyze what I am doing and give me some direction
Here are my steps;
I do a fresh full install of Slackware 7.1
Log into the system as root
ftp to ftp.xfree86.org and grab all of the 4.0.1 tar.gz files from the Linux-ix86-glibc21 directory
ftp to ftp1.detonator.nvdiai.com and grab the NVIDIA_GLX-0.9-5.tar.gz and the NVIDIA_kernel-0.9-5.tar.gz files
From reading other posts, I do the following command
ln -s /lib/libncurses.so.5 /usr/lib/libncurses.so.4 (why, I don't know!)
from the directory I have downloaded my files to I type the following
sh Xinstall.sh
X Installs I believe successfully?
then I gunzip and tar -xvf the two nvidia files
From the NVIDIA_GLX-0.9-5 I type make, then make install (I think they both do the same)
from the NVIDIA_kernel-0.9-5 I type make, then make install (once again, I think they both do the same)
I then run xf86config and set the basics and select the TNT2 card #353
I then edit the XF86Config file and take out the # infront of GLX and change the driver from nv to nvidia
I then go into the /usr/X11R6/lib/modules/extensions and delete libglx.a & libGLcore.a (why, I don't know!)
I then edit my rc.modules files in the /etc/rc.d directory and add a line at the end that says /usr/sbin/modprobe NVdriver
I then verify that the line alias char-major-195 NVdriver is added to my /etc/modules.conf file
Reboot
startx
This is what I get
FAILED TO ALLOCATE DMA PUSH BUFFER CONTEXT
FAILED DRIVER ENABLED
Fatal server error:
AddScreen/Screeninit failed for driver 0
I have been trying to get this going for days and it is really frustrating, I know I am a newbie but man, installing a video driver should not be this hard.
TIA
Troy