Hi here, updated to 8.42.3 from 8.40.4, aiglx works, but i have graphical glitches on the screen running compiz: http://mrduck.hopto.org/img/__.png . Screen is not slow or anything,it runs pretty smoothly but just with these glitches.
Also (dunno if it's related to this,but worse prob for me) i've no textures in World of Warcraft using openGL: http://mrduck.hopto.org/img/wow-notexture.png
http://mrduck.hopto.org/img/wow-logon.png . Textures are present while using d3d, though the performance is horrible (d3d gives up to 3fps).
Had performance problems with 8.40 too, textures in WoW were present, but it ran in 4-10fps with oGL.
Any suggestion is pretty welcome,thanks :-) Here goes some info:
Code:
$ uname -a
Linux kachna-desktop 2.6.22.9-mrduck #1 SMP PREEMPT Sat Sep 29 15:01:44 CEST 2007 i686 GNU/Linux
Code:
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1600 Series
OpenGL version string: 2.0.6958 Release
Code:
$ glxgears
9165 frames in 5.0 seconds = 1832.843 FPS
10006 frames in 5.0 seconds = 2001.195 FPS
9970 frames in 5.0 seconds = 1993.848 FPS
10048 frames in 5.0 seconds = 2009.465 FPS
-- Had around 4000 with 8.40
Code:
$ fgl_glxgears
Using GLX_SGIX_pbuffer
4165 frames in 5.0 seconds = 833.000 FPS
4175 frames in 5.0 seconds = 835.000 FPS
4173 frames in 5.0 seconds = 834.600 FPS
-- Had around 500 with 8.40
Here's the edge of Xorg.0.log that could make some sense:
Receive 3D performance mode message with status: 00000001
Receive 3D performance mode message with status: 00000000
Error in "atiddxMiscUpdateFile" -4
Code:
$ cat /var/log/Xorg.0.log |grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
...
(WW) AIGLX: 3D driver claims to not support visual 0x78
And last thing: Xorg.conf
Code:
$ cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Logitech G5"
Option "AIGLX" "true"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Logitech G5"
Driver "evdev"
Option "CorePointer"
Option "Name" "Logitech USB Gaming Mouse"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons" "false"
EndSection
Section "Monitor"
Identifier "BenQ FP92E"
Option "DPMS"
EndSection
Section "Device"
Identifier "X1600"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "X1600"
Monitor "BenQ FP92E"
DefaultDepth 24
#...some more depths...
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection