diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xwin/XWin.man')
-rw-r--r-- | xc/programs/Xserver/hw/xwin/XWin.man | 44 |
1 files changed, 39 insertions, 5 deletions
diff --git a/xc/programs/Xserver/hw/xwin/XWin.man b/xc/programs/Xserver/hw/xwin/XWin.man index da1d90df0..09bdcd235 100644 --- a/xc/programs/Xserver/hw/xwin/XWin.man +++ b/xc/programs/Xserver/hw/xwin/XWin.man @@ -1,4 +1,4 @@ -.\" $XFree86: xc/programs/Xserver/hw/xwin/XWin.man,v 1.3 2001/10/23 08:32:05 alanh Exp $ +.\" $XFree86: xc/programs/Xserver/hw/xwin/XWin.man,v 1.6 2002/10/17 08:18:21 alanh Exp $ .TH XWIN 1 __vendorversion__ .SH NAME XWin \- X Server for the Cygwin environment on Microsoft Windows @@ -47,6 +47,39 @@ fullscreen with a DirectDraw engine. This parameter is ignored if Sets the display resolution for the X server to use on screen .I screen_number. .TP 8 +.B \-nodecoration +Draw the Cygwin/XFree86 window without a border or title bar. +.TP 8 +.B \-rootless +EXPERIMENTAL: Run Cygwin/XFree86 in pseduo-rootless mode. +.TP 8 +.B \-lesspointer +Hide the Windows mouse pointer when over an inactive XFree86 window +.TP 8 +.B \-scrollbars +In windowed mode, allow screens bigger than the Windows desktop. +Moreover, if the window has decorations, one can now resize it. +.TP 8 +.B "\-clipupdates \fInum_boxes\fP" +Specify an optional threshold, above which the boxes in a shadow +update operation will be collected into a GDI clipping region. The +clipping region is then used to do a single bit block transfer that is +constrained to the updated area by the clipping region. There is some +overhead involved in creating, installing, destroying, and removing +the clipping region, thus there may not be much benefit for a small +number of boxes (less than 10). It is even possible that this +functionality does not provide a benefit at any number of boxes; we +can only determine the usefullness of this feature through testing. +This parameter works in conjunction with engines 1, 2, and 4 (Shadow +GDI, Shadow DirectDraw, and Shadow DirectDraw Non-Locking, +respectively). +.TP 8 +.B \-emulatepseudo +Create a depth 8 PseudoColor visual when running in depths 15, 16, 24, +or 32, collectively known as TrueColor depths. The PseudoColor visual +does not have correct colors, and it may crash, but it at least allows +you to run your PseudoColor application in TrueColor modes. +.TP 8 .B \-[no]unixkill Ctrl+Alt+Backspace exits the X Server .TP 8 @@ -72,20 +105,21 @@ provided by RedHat. The following members, in alphabetical order by last name, of the Cygwin/XFree86 Team contributed to the XFree86 4.1.0 release: .PP -Robert Collins +Robert Collins - Cygwin developer, miscellaneous .br Christopher Faylor - Management of hosting services, general programming guru .br Alexander Gottwald - AltGr handling for non-U.S. keyboards .br -Alan Hourihane - Developer, patch reviewer, general programming guru +Alan Hourihane - XFree86 developer, patch reviewer, general programming guru .br Pierre A Humblet - Debugging of socket-related crashes, developer .br -Harold L Hunt II - Lead developer, documentation, and website updates +Harold L Hunt II - Project leader, lead developer, documentation, +and website updates .br -Suhaib Siddiqi - Project lead +Suhaib Siddiqi - Originator of the project |