elsenator
10-22-02, 06:08 PM
Finally, after fiddling around with the src RPMs for a few days with no luck what so ever, I tried to use the tarballs from NVIDIA's page instead... And, to my surprise it all worked smoothly and I'm now running UT2003 on my Geforce 4 Ti4600 with no problems at all!!! Wanna do this too?
------------ READ ------------
First of all, I want to point out that I got it to work after making a clean install of Red Hat 8 workstation with the Development Tools and Kernel Development packages added manually(by telling the installer that I wanted to change the packages it had chosen for me with the workstation list). I'm not sure whether the these packages actually had to be added, but it makes sence since we are going to compile the kernel and GLX module for your particular setup... I think...
Anyways, if you already did make a clean install and the development packages mentioned above haven't been installed you can always add them by clicking
Menu > System Settings > Packages
And then checking the Development Tools and Kernel development packages(I don't know if the kernel development package is needed, but who cares)
ok, here is what I did, step by step:
1. First make sure you have the above mentioned stuff up and running
2. Go to NVIDIA's homepage and under Drivers for Linux download the two driver source tarballs:
NVIDIA_GLX-1.0-3123.tar.gz
NVIDIA_kernel-1.0-3123.tar.gz
3. Now exit Gnome/Kde
4. Go to the directory where you downloaded the tarballz (the tar.gz files)
5. Type "tar xvzf NVIDIA_kernel-1.0-3123.tar.gz" without the quotes (d'oh)
6. Type "tar xvzf NVIDIA_GLX-1.0-3123.tar.gz" also without the quotes (d'oooooh)
7. Now type "cd NVIDIA_kernel-1.0-3123"
8. Type "make install"
9. Type "cd ../NVIDIA_GLX-1.0-3123"
10. Type "make install"
11 Tadaaa!! Now the driver is installed, and all we need to do is modify the Xfree86 config file
Here's how it's done...
1. Type "cd /etc/X11"
2. Type "emacs XF86Config" (the emacs editor will then start)
3. Find the line that says "Load "dri"" and remove it.
4. Find the place where either "vesa" og "nv" is listed under your Geforce 4 card and change it to "nvidia"
5. Save the document by pressing F10, f, e, y . . .and there you go
And there we are... Type "startx" and you should be up and running with full OpenGL support.
If I missed something, please let me know, so I can correct it... I hope this "guide" will be of some use to some of you... Oh, and this should work with other Geforce cards too! I just wrote this since I couldn't use the other guide from this forum...
Fare thee well! And happy fraggin' or whatever ya wanna do... :)
------------ READ ------------
First of all, I want to point out that I got it to work after making a clean install of Red Hat 8 workstation with the Development Tools and Kernel Development packages added manually(by telling the installer that I wanted to change the packages it had chosen for me with the workstation list). I'm not sure whether the these packages actually had to be added, but it makes sence since we are going to compile the kernel and GLX module for your particular setup... I think...
Anyways, if you already did make a clean install and the development packages mentioned above haven't been installed you can always add them by clicking
Menu > System Settings > Packages
And then checking the Development Tools and Kernel development packages(I don't know if the kernel development package is needed, but who cares)
ok, here is what I did, step by step:
1. First make sure you have the above mentioned stuff up and running
2. Go to NVIDIA's homepage and under Drivers for Linux download the two driver source tarballs:
NVIDIA_GLX-1.0-3123.tar.gz
NVIDIA_kernel-1.0-3123.tar.gz
3. Now exit Gnome/Kde
4. Go to the directory where you downloaded the tarballz (the tar.gz files)
5. Type "tar xvzf NVIDIA_kernel-1.0-3123.tar.gz" without the quotes (d'oh)
6. Type "tar xvzf NVIDIA_GLX-1.0-3123.tar.gz" also without the quotes (d'oooooh)
7. Now type "cd NVIDIA_kernel-1.0-3123"
8. Type "make install"
9. Type "cd ../NVIDIA_GLX-1.0-3123"
10. Type "make install"
11 Tadaaa!! Now the driver is installed, and all we need to do is modify the Xfree86 config file
Here's how it's done...
1. Type "cd /etc/X11"
2. Type "emacs XF86Config" (the emacs editor will then start)
3. Find the line that says "Load "dri"" and remove it.
4. Find the place where either "vesa" og "nv" is listed under your Geforce 4 card and change it to "nvidia"
5. Save the document by pressing F10, f, e, y . . .and there you go
And there we are... Type "startx" and you should be up and running with full OpenGL support.
If I missed something, please let me know, so I can correct it... I hope this "guide" will be of some use to some of you... Oh, and this should work with other Geforce cards too! I just wrote this since I couldn't use the other guide from this forum...
Fare thee well! And happy fraggin' or whatever ya wanna do... :)