#!/bin/sh
/opt/Xgl/bin/Xgl :1 -ac -fullscreen -accel glx:pbuffer -accel xv:pbuffer&
usleep 500000
DISPLAY=:1 /opt/Xgl/bin/compiz decoration wobbly fade minimize cube rotate zoom scale move resize place switcher water&
usleep 500000
DISPLAY=:1 /opt/Xgl/bin/gnome-window-decorator&
usleep 500000
DISPLAY=:1 /opt/kde3/bin/kdesktop&
usleep 1000000
DISPLAY=:1 /opt/kde3/bin/kicker&
works fine with my nVidia Card. this CVS snapshot is of yesterday. enjoy using it

Note: Your have to have Xorg 7.0 (6.9 may work, though not testet) and gtk+2.8 and cairo installed.
Ratings & Comments
3 Comments
actually it works on xorg 6.9 (Slackware) but performance is really low and kicker dont work well, there are glitches, superkaramba is not working etc. overally its useless unfortunately (at least on xorg 6.9, maybe cvs works better) but thanks for this realese, i never managed to compile xgl heh
Optimize level 4? Heh, max is AFAIK 3... ;) If you set higher it will use -O3...
well, you seem to be right. Then the freedesktop.org are wrong: http://www.freedesktop.org/wiki/Software_2fXgl $ export CFLAGS="-O4 -march=pentium-m -mtune=pentium-m -pipe -fomit-frame-pointer -ffast-math" $ export CXXFLAGS=$CFLAGS perhaps gcc 4.x uses -O4 ...