ubuntuですが ttp://chromakode.blogsome.com/2006/02/16/howto-compiz-xgl-on-ubuntu-for-the-morbidly-lazy-2 のとおり /etc/apt/sources.list/に deb http://archive.ubuntu.com/ubuntu/ dapper main universe restricted multiverse を加える。 apt-get update apt-get dist-upgrade apt-get install xserver-xgl compiz vi ~/.Xsession Nvidiaなので #!/bin/sh # Start up Xgl, compiz, and GNOME # Run Xgl server on :1, on top of normal X Xgl :1 -fullscreen -ac -accel xv:fdo -accel glx:pbuffer & # Tell subsequent X programs to access the Xgl server at :1 DISPLAY=:1 # Start Compiz window manager gnome-window-decorator & compiz gconf decoration wobbly fade minimize cube rotate zoom scale move resize place menu switcher & # Start GNOME exec gnome-session と書く。 chmod +x ~/.Xsession して再起動しましたがxglが動きません。ヘルプ