Nvidia Vid Drivers in Redhat 9

wetcat007

Diamond Member
Nov 5, 2002
3,502
0
0
Hi, I'm trying to get nvidia's video drivers to install onto Redhat Linux 9 to work, but I can't seem to figure it out, it seems to need something called xfree86 but i tried getting that and couldnt get that too work either, sorry I'm a bit of a newbie to linux, but would like to give it my best, so I can avoid Microsoft.

-Mark
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
Can you get any sort of GUI? Like KDE, Gnome, etc.?
If so, then you already have XFree86
You just need to run the nvidia install script as root, edit your xfree86 config file, and then restart the x server. I know that sounds like gibberish if you're a complet newb, but the nvidia site has a pretty clear-cut step-by-step guide on how to do it. Post again if you're still stuck!
 

wetcat007

Diamond Member
Nov 5, 2002
3,502
0
0
Yeah I've got GUI, I mainly use KDE, I tried following Nvidia's steps but when i run nvidia-installer by double clicking it, a box pops up for a second then disappears and I get pretty much nothing.

-Mark
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
XFree86 is the project that develops the Gui for linux. X is for X windows, Free is for freedom-based software developement, and 86 is for x86, which is the regular pc platform, you know 386,486,586, amd pentium-class computers. However it has been ported to many many other platforms now.

It is also the name of a executable that is commonaly used to configure things... It's part of the X Windows package.


If you have X windows installed, and I assume you do since you are running Redhat, and you can tell for certain if you are looking at anything other than a generic command prompt black and white screen. If you got windows and graphics in Linux then you have X installed.

The trick is this. If you su into root to install the nvidia software, then sometimes the $PATH gets mangeled. The PATH is what is know as a enviromental variable, it's what used by the comand line shell to set up your enviroment, like if ls has colors, the hostname, and what the prompt looks like. all these things are setup using enviromental variables. Type 'set' to see all the variables... Type 'echo $PATH' to see the PATH variable. It is what is used by the OS to find your executable files. Before you start the script to install nvidia you need to do 2 things....

Make sure that you can find xfree86. Type in "XFree86 --verbose" and you should get a reply. If you don't get a reply and it says it can't find the XFree86, then try "export PATH=$PATH:/usr/X11/bin/"...
(keep in mind that linux is case sensitive, so xfree86 is not the same as XFree86, which is what i am assuming you ment)

The second part is You must not have X running! The installer with poop out a error if you do. In Redhat I am not smart enough to know a good way to disable X, if you have a graphical login screen and hit ctrl+alt f1 (f1 thru f6 usually) that isn't good enough. Try "telinit 3" that may work, then run the script logged in as root.
 

wetcat007

Diamond Member
Nov 5, 2002
3,502
0
0
Alright I think I know a little bit better of what I'm doing, but how do I close down "x" because the installer thing won't let me install it, with out that, I tried crt+alt+f1 it went to the promt thing, but it still wanted me to close down "X".
 

wetcat007

Diamond Member
Nov 5, 2002
3,502
0
0
Ok I guess I figured out how to get X closed "telinit 3" seemed to work, and I ran the graphics install, however nothing seems different, I can't enable 3D acceleration or anything what else am I missing?
 

Spyro

Diamond Member
Dec 4, 2001
3,366
0
0
You need to go into your /etc/X11/XF86Config-4 file and go to the module section and make sure that it has a line like this: load glx and then remove the load dri and load glcore lines, if present. After you do that then scroll down to the device section and change nv to nvidia. After that everything should go O.K. Oh and by the way..... RTFM :)
 

wetcat007

Diamond Member
Nov 5, 2002
3,502
0
0
I got it to work! The check box for OpenGl is disabled still, but OpenGL works, as in the penguin racer works and damn nicly too :). Is it possible to change the resoltuiion in that game though? Anyways I was wondering how to get Quake 3 and UT2003 to work on Linux.

Thanks a million, you've made a new linux fan!

-Mark
 

cleverhandle

Diamond Member
Dec 17, 2001
3,566
3
81
I posted a very lengthy how-to a couple weeks back about UT2003 - search that out if you're interested in UT.
 

chsh1ca

Golden Member
Feb 17, 2003
1,179
0
0
Originally posted by: wetcat007
I got it to work! The check box for OpenGl is disabled still, but OpenGL works, as in the penguin racer works and damn nicly too :). Is it possible to change the resoltuiion in that game though? Anyways I was wondering how to get Quake 3 and UT2003 to work on Linux.
Id hosts detailed instructions for Quake 3.
And Linuxkungfu.org has some instructions for Unreal Tournament 2003.
You'd be surprised how quickly google can answer your questions. :D