Ho seguito questa guida: http://www.fabisonthenet.altervista.org/linux/xgl.html
Aggiunte le voci nel mio xorg.conf, ma quando provo a lanciare beryl-manager mi dice:
- glxinfo: command not found;
- Found not compatible window manager. Waiting...

:master:

C'è da dire che uso i driver nvidia proprietari con il seguente xorg.conf:

codice:
Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]"
    Driver         "nvidia"
    Option         "NoLogo" "true"
    Option         "AddARGBGLXVisuals" "On"
EndSection
e Gnome.

Che manchi qualche pacchetto? :master: