Yes. It is updated and this time better smoothness and performance. Before it loads gnome-window-decorator, now its cgwd. custom-generic-window-decorator Basically if you have compiz and xgl working, you dont need to do much. (Atleast for me) Just change the startup script. If you dont have cgw, you may try the cvs. cvs -d:pserver:anonymous@metascape.afraid.org:/cvsroot co cgwd This is how my script looks like. Whats in bold are the changes you have to make cgwd to load at start-up. #!/bin/sh # Start up Xgl, compiz, and GNOME # Run Xgl server on :1, on top of normal X Xgl :1 -fullscreen -ac -accel xv -accel glx:pbuffer & # Tell subsequent X programs to access the Xgl server at :1 DISPLAY=:1 # Start Compiz window manager cgwd & cgwd & compiz --replace gconf decoration wobbly fade minimize cube rotate zoom scale move resize place switcher & # Start GNOME exec gnome-session To get the themes install gcompizthemer and its theme presets. Use synaptic package manager and ...
I don't find it laughable