В статье "Ultimate Ubuntu eye-candy with Xgl and Compiz (http://www.tectonic.co.za/view.php?src=rss&id=916)" демонстрируется процесс установки и использования композитного X сервера Xgl (http://en.opensuse.org/Xgl) и оконного менеджера Compiz (http://en.opensuse.org/Compiz).
Краткое содержание:
apt-get install xserver-xgl compiz compiz-gnome
или
apt-get install xserver-xgl compiz compiz-kde
В ~/.Xsession заносим (настройки для Nvidia и KDE закомментированы):
#!/bin/sh
# Start up Xgl, compiz, and GNOME
# Run Xgl server on :1, on top of normal X
# Для ATI карт
Xgl :1 -fullscreen -ac -accel xv -accel glx:pbuffer &
# Для Nvidia
#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
gnome-window-decorator &
# KDE
#kde-window-decorator
compiz gconf decoration wobbly fade minimize cube rotate zoom scale move resize place menu switcher &
# Start GNOME
exec gnome-session
# Start KDE
#exec startkde
Кроме того, см. руководства:
- "Installing and using the XGL Server with Ubuntu Dapper (http://doc.gwos.org/index.php/Installxgl)";
- "how to get XGL working on Ubuntu Dapper (https://wiki.ubuntu.com/XglHowto)";
- "Gentoo: Xorg X11 and Transparency (http://gentoo-wiki.com/Xorg_X11_and_Transparency)"
;
- "Gentoo: HOWTO XGL (http://gentoo-wiki.com/XGL)";
- "Howto install xgl with glxcompmgr and fancy effects (http://www.hboeck.de/item/266)";
- "How To: "Simple" Install Xgl/compiz for Dapper, ATI, Gnome (http://www.ubuntuforums.org/showthread.php?t=131253)";
- "Install Xgl in ArchLinux (http://wiki.archlinux.org/index.php/Xgl)";
- "Communication between Xorg, Xgl, and an OpenGL client, through NVIDIA's libGL and the GLX Protocol (http://principe.homelinux.net/)";
- "Gentoo HOWTO AIGLX (http://gentoo-wiki.com/HOWTO_AIGLX)";
- "Installing AIGLX on FC5 test 3 (http://fedoraproject.org/wiki/RenderingProject/AiglxOnFedora)".
URL: http://chromakode.blogsome.com/2006/02/16/howto-compiz-xgl-on-ubuntu-for-the-morbidly-lazy-2/
http://www.tectonic.co.za/view.php?src=rss&id=916
Новость: http://www.opennet.me/opennews/art.shtml?num=7136