Skip navigation.

Compiz Window Manager Released

Novell
Novell

Compiz, the OpenGL window/composite manager, has been released following David Reveman's talk at XDevconf yesterday.

"Compiz is an OpenGL compositing manager that use GLX_EXT_texture_from_pixmap for binding redirected top-level windows to texture objects. It has a flexible plug-in system and it is designed to run well on most graphics hardware."

Also, a new video demonstrating Compiz on XGL is now online. The video displays numerous previously unseen effects such as 3D objects on the desktop and animated backgrounds.

Read the rest

One more thing

After you install xserver-xgl you actually have to set it up. :)

Do:
sudo rm /etc/X11/X
sudo ln -sf /usr/bin/Xgl /etc/X11/X

and restart GDM.

To go back to the default server:
sudo rm /etc/X11/X
sudo ln -sf /usr/bin/Xorg /etc/X11/X