I'm not sure whether it is normal on not that radeonhd driver is slower than radeon (ati) driver with my x1400 mobility.
Here are the relevant info:
Code:
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.04
DISTRIB_CODENAME=jaunty
DISTRIB_DESCRIPTION="Ubuntu jaunty (development branch)"
Code:
glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
Code:
cat /etc/X11/xorg.conf
Section "Device"
Identifier "Configured Video Device"
Driver "radeonhd"
Option "DRI" #Only works for X1k cards and RS690 IGP at this time
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Module"
Load "dri"
EndSection
Section "DRI"
Mode 0666
EndSection
3D is really slow, the system even slowdown while drawing some transparent window.
Code:
glxgears
1536 frames in 5.0 seconds = 307.064 FPS
1649 frames in 5.0 seconds = 329.705 FPS
1647 frames in 5.0 seconds = 329.334 FPS
as a reference i get around 10.000 with the radeon ati opensource driver.
So is radeonhd support of x1400 mobility that bad or is there something wrong with my setup?
Thanks