the-griff
03-10-03, 09:14 PM
alright im new to linux and i have installed debian> I got the internet working and everything but i cant seem to get the X system to work with my GeForce Ti 4200 128ddr 8XAGP.
Heres what i did:
wget http://download.nvidia.com/XFree86_40/1.0-4191/NVIDIA_GLX-1.0-4191.tar.gz
wget http://download.nvidia.com/XFree86_40/1.0-4191/NVIDIA_kernel-1.0-4191.tar.gz
tar -zxvf NVIDIA_GLX-1.0-4191.tar.gz
tar -zxvf NVIDIA_kernel-1.0-4191.tar.gz
then i run dselect and installed the kernel headers:"kernel-headers-2.2.20-idepci"
ln -s /usr/src/kernel-headers-2.2.20-idepci /usr/src/linux
then cd to where I untarred the nvidia files and edit Makefile
cd /blah/blah/NVIDIA_kernel-1.0-4191
vi Makefile
then add the IGNORE_CC_MISMATCH = ture to the beginning
make install
cd ../NVIDIA_GLX-1.0-4191
make install
vi /etc/X11/XF86Config-4
and comment out
#load "dri"
#load "GLcore"
and add
load "glx"
then change "nv" to "nvidia"
then i
startx
and all i get is a blank screen is ther something im doing wrong if so please help
ps please note i am pretty new to this so take it easy
Heres what i did:
wget http://download.nvidia.com/XFree86_40/1.0-4191/NVIDIA_GLX-1.0-4191.tar.gz
wget http://download.nvidia.com/XFree86_40/1.0-4191/NVIDIA_kernel-1.0-4191.tar.gz
tar -zxvf NVIDIA_GLX-1.0-4191.tar.gz
tar -zxvf NVIDIA_kernel-1.0-4191.tar.gz
then i run dselect and installed the kernel headers:"kernel-headers-2.2.20-idepci"
ln -s /usr/src/kernel-headers-2.2.20-idepci /usr/src/linux
then cd to where I untarred the nvidia files and edit Makefile
cd /blah/blah/NVIDIA_kernel-1.0-4191
vi Makefile
then add the IGNORE_CC_MISMATCH = ture to the beginning
make install
cd ../NVIDIA_GLX-1.0-4191
make install
vi /etc/X11/XF86Config-4
and comment out
#load "dri"
#load "GLcore"
and add
load "glx"
then change "nv" to "nvidia"
then i
startx
and all i get is a blank screen is ther something im doing wrong if so please help
ps please note i am pretty new to this so take it easy