Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installing nvidia driver [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bumpert
Guru
Guru


Joined: 22 Dec 2003
Posts: 430
Location: Montréal, Québec, Canada

PostPosted: Mon Sep 06, 2004 9:13 pm    Post subject: Installing nvidia driver [SOLVED] Reply with quote

I foolwed up this tutorial: http://www.gentoo.org/doc/en/nvidia-guide.xml with no error and when i tried to do the command to check if all is ok (glxinfo | grep direct)

and i got this:

Code:
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".


thx
_________________
Programmer always try to make software idiotproof, but God always making better idiot


Last edited by bumpert on Fri May 06, 2005 10:38 pm; edited 2 times in total
Back to top
View user's profile Send private message
BoZ
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2003
Posts: 114
Location: The Netherlands

PostPosted: Mon Sep 06, 2004 10:09 pm    Post subject: Reply with quote

I think you didn't load the glx module.
Open you xorg or xfree config and add this in the Module-section:
Code:
Load "glx"

This should do the trick.
Back to top
View user's profile Send private message
bumpert
Guru
Guru


Joined: 22 Dec 2003
Posts: 430
Location: Montréal, Québec, Canada

PostPosted: Tue Sep 07, 2004 2:28 am    Post subject: Reply with quote

BoZ wrote:
I think you didn't load the glx module.
Open you xorg or xfree config and add this in the Module-section:
Code:
Load "glx"

This should do the trick.


i added it and restart gdm and that give me the same messages

thx
_________________
Programmer always try to make software idiotproof, but God always making better idiot
Back to top
View user's profile Send private message
SilentGreg
Apprentice
Apprentice


Joined: 24 Aug 2004
Posts: 153
Location: New Jersey, USA

PostPosted: Tue Sep 07, 2004 2:50 am    Post subject: Reply with quote

I had the same problem too. I tried "glxinfo | grep direct" about four times. Doubled checked that I was using the nvidia module for my graphics adapter and then I tried again. No luck. I decided for shits and giggles, I rebooted and it worked. Go figure. :roll:

PS. I also had to comment out "dri" when I installed xorg it was enabled. Not sure why.
_________________
-Greg-
Back to top
View user's profile Send private message
bumpert
Guru
Guru


Joined: 22 Dec 2003
Posts: 430
Location: Montréal, Québec, Canada

PostPosted: Tue Sep 07, 2004 3:12 am    Post subject: Reply with quote

SilentGreg wrote:
I had the same problem too. I tried "glxinfo | grep direct" about four times. Doubled checked that I was using the nvidia module for my graphics adapter and then I tried again. No luck. I decided for shits and giggles, I rebooted and it worked. Go figure. :roll:

PS. I also had to comment out "dri" when I installed xorg it was enabled. Not sure why.


i had already reboot like 2 times, and dri is in comment :/

thx
_________________
Programmer always try to make software idiotproof, but God always making better idiot
Back to top
View user's profile Send private message
bumpert
Guru
Guru


Joined: 22 Dec 2003
Posts: 430
Location: Montréal, Québec, Canada

PostPosted: Sat Sep 11, 2004 4:59 am    Post subject: Reply with quote

nobody?
_________________
Programmer always try to make software idiotproof, but God always making better idiot
Back to top
View user's profile Send private message
voodoodoc
Apprentice
Apprentice


Joined: 01 Feb 2004
Posts: 158

PostPosted: Sat Sep 11, 2004 5:40 am    Post subject: Reply with quote

I just posted something similar to this a while ago, but from the lack of response and the numerous posts about nvidia drivers and stuff I think its safe to assume its a pretty common problem, and gentoo actually makes it worse with ebuilds.

Basically any time I have ever installed linux on a machine with an Nvidia card, always use their installer.

Here is a short run down on what to do.
1. Go to www.nvidia.com and get their driver, its the same for all cards I believe but you can go to your specific cards section and verifiy.
2.
Code:
emerge unmerge nvidia-kernel

3.
Code:
emerge unmerge nvidia-glx

4. Run the installer (either chmod it to 700 and ./NVIDIA-.... or sh NVIDIA....)
5. Comment out the
Code:
load dri
line
6. Uncomment or add
Code:
load glx

7. Chagne the driver in the section for your video card from
Code:
nv
to
Code:
nvidia


The only problems I have ever had with Nvidia cards has been in making the mistake of using gentoo's ebuilds for nvidia-kernel and nvidia-glx. I've installed numerous versions of linux on 3 different Nvidia cards and only had trouble as mentioned above.

IMPORTANT do not use opengl-update nvidia with the above method.
Back to top
View user's profile Send private message
bumpert
Guru
Guru


Joined: 22 Dec 2003
Posts: 430
Location: Montréal, Québec, Canada

PostPosted: Sat Sep 11, 2004 3:46 pm    Post subject: Reply with quote

thx a lot!!!!!

now that working :)

I put this thread as solved and leave it.
another time thx a lot
_________________
Programmer always try to make software idiotproof, but God always making better idiot
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum