I need some help with Compiz.
I installed the new driver with
Code:
sudo ./ati-driver-installer-8.42.3-x86.x86_64.run
Then added (compiz)
Code:
# Driver whitelist
WHITELIST="fglrx nvidia intel ati radeon i810"
and (xorg.conf)
Code:
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "1"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
I'm running Gutsy with ATI Mobility Radeon X1400. When I try to enable Compiz there's a white-screen.
Code:
fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)
:confused::confused::confused: