Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
I have a NVIDIA GeForce FX 5600 128DDRam and I installed the official drivers for it, and it's working without problems, configured the XF86Config file enabled the LOAD "GLX" and even the LOAD "DRI" ( not to sure I should have done that, please tell if i should disable it too
And now, I startX... it's working smooth, but after i kill the X server i see some errors like Error loading the GLX module or smth like that... anyway... if someone can give me instructions to find out the problem and fix it would be a sweet :P
No, I have installed this one - NVIDIA-Linux-x86-1.0-4496-pkg2.run -
did "sh NVIDIA-Linux-x86-1.0-4496-pkg2.run" and afterwards followed the steps from there. But i did had a problem wich i tought the installer solved it...
it said that there are no precompiled kernel interfaces, and he tried to connect to the internet to download a precompiled kernel interface but i dont have a current internet connection on linux and won't even have too soon so he got DNS error and after DNS error the installer "said" that it will compile the interface and DONE. It works but with now GLX (
Is NVIDIA-Linux-x86-1.0-4363.run better than NVIDIA-Linux-x86-1.0-4496-pkg2.run ? and if yes where can i get it from ? or how can i get and compile the kernel interface the Driver installers was talking about ? Or even better :P how the heck i make GLX work ?! : )_) ) )
Hmm... the distribution I use (Ark Linux) has full support for nvidia. I know that doesn't help you much since that's not what you run, but their release notes (which can be found here: http://ibiblio.org/pub/Linux/distrib.../RELEASE-NOTES) explain the method they used to get it to work properly.
Hope that helps (a little bit)
Hapy hacking
EDIT -- Oh, I'm so sorry.. I didn't realize you weren't using an RPM-based distribution. The release notes _may_ help a little bit, but for the most part you can disregard this message
1. Why should I uninstall the driver ? It is working OK only that I get that annoing error message after i kill the X server, and if iwould had uninstalled the driver i would had get back to 800x600 resolutions at 16 bit ? (( NO SIR, instead of that i peaked into it more and go to run at 1280x1024 at 24 bits ) THANKS GOD
2. The info you gaved me would had been very usefull if i had used ARK or a similar distro. Thanks anyway.
3. Why did i enabled the GLX and DRI modules, well... because i got the error before enabling them, so first i tought that if i enable them i'll get rid of the error, but it wasnt like that, and anyway now i have them enabled and they work fine without errors.
To be frankly i dont even know what for is GLX and DRI, maybe if someone can explain so i can understand too would be nice ?!
So... the thing is that i made them work Okay. See ya.
Sometime problems are solved just by reading the README
So ...
I read the README and didn't find the part that told us to enable the DRI.
Just change the nv to nvidia and enable the glx part (both are in XF86config)
"I read the README and didn't find the part that told us to enable the DRI.
Just change the nv to nvidia and enable the glx part (both are in XF86config)"
From the Nvidia read me:
If you already have an XF86Config file working with a different driver
(such as the 'nv' or 'vesa' driver), then all you need to do is find
the relevant Device section and replace the line:
Driver "nv"
(or Driver "vesa")
with
Driver "nvidia"
In the Module section, make sure you have:
Load "glx"
You should also remove the following lines:
Load "dri"
Load "GLcore"
As a futher note, you should also have the source code for your current kernel version installed so the nvidia installer can make a module. :-)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.