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
-- 
gentoo-user@gentoo.org mailing list



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.  What does your xorg.conf look like now?

 Benno
 --
 gentoo-user@gentoo.org mailing list



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

Ralph

-- 
gentoo-user@gentoo.org mailing list



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

Please post the contents of your xorg.conf file.
And the output of 'emerge -pv xorg-server xf86-video-via'.

Benno
-- 
gentoo-user@gentoo.org mailing list



[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
defined in those libraries, so it seems as though the libraries are
not being loaded. I have tried several different things but can't seem
to resolve this issue.
I have also compiled the kernel modules agpgart, via_agp, drm, via and
have them loaded, (no problem there).

Any help would be appreciated. Thanks.

Ralph




X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.14-gentoo-r5 i686
Current Operating System: Linux localhost 2.6.14-gentoo-r5 #6 PREEMPT
Sat Jan 21 19:08:57 EST 2006 i686
Build Date: 29 January 2006
Using gcc 3.4.4

-- 
gentoo-user@gentoo.org mailing list



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 several Load 
lines to the Module section in xorg.conf.  Look in Xorg.0.log to 
see which modules failed to load because of missing symbols and add 
the modules that provide those symbols early in the Module section.

 Used 'nm -D' on libGLcore.so and libdrm.so and those symbols are
 defined in those libraries,

Which libdrm?  From which package?  (equery belongs)

 I have also compiled the kernel modules agpgart, via_agp, drm,
 via and have them loaded, (no problem there).

What processor?  What chipset?

Benno
-- 
gentoo-user@gentoo.org mailing list



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

 To get the newer via driver to load, I've had to add several Load
 lines to the Module section in xorg.conf.  Look in Xorg.0.log to
 see which modules failed to load because of missing symbols and add
 the modules that provide those symbols early in the Module section.

  Used 'nm -D' on libGLcore.so and libdrm.so and those symbols are
  defined in those libraries,

 Which libdrm?  From which package?  (equery belongs)

I have two libdrm.so
1) x11-libs/libdrm-2.0 (/usr/lib/libdrm.so - libdrm.so.2.0.0)
2) x11-base/xorg-server-1.0.1 (/usr/lib/xorg/modules/linux/libdrm.so)

  I have also compiled the kernel modules agpgart, via_agp, drm,
  via and have them loaded, (no problem there).

 What processor?  What chipset?

This is a via epia m mother board with a 600 Mhz eden processor
The video is  VIA Unichrome.

I tried what you said, and now I'm get to a point where it fails due
to circular references between libglx and libGLcore.

Thanks.

Ralph


 Benno
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list