Re: [gentoo-user] xorg-x11-7.0.0-r1: Can't load glx or via_drv module

2006-01-31 Thread Benno Schulenberg
[EMAIL PROTECTED] wrote: I tried what you said, and now I'm get to a point where it fails due to circular references between libglx and libGLcore. Which are those? Do you have a 'Load GLcore' in your xorg.conf? If so, then remove it. What does your xorg.conf look like now? Benno --

Re: [gentoo-user] xorg-x11-7.0.0-r1: Can't load glx or via_drv module

2006-01-31 Thread ralpklm
On 1/31/06, Benno Schulenberg [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I tried what you said, and now I'm get to a point where it fails due to circular references between libglx and libGLcore. Which are those? Do you have a 'Load GLcore' in your xorg.conf? If so, then remove it.

Re: [gentoo-user] xorg-x11-7.0.0-r1: Can't load glx or via_drv module

2006-01-31 Thread Benno Schulenberg
[EMAIL PROTECTED] wrote: If I add the Load GLcore I get a undefined symbol for __glX11(something I can't rember exactly, but it is a symbol in libglx.so) Without (or without) Load GLcore I get a failure on Load glx from and undefined symbol glCallList which is provided in libGLcore.so

[gentoo-user] xorg-x11-7.0.0-r1: Can't load glx or via_drv module

2006-01-30 Thread Ralph K
Hello, I recently installed xorg 7.0 on my system and I get the following errors when using 'startx' or 'Xorg -configure': Wth module glx - 'undefined symbol' glCallList With module via_drv - 'undefined symbol' drmCommandWrite Used 'nm -D' on libGLcore.so and libdrm.so and those symbols are

Re: [gentoo-user] xorg-x11-7.0.0-r1: Can't load glx or via_drv module

2006-01-30 Thread Benno Schulenberg
Ralph K wrote: I recently installed xorg 7.0 on my system and I get the following errors when using 'startx' or 'Xorg -configure': Wth module glx - 'undefined symbol' glCallList With module via_drv - 'undefined symbol' drmCommandWrite To get the newer via driver to load, I've had to add

Re: [gentoo-user] xorg-x11-7.0.0-r1: Can't load glx or via_drv module

2006-01-30 Thread ralpklm
On 1/30/06, Benno Schulenberg [EMAIL PROTECTED] wrote: Ralph K wrote: I recently installed xorg 7.0 on my system and I get the following errors when using 'startx' or 'Xorg -configure': Wth module glx - 'undefined symbol' glCallList With module via_drv - 'undefined symbol' drmCommandWrite