* [gentoo-user] GLX module not loaded...
@ 2009-12-16 4:32 meino.cramer
2009-12-16 7:54 ` Bruce Hill
0 siblings, 1 reply; 7+ messages in thread
From: meino.cramer @ 2009-12-16 4:32 UTC (permalink / raw
To: Gentoo
Hi,
something is still wrong with my X.
I downgraded all according X11-stuff to stable and now I have
a login and my X-desktop back.
| By the way: It may be helpful that after compiling the Xserver
| one is not only warned to compile all X11-drivers again due
| to API changes but also and explictly the window manager.
| but this is another scenario...
I am still haveing one "EE" in my Xorg.0.log which says the
following:
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
(EE) NVIDIA(0): you continue to encounter problems, Please try
(EE) NVIDIA(0): reinstalling the NVIDIA driver.
(II) NVIDIA(0): NVIDIA GPU GeForce 7600 GT (G73) at PCI:1:0:0 (GPU-0)
Module "glx" is accessed via xorg.conf like this
Section "Module"
Load "glx"
EndSection
but seems not successfully loaded according to the EEs above.
What can I do to remove this problem?
Thank you very much for any help in advance!
Keep hacking! :)
mcc
--
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] GLX module not loaded...
2009-12-16 4:32 [gentoo-user] GLX module not loaded meino.cramer
@ 2009-12-16 7:54 ` Bruce Hill
2009-12-16 15:35 ` Marcus Wanner
0 siblings, 1 reply; 7+ messages in thread
From: Bruce Hill @ 2009-12-16 7:54 UTC (permalink / raw
To: gentoo-user
On Wed, Dec 16, 2009 at 05:32:41AM +0100, meino.cramer@gmx.de wrote:
> I am still haveing one "EE" in my Xorg.0.log which says the
> following:
>
> (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
> (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
> (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
> (EE) NVIDIA(0): you continue to encounter problems, Please try
> (EE) NVIDIA(0): reinstalling the NVIDIA driver.
> (II) NVIDIA(0): NVIDIA GPU GeForce 7600 GT (G73) at PCI:1:0:0 (GPU-0)
>
> Module "glx" is accessed via xorg.conf like this
>
> Section "Module"
> Load "glx"
> EndSection
>
> but seems not successfully loaded according to the EEs above.
Have you run "eselect opengl set nvidia" yet? There is a nice guide here:
http://www.gentoo.org/doc/en/nvidia-guide.xml
--
"Experience is a hard teacher because she gives the test first, the
lesson afterward. But properly learned, the lesson forever changes
the man."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] GLX module not loaded...
2009-12-16 7:54 ` Bruce Hill
@ 2009-12-16 15:35 ` Marcus Wanner
2009-12-16 16:31 ` meino.cramer
0 siblings, 1 reply; 7+ messages in thread
From: Marcus Wanner @ 2009-12-16 15:35 UTC (permalink / raw
To: gentoo-user
On 12/16/2009 2:54 AM, Bruce Hill wrote:
> On Wed, Dec 16, 2009 at 05:32:41AM +0100, meino.cramer@gmx.de wrote:
>
>> I am still haveing one "EE" in my Xorg.0.log which says the
>> following:
>>
>> (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
>> (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
>> (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
>> (EE) NVIDIA(0): you continue to encounter problems, Please try
>> (EE) NVIDIA(0): reinstalling the NVIDIA driver.
>> (II) NVIDIA(0): NVIDIA GPU GeForce 7600 GT (G73) at PCI:1:0:0 (GPU-0)
>>
>> Module "glx" is accessed via xorg.conf like this
>>
>> Section "Module"
>> Load "glx"
>> EndSection
>>
>> but seems not successfully loaded according to the EEs above.
>>
> Have you run "eselect opengl set nvidia" yet? There is a nice guide here:
> http://www.gentoo.org/doc/en/nvidia-guide.xml
>
I was having the same problem and that command fixed it for me. I
noticed that before it was fixed, there was no 3d acceleration when
using opengl, making for very slow framerates with most 3d apps...
Marcus
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] GLX module not loaded...
2009-12-16 15:35 ` Marcus Wanner
@ 2009-12-16 16:31 ` meino.cramer
2009-12-16 16:56 ` Alex Schuster
0 siblings, 1 reply; 7+ messages in thread
From: meino.cramer @ 2009-12-16 16:31 UTC (permalink / raw
To: gentoo-user
Marcus Wanner <marcusw@cox.net> [09-12-16 17:04]:
>
>
> On 12/16/2009 2:54 AM, Bruce Hill wrote:
> >On Wed, Dec 16, 2009 at 05:32:41AM +0100, meino.cramer@gmx.de wrote:
> >
> >>I am still haveing one "EE" in my Xorg.0.log which says the
> >>following:
> >>
> >>(EE) NVIDIA(0): Failed to initialize the GLX module; please check in
> >>your X
> >>(EE) NVIDIA(0): log file that the GLX module has been loaded in
> >>your X
> >>(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX
> >>module. If
> >>(EE) NVIDIA(0): you continue to encounter problems, Please try
> >>(EE) NVIDIA(0): reinstalling the NVIDIA driver.
> >>(II) NVIDIA(0): NVIDIA GPU GeForce 7600 GT (G73) at PCI:1:0:0 (GPU-0)
> >>
> >>Module "glx" is accessed via xorg.conf like this
> >>
> >>Section "Module"
> >> Load "glx"
> >>EndSection
> >>
> >>but seems not successfully loaded according to the EEs above.
> >>
> >Have you run "eselect opengl set nvidia" yet? There is a nice guide
> >here:
> >http://www.gentoo.org/doc/en/nvidia-guide.xml
> >
> I was having the same problem and that command fixed it for me. I
> noticed that before it was fixed, there was no 3d acceleration when
> using opengl, making for very slow framerates with most 3d apps...
>
> Marcus
>
...and I was sure, that the emerge process did this for me...
I did by hand and now I have another problem:
(II) Loading extension RECORD
(II) LoadModule: "dri"
(WW) Warning, couldn't open module dri
(II) UnloadModule: "dri"
(EE) Failed to load module "dri" (module does not exist, 0)
(II) LoadModule: "dri2"
(WW) Warning, couldn't open module dri2
(II) UnloadModule: "dri2"
(EE) Failed to load module "dri2" (module does not exist, 0)
Any eselect magic needed here ?
--
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] GLX module not loaded...
2009-12-16 16:31 ` meino.cramer
@ 2009-12-16 16:56 ` Alex Schuster
2009-12-16 18:14 ` meino.cramer
0 siblings, 1 reply; 7+ messages in thread
From: Alex Schuster @ 2009-12-16 16:56 UTC (permalink / raw
To: gentoo-user
meino.cramer@gmx.de writes:
> I did by hand and now I have another problem:
>
> (II) Loading extension RECORD
> (II) LoadModule: "dri"
> (WW) Warning, couldn't open module dri
> (II) UnloadModule: "dri"
> (EE) Failed to load module "dri" (module does not exist, 0)
> (II) LoadModule: "dri2"
> (WW) Warning, couldn't open module dri2
> (II) UnloadModule: "dri2"
> (EE) Failed to load module "dri2" (module does not exist, 0)
I read here that this is okay for the nvidia drivers, they do the dri
stuff on their own.
Wonko
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] GLX module not loaded...
2009-12-16 16:56 ` Alex Schuster
@ 2009-12-16 18:14 ` meino.cramer
2009-12-16 23:20 ` Marcus Wanner
0 siblings, 1 reply; 7+ messages in thread
From: meino.cramer @ 2009-12-16 18:14 UTC (permalink / raw
To: gentoo-user
Alex Schuster <wonko@wonkology.org> [09-12-16 19:12]:
> meino.cramer@gmx.de writes:
>
> > I did by hand and now I have another problem:
> >
> > (II) Loading extension RECORD
> > (II) LoadModule: "dri"
> > (WW) Warning, couldn't open module dri
> > (II) UnloadModule: "dri"
> > (EE) Failed to load module "dri" (module does not exist, 0)
> > (II) LoadModule: "dri2"
> > (WW) Warning, couldn't open module dri2
> > (II) UnloadModule: "dri2"
> > (EE) Failed to load module "dri2" (module does not exist, 0)
>
> I read here that this is okay for the nvidia drivers, they do the dri
> stuff on their own.
>
> Wonko
>
Wonderful...now I can live in peace and X again ! :)
THX a lot!
Mcc
--
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] GLX module not loaded...
2009-12-16 18:14 ` meino.cramer
@ 2009-12-16 23:20 ` Marcus Wanner
0 siblings, 0 replies; 7+ messages in thread
From: Marcus Wanner @ 2009-12-16 23:20 UTC (permalink / raw
To: gentoo-user
On 12/16/2009 1:14 PM, meino.cramer@gmx.de wrote:
>
>
> Alex Schuster<wonko@wonkology.org> [09-12-16 19:12]:
>
>> meino.cramer@gmx.de writes:
>>
>>
>>> I did by hand and now I have another problem:
>>>
>>> (II) Loading extension RECORD
>>> (II) LoadModule: "dri"
>>> (WW) Warning, couldn't open module dri
>>> (II) UnloadModule: "dri"
>>> (EE) Failed to load module "dri" (module does not exist, 0)
>>> (II) LoadModule: "dri2"
>>> (WW) Warning, couldn't open module dri2
>>> (II) UnloadModule: "dri2"
>>> (EE) Failed to load module "dri2" (module does not exist, 0)
>>>
>> I read here that this is okay for the nvidia drivers, they do the dri
>> stuff on their own.
>>
>> Wonko
>>
>>
> Wonderful...now I can live in peace and X again ! :)
> THX a lot!
>
Actually, if you want, you can put
Disable "dri"
Disable "dri2"
in the modules section of your xorg.conf, and that will get rid of the
messages.
Marcus
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-12-17 0:13 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-16 4:32 [gentoo-user] GLX module not loaded meino.cramer
2009-12-16 7:54 ` Bruce Hill
2009-12-16 15:35 ` Marcus Wanner
2009-12-16 16:31 ` meino.cramer
2009-12-16 16:56 ` Alex Schuster
2009-12-16 18:14 ` meino.cramer
2009-12-16 23:20 ` Marcus Wanner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox