Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
Hello i am trying to install install Nvidia video card drivers for my geforce4 mx 440 on redhat 9 and whenever i start to it tells me i need to exit x server, how is this done? any other helpful inof on what to do after that would be much apprecaited
i posted this in the red hat forum under -red hat 9 driver install, the 6th replay to the thread, this is how i did it-
download the nvidia driver, it got saved into the /home/ronss directory.
okay, got to get out of the x-server , do this-
open terminal and type this-
su -
type in your root password
telinit 3
hit enter
should get ya into runlevel 3, and next type this-
username
password
now you should get a prompt $, now i can remember if you have to get root permission or not, but try installing driver with the $ , if it doesn,t work, type in su -, and your root password, you will get this #, and then type in nvidia command to run the driver , which is this for me-
sh NVIDIA-Linux-x86-1.0-4496-pkg2.run
should install driver, now exit runlevel 3, with the command-startx
you have to configure the xf86 file now, i used kedit and to do this you got to give it permission to change the xf86 config file, do this, open terminal and type this-
su -c "kedit /x11/xf86config "
hit enter, should open kedit, now click on / and in the file box, enter /x11/
click find, it should open some files, and you should find the xf86config file, now edit the file per se nvidia read me file, after making the changes , save , and reboot , you should get the nvidia splash screen if installed correctly
exit X: press the logout button. it's usually situated near the menu or is the first option..
in the worst case a CTRL+ALT+BACKSPACE will take you back to the shell
here run the file you've downloaded. it will compile the correct drivers (module) for your kernel
now you have to edit the file
/etc/X11/XF86Config
you can return in x and use a graphical editor or maybe try mcedit(vi,emacs) - (the first one is much more simpler)..i would reccomend you to use something like gedit or kedit..
1. substitute teh line
Driver "nv" --> Driver "nvidia"
2. comment the line with a #
# Load "dri"
3. add, if not present the line (or uncomment it by removing the #)
Load "glx"
you're done...
all these info are included in the readme.. this is just a short brief..
hope it helps
it's not necessary to reboot
at the prompt just do a
$ startx
and the new module will be loaded immediatly!
this is a reason why linux is better than windoz!!
if u see the nvidia logo the module loaded properly..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.