Hola:
Primero he deciros que posteo esto aquí porque tengo exactamente la misma configuración HW que el_cuco cuando planteó la duda, así que creo que es mejor preguntar aquí que abrir un nuevo hilo. A continuación, lo que me sucede:
Cuando, siguiendo el FAQ de Compiz Fusion me da este error
Código:
"GLX_EXT_texture_from_pixmap is missing on Display X.Y"
ejecuto
Código:
$ LIBGL_ALWAYS_INDIRECT=true compiz --replace --indirect-rendering --sm-disable ccp &
y me da el siguiente error:
Código:
Fatal: Failed test: texture_from_pixmap support
Checks indicate that it's impossible to start compiz on your system.
Mi xorg.conf es el siguiente:
Código:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
Option "AIGLX" "True"
Option "XAANoOffscreenPixmaps" "true"
InputDevice "Configured Mouse"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "SAMTRON"
Option "DPMS"
EndSection
Section "Device"
Identifier "Radeon 9600"
Driver "ati"
Option "XAANoOffscreenPixmaps" "true"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Radeon 9600"
Monitor "SAMTRON"
DefaultDepth 24
SubSection "Display
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Tengo una Shapphire ATI Radeon 9600 XT 256MB y estoy bajo Debian Lenny (testing).
A ver si por favor me podéis echar una mano, porque llevo semanas intentándolo de todos los modos posibles y no consigo nada.
Gracias de antemano y un saludo!!