2005-10-07 17:17:27 -04:00
|
|
|
xcompmgr is a sample compositing manager for X servers supporting the
|
|
|
|
XFIXES, DAMAGE, and COMPOSITE extensions. It enables basic eye-candy
|
|
|
|
effects.
|
2005-10-07 17:23:49 -04:00
|
|
|
To enable the COMPOSITE extenstion, add the following at the end of
|
|
|
|
/etc/X11/xorg.conf:
|
|
|
|
|
|
|
|
Section "Extensions"
|
|
|
|
Option "Composite" "On"
|
|
|
|
EndSection
|