ciao a tutti, ho provato a fare andare aiglx + compiz ma lanciando
compiz --replace ho quest\'errore:
/usr/bin/compiz.real: No GLXFBConfig for default depth, this isn\'t going to work.
/usr/bin/compiz.real: Failed to manage screen: 0
/usr/bin/compiz.real: No manageable screens found on display :0.0
Uso una intel i855 integrata.
In xorg.conf ho messo :
Section \"Device\"
[...]
Driver \"i810\"
Option \"XAANoOffscreenPixmaps\" \"1\"
[...]
EndSection
Section \"ServerLayout\"
[...]
Option \"AIGLX\" \"true\"
EndSection
Section \"Extensions\"
Option \"Composite\" \"Enable\"
EndSection
Dal log di xorg ottengo:
cat /var/log/Xorg.0.log | grep AIGLX
(**) Option \"AIGLX\" \"true\"
(**) AIGLX enabled
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(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 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
Uno di voi mi sembra abbia aiglx funzionante con un\'intel i855, mi diresti come hai fatto?