[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compiz: Changes to 'debian-unstable'



 debian/changelog     |    6 ++++-
 debian/compiz.real.1 |   54 +++++++++++++++++++++++++++++++++++----------------
 2 files changed, 43 insertions(+), 17 deletions(-)

New commits:
commit 74331ad330fe75f4abc09b1bad6d9ce164d070ba
Author: Thierry Reding <thierry@gilfi.de>
Date:   Fri Jul 13 09:00:37 2007 +0200

    Manpage overhaul. Add missing options and rearrange to match 'compiz --help'.

diff --git a/debian/changelog b/debian/changelog
index 6139369..964384a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,12 @@ compiz (0.5.0.dfsg-2) unstable; urgency=low
 
   * Drop the now obsolete Source-Version in favour of binary:Version in
     debian/control.
+  * Replace --strict-binding and --use-cow documentation by --loose-binding
+    and --use-root-window respectively in the compiz.real manpage. Thanks
+    Michael Gilbert. (Closes: 432920)
+  * Rearrange and add missing command-line options in the compiz.real manpage.
 
- -- Thierry Reding <thierry@gilfi.de>  Thu, 12 Jul 2007 12:08:41 +0200
+ -- Thierry Reding <thierry@gilfi.de>  Fri, 13 Jul 2007 08:49:29 +0200
 
 compiz (0.5.0.dfsg-1) unstable; urgency=low
 
diff --git a/debian/compiz.real.1 b/debian/compiz.real.1
index b476c26..87bc8e6 100644
--- a/debian/compiz.real.1
+++ b/debian/compiz.real.1
@@ -1,4 +1,4 @@
-.TH COMPIZ 1 "September 29, 2006"
+.TH COMPIZ 1 "July 13, 2007"
 
 .SH NAME
 compiz.real \- OpenGL window and compositing manager
@@ -13,12 +13,6 @@ is a compositing window-manager using OpenGL for rendering.
 
 .SH OPTIONS
 .TP
-.B \-\-help
-Show summary of options.
-.TP
-.B \-v, \-\-version
-Show version of program.
-.TP
 .BI "\-\-display " DISPLAY
 Manage the display called
 .I DISPLAY
@@ -26,6 +20,11 @@ instead of the name obtained from the
 .I $DISPLAY
 environment variable.
 .TP
+.BI "\-\-bg\-image " IMAGE
+Use
+.I IMAGE
+as background image.
+.TP
 .BI "\-\-refresh\-rate " RATE
 Set the default refresh rate.
 .TP
@@ -35,11 +34,10 @@ Use a fast texture filter.
 .BI \-\-indirect\-rendering
 Force an indirect rendering context. Use this when running compiz on AIGLX.
 .TP
-.BI \-\-strict\-binding
-Enable strict binding of textures. Use this when running compiz on AIGLX.
-.TP
-.BI \-\-use\-cow
-Make use of the composite overlay window.
+.BI \-\-loose\-binding
+Disable strict binding of textures. This may improve performance in some
+situations (running on XGL). As opposed to strict binding, however, this isn't
+guaranteed to work. Use with care.
 .TP
 .BI \-\-replace
 Replace any existing window managers on the given X display.
@@ -52,10 +50,34 @@ Use the given
 .I ID
 as the client ID for session management.
 .TP
-.BI "\-\-bg\-image " IMAGE
-Use
-.I IMAGE
-as background image.
+.BI \-\-no\-detection
+Disable output screen detection.
+.TP
+.BI \-\-no\-fbo
+Disable the use of FBOs (frame buffer objects). This can be useful to work
+around drivers with broken FBO implementations.
+.TP
+.BI \-\-ignore\-desktop\-hints
+Do not use desktop hints (number of desktops, current desktop) as left by the
+previous window manager.
+.TP
+.BI \-\-only\-current\-screen
+Manage only the screen defined by
+.I $DISPLAY
+(or given by the
+.I \-\-display
+option) and leave all other screens alone.
+.TP
+.BI \-\-use\-root\-window
+Use the root window instead of the composite overlay window for drawing.
+.TP
+.BI \-\-version
+Show the
+.B compiz
+version string.
+.TP
+.BI \-\-help
+Show a summary of the command-line options.
 
 .SH AUTHOR
 compiz was written by David Reveman <davidr@novell.com> and others.



Reply to: