Re: [gentoo-user] AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed

2007-02-21 Thread Konstantin Budylov
On Tuesday  21 February 2007 06:38 Bo Ørsted Andresen wrote:
 On Tuesday 20 February 2007 13:43:08 Konstantin Budylov wrote:
  This error appears in my Xorg.0.log at boot time:
  (EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed
          (/usr/lib/dri/fglrx_dri.so: cannot open shared object file:
             No such file ordirectory)
  (EE) AIGLX: reverting to software rendering
 
  And It seems that 3D rendering is exists, but I think that something
  wrong in it, because FPS (I think so) is too slow ( about 240 ) and I
  have some strange errors in multimedia drivers (e.g. mplayer fails on
  playing DVD with 'opengl' driver,  and any other drivers is generally
  fails with message about can't open vo device ). I think it consequence
  of AIGLX error but even if it's not, a want to fix this error anyway
 
  I use x11-drivers/ati-drivers-8.27.10-r1
  and x11-base/xorg-x11-7.1 on gentoo-sources-2.6.17-r8

 [SNIP]

  Can anybody help me?

 Please provide the output of:

 # equery check ati-drivers

 # equery files ati-drivers | egrep dri|env

 # env | grep LIBGL

 # eselect opengl list

 --
 Bo Andresen

 # equery check ati-drivers
[ Checking x11-drivers/ati-drivers-8.27.10-r1 ]
 * 149 out of 149 files good

# equery files ati-drivers | egrep dri|env
/etc/env.d
/etc/env.d/09ati
/usr/lib/xorg/modules/dri
/usr/lib/xorg/modules/dri/atiogl_a_dri.so
/usr/lib/xorg/modules/dri/fglrx_dri.so
/usr/lib/xorg/modules/drivers
/usr/lib/xorg/modules/drivers/fglrx_drv.so
/usr/share/doc/fglrx/driverfaq.html

# env | grep LIBGL
LIBGL_DRIVERS_PATH=$LIBGL_DRIVERS_PATH::/usr/lib/xorg/modules/dri

# eselect opengl list
Available OpenGL implementations:
  [1]   ati *
  [2]   nvidia
  [3]   xorg-x11


I tried to make symlink from /usr/lib/xorg/modules/dri/fglrx_dri.so 
to /usr/lib/dri/fglrx_dri.so, but I have a new error in this case:
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed 
(/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering

So, what's wrong?
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed

2007-02-21 Thread Peter Alfredsen
On Wednesday 21 February 2007, Konstantin Budylov wrote:

 So, what's wrong?

fglrx doesn't do AIGLX. Sry.

-- 
/PA
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed

2007-02-21 Thread Konstantin Budylov
On Wednesday 21 February 2007 12:33 Peter Alfredsen wrote:
 On Wednesday 21 February 2007, Konstantin Budylov wrote:
  So, what's wrong?

 fglrx doesn't do AIGLX. Sry.

 --
 /PA

So, what should I do?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed

2007-02-21 Thread Jacques Montier
Konstantin Budylov a gentiment tapote:
 On Wednesday 21 February 2007 12:33 Peter Alfredsen wrote:
   
 On Wednesday 21 February 2007, Konstantin Budylov wrote:
 
 So, what's wrong?
   
 fglrx doesn't do AIGLX. Sry.

 --
 /PA
 

 So, what should I do?
   
Hi,

You should use the OS radeon driver which works very well.

Cheers,

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



[gentoo-user] AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed

2007-02-20 Thread Konstantin Budylov
Hi ;)

This error appears in my Xorg.0.log at boot time:

(EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed
(/usr/lib/dri/fglrx_dri.so: cannot open shared object file: 
   No such file ordirectory) 
(EE) AIGLX: reverting to software rendering

And It seems that 3D rendering is exists, but I think that something wrong 
in it, because FPS (I think so) is too slow ( about 240 ) and I have some 
strange errors in multimedia drivers (e.g. mplayer fails on playing DVD 
with 'opengl' driver,  and any other drivers is generally fails with message 
about can't open vo device ). I think it consequence of AIGLX error
but even if it's not, a want to fix this error anyway

I use x11-drivers/ati-drivers-8.27.10-r1
and x11-base/xorg-x11-7.1 on gentoo-sources-2.6.17-r8

The part of my xorg.conf:
Section Module

Loaddbe 
SubSection  extmod
 Optionomit xfree86-dga   # don't initialise the DGA extension
 EndSubSection

Loadtype1
#Loadspeedo
   Loadfreetype
#Loadxtt
Load   glx
Load   dri

EndSection

and:

Section DRI
   Mode 0666
EndSection

Section Extensions
   #Option Composite
   #Option RENDER Enable
EndSection


Can anybody help me?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed

2007-02-20 Thread Bo Ørsted Andresen
On Tuesday 20 February 2007 13:43:08 Konstantin Budylov wrote:
 This error appears in my Xorg.0.log at boot time:
 (EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed
 (/usr/lib/dri/fglrx_dri.so: cannot open shared object file:
No such file ordirectory)
 (EE) AIGLX: reverting to software rendering

 And It seems that 3D rendering is exists, but I think that something
 wrong in it, because FPS (I think so) is too slow ( about 240 ) and I have
 some strange errors in multimedia drivers (e.g. mplayer fails on playing
 DVD with 'opengl' driver,  and any other drivers is generally fails with
 message about can't open vo device ). I think it consequence of AIGLX
 error but even if it's not, a want to fix this error anyway

 I use x11-drivers/ati-drivers-8.27.10-r1
 and x11-base/xorg-x11-7.1 on gentoo-sources-2.6.17-r8
[SNIP]
 Can anybody help me?

Please provide the output of:

# equery check ati-drivers

# equery files ati-drivers | egrep dri|env

# env | grep LIBGL

# eselect opengl list

-- 
Bo Andresen


pgpSa8BJLwctr.pgp
Description: PGP signature