Thank you, adamk.
There are the outputs, run as normal user:
Code:
$ compiz-manager
Checking for Xgl: not present.
Detected PCI ID for VGA: 03:00.0 0300: 1002:71c7 (rev 9e) (prog-if 00 [VGA controller])
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.
Comparing resolution (1280x1024) to maximum 3D texture size (4096): Passed.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting gtk-window-decorator
/usr/bin/compiz (core) - Error: Could not acquire compositing manager selection on screen 0 display ":0.0"
/usr/bin/compiz (core) - Fatal: No manageable screens found on display :0.0
^C
Code:
$ glxinfo | grep -i renderer
OpenGL renderer string: Mesa DRI R300 20060815 x86/MMX+/3DNow!+/SSE2 TCL
After the first one (compiz-manager), no window is openned, so I have to press control-C to recover control.
In the second one (glxinfo), MESA seems to be an old version (1006-08-15 ?), so I've listed the mesa RPMs:
Code:
$ rpm -qa | grep -i mesa
mesa-libGLw-6.5.1-5.fc9.i386
mesa-libGLw-devel-6.5.1-5.fc9.i386
mesa-libGLU-7.1-0.37.fc9.i386
mesa-libGL-7.1-0.37.fc9.i386
mesa-dri-drivers-7.1-0.37.fc9.i386
mesa-libGL-devel-7.1-0.37.fc9.i386
mesa-libGLU-devel-7.1-0.37.fc9.i386
Apparently all MESA packages are related to Fedora 9, so I can't understand how the glxinfo says 2006-08-15. Maybe some config file is old?