PDA

View Full Version : [ubuntu] radeonhd compiz



screaminj3sus
September 20th, 2009, 03:48 PM
I have read you can use compiz with the opensource radeonhd driver, my card is a mobility hd2600.

glxinfo | grep direct says I have directrendering and I get around 1700 fps in glxgears. When I try and enable compiz is just says it couldn't be enabled, here is my current xorg.conf.


# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
Identifier "Configured Video Device"
Driver "radeonhd"
Option "DRI" "on"
Option "AccelMethod" "EXA"
Option "EXAOptimizeMigration" "true"
Option "AccelDFS" "on"
Option "MigrationHeuristic" "smart"
Option "EnablePageFlip" "on"
Option "EnableDepthMoves" "on"
Option "ColorTiling" "on"
Option "DisplayPriority" "HIGH"
Option "DepthBits" "24"
Option "SubPixelOrder" "RBG"
Option "FBTexPercent" "0"
Option "RenderAccel" "on"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "Extensions"
Option "Composite" "On"
EndSection

Section "ServerFlags"
Option "AIGLX" "On"
EndSection


I found this in my xorg log:

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