2004-09-09 11:27:16 +08:00
|
|
|
.ds q \N'34'
|
|
|
|
.TH xcompmgr 1
|
|
|
|
.SH NAME
|
|
|
|
xcompmgr \- sample X compositing manager
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.nf
|
2004-09-18 08:13:15 +08:00
|
|
|
.B xcompmgr [\-d display] [\-r radius] [\-o opacity] [\-l left-offset] [\-t top-offset] [\-acCfFnsS]
|
2004-09-09 11:27:16 +08:00
|
|
|
.fi
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B xcompmgr
|
|
|
|
is a sample compositing manager for X servers supporting the XFIXES, DAMAGE,
|
|
|
|
and COMPOSITE extensions. It enables basic eye-candy effects.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2004-09-10 13:55:19 +08:00
|
|
|
.BI \-d\ display
|
|
|
|
Specifies the display to manage.
|
|
|
|
.TP
|
2004-09-18 08:13:15 +08:00
|
|
|
.BI \-r\ radius
|
|
|
|
Specifies the blur radius for client-side shadows.
|
|
|
|
.TP
|
|
|
|
.BI \-o\ opacity
|
|
|
|
Specifies the opacity for client-side shadows.
|
|
|
|
.TP
|
|
|
|
.BI \-l\ left-offset
|
|
|
|
Specifies the left offset for client-side shadows.
|
|
|
|
.TP
|
|
|
|
.BI \-t\ top-offset
|
|
|
|
Specifies the top offset for client-side shadows.
|
|
|
|
.TP
|
2004-09-23 15:17:48 +08:00
|
|
|
.BI \-I\ fade-in-step
|
|
|
|
Specifies the opacity change between steps while fading in.
|
|
|
|
.TP
|
|
|
|
.BI \-O\ fade-out-step
|
|
|
|
Specifies the opacity change between steps while fading out.
|
|
|
|
.TP
|
|
|
|
.BI \-D\ fade-delta
|
|
|
|
Specifies the time (in milliseconds) between steps in a fade.
|
|
|
|
.TP
|
2004-09-09 11:27:16 +08:00
|
|
|
.BI \-a
|
|
|
|
Automatic server-side compositing. This instructs the server to use the
|
|
|
|
standard composition rules. Useful for debugging.
|
|
|
|
.TP
|
|
|
|
.BI \-c
|
|
|
|
Client-side compositing with soft shadows and translucency support.
|
|
|
|
.TP
|
|
|
|
.BI \-f
|
|
|
|
When \-c is specified, enables a smooth fade effect for transient windows like
|
2004-09-10 13:55:19 +08:00
|
|
|
menus, and for all windows on hide and restore events.
|
2004-09-09 11:27:16 +08:00
|
|
|
.TP
|
|
|
|
.BI \-n
|
|
|
|
Simple client-side compositing.
|
|
|
|
.TP
|
|
|
|
.BI \-s
|
|
|
|
Server-side compositing with hard-edged shadows.
|
2004-09-10 13:55:19 +08:00
|
|
|
.TP
|
|
|
|
.BI \-C
|
|
|
|
When \-c is specified, attempts to avoid painting shadows on panels and docks.
|
|
|
|
.TP
|
|
|
|
.BI \-F
|
|
|
|
When \-f is specified, also enables the fade effect when windows change their
|
|
|
|
opacity, as with transset(1).
|
|
|
|
.TP
|
|
|
|
.BI \-S
|
|
|
|
Enables synchronous operation. Useful for debugging.
|
2004-09-09 11:27:16 +08:00
|
|
|
.SH BUGS
|
2004-09-10 13:55:19 +08:00
|
|
|
Probably. Please report any you find to http://bugs.freedesktop.org/.
|
2004-09-09 11:27:16 +08:00
|
|
|
.SH AUTHORS
|
2004-09-10 13:55:19 +08:00
|
|
|
Keith Packard, with contributions from Matthew Allum, Eric Anholt, Dan Doel,
|
2004-09-18 08:13:15 +08:00
|
|
|
Thomas Luebking, Matthew Hawn, Ely Levy, Phil Blundell, and Carl Worth.
|