Re: [gentoo-user] GLX module not loaded...

2009-12-16 Thread Bruce Hill
On Wed, Dec 16, 2009 at 05:32:41AM +0100, meino.cra...@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.



Re: [gentoo-user] GLX module not loaded...

2009-12-16 Thread Marcus Wanner



On 12/16/2009 2:54 AM, Bruce Hill wrote:

On Wed, Dec 16, 2009 at 05:32:41AM +0100, meino.cra...@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



Re: [gentoo-user] GLX module not loaded...

2009-12-16 Thread meino . cramer
Marcus Wanner marc...@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.cra...@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.




Re: [gentoo-user] GLX module not loaded...

2009-12-16 Thread Alex Schuster
meino.cra...@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



Re: [gentoo-user] GLX module not loaded...

2009-12-16 Thread meino . cramer



Alex Schuster wo...@wonkology.org [09-12-16 19:12]:
 meino.cra...@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.




Re: [gentoo-user] GLX module not loaded...

2009-12-16 Thread Marcus Wanner

On 12/16/2009 1:14 PM, meino.cra...@gmx.de wrote:



Alex Schusterwo...@wonkology.org  [09-12-16 19:12]:
   

meino.cra...@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



[gentoo-user] GLX module not loaded...

2009-12-15 Thread meino . cramer

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.