Ich erdreiste mich mal, das hier zu bumpen, dafür gibt's im Gegenzug ein paar mehr Informationen/Erkenntnisse: 😉
Den fglrx habe ich mittels envy installiert, meine xorg.conf sieht so aus:
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
EndSection
Section "ServerFlags"
Option "DontZap" "False"
EndSection
compiz --replace sagt folgendes:
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log
Detected PCI ID for VGA:
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Checking screen 1Comparing resolution (1280x800) to maximum 3D texture size (8192): Passed.
Checking for Software Rasterizer: Not present.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
und dieses Compiz-Check-Script meint
Gathering information about your system...
Distribution: Ubuntu 9.04
Desktop environment: GNOME
Graphics chip: ATI Technologies Inc M76 [Radeon Mobility HD 2600 Series]
Driver in use: fglrx
Rendering method: None
Checking if it's possible to run Compiz on your system... [SKIP]
Checking for hardware/setup problems... [SKIP]
At least one check had to be skipped:
Error: No rendering method in use (AIGLX, Xgl or Nvidia)
obwohl
glxinfo | grep direct
sagt, dass direct rendering aktiviert ist.
Die Frage ist also wohl, wie ich mein Rendering aktiviert bekomme, oder seh ich das falsch?
Gruß
Edit: Auch ein
Option "AIGLX" "on"
in der xorg.conf hat nicht geholfen.