Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Can anyone please post a detailed description of how to go about effectively installing the IA32 NVIDIA driver on Redhat 9.
I am a very new user of Linux and would like to run Redhat 9 on my system, but I think it's having real problems recognizing my video card. If I try to change the resolution on my monitor, the screen goes haywire. I assume it's because of the video card.
There are detailed install instructions on the README associated with the NVIDIA driver, but they are overwhelming for such a new user. Any help would be appreciated.
Commands & steps for installing nvidia driver:
Make sure you have kernel sources installed
As root, run 'init 3'
Make sure you're root
Run the *.run file (nvidia-installer... .run) './nvidia... .run'
After it's finished installing, edit your /etc/X11/XF86Config using your favorite command-line editor (pico's pretty easy): 'pico /etc/X11/XF86Config' Look for a line like this 'Driver "nv" ' or 'Driver "vesa" ', and change the 'vesa' or 'nv' to 'nvidia'. Save, and run 'init 5' to finish. You should see the nvidia splash screen if it was installed properly.
The installation compiles driver specifically for the kernel you're running. It needs the kernel source code to do this. If you didn't download a new kernel, the source code should be on one of your cds, if it isn't installed already. Check by looking in the /usr/src/linux directory.
aaa - you've been a great help so far. I'm pretty sure I am ready to set this thing up - however, I updated the kernal by downloading it from Redhat - I looked in the directory you specified, but there is no kernel source code. Do you know how I can get it? Please advise. Thanks.
You need to either pull the kernel source off of your installation cd (probably the best thing to do) or goto ftp.kernel.org and download the correct kernel source.
Download it to /usr/src (either from the cd or ftp.kernel.org). Then issue the tar zxf command to unpack it.
Many thanks to both aaa and Risc91 - I am typing this on a screen with the resolution that I wanted - because I installed the NVIDIA driver successfully. Couldn't have done it without you guys.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.