06/07/09 13:04:32 0sNm+ZwG
ubuntuですが
URLリンク(chromakode.blogsome.com)
のとおり
/etc/apt/sources.list/に
deb URLリンク(archive.ubuntu.com) 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が動きません。ヘルプ