NOTE: -multiwindow mode uses its own internal window manager. All other modes require an external window manager in order to move, resize, and perform other operations on the individual X windows.
Screen specific parameters can be applied as a default to all screens by placing those screen specific parameters before any -screen parameter. Screen specific parameters placed after the first -screen parameter will apply only to the immediately preceding -screen parameter.
Examples:
-screen 0 @1 ; on 1st monitor using its full resolution (the default)
-screen 0 800x600+100+100@2 ; on 2nd monitor offset 100,100 size 800x600
-screen 0 1024x768@3 ; on 3rd monitor size 1024x768
In windowed mode, if the window has decorations, a fixed frame is used.
Alternative name is -noresize.
In windowed mode, if the window has decorations, a resizing frame is used. Scrollbars are drawn when needed to allow the entire X screen to viewed by adjusting them.
This also permits screens bigger than the Windows virtual desktop to be used.
This parameter is ignored in -multiwindow or -rootless mode. Alternative name is -scrollbars.
In windowed mode, if the window has decorations, a resizing frame is used.
Resizing the Windows window will use the RANDR extension to change the size of the X screen. Likewise, changing the size of the X screen using the RANDR extension will cause the size of the Windows window containing the X screen to be changed.
In -multiwindow or -rootless mode, if the X screen is of the same dimensions as a Windows monitor or the virtual desktop, the X server will respond to the WM_DISPLAYCHANGED sent when those dimensions change by resizing the X screen. Changing the size of the X screen using the RANDR extension is not permitted.
The maximum dimensions of the screen are the dimensions of the Windows virtual desktop.
This option has no effect on Windows 8 and 8.1. This option has no effect if -compositewm is disabled. The default is disabled.
Default behavior is to select the drawing engine with optimum performance that supports the specified depth and window configuration.
The engine type ids are:
See the xkeyboard-config(7) manual page for a list of keyboard configurations.
The keyboard layout data is located at /usr/share/X11/xkb/. Additional information can be found in the README files there and in the setxkbmap(1) manual page.
For example, in order to load a German layout for a pc105 keyboard, use the options:
-xkblayout de -xkbmodel pc105
Alternatively, you can use the setxkbmap(1) program after XWin is running.
The default is to select a keyboard configuration matching your current layout as reported by Windows, if known, or the default X server configuration if no matching keyboard configuration was found.
The format of the .XWinrc file is given in the XWinrc(5) manual page.
The XWin software is continuously developing; it is therefore possible that this manual page is not up to date. It is always prudent to look also at the output of XWin -help in order to check the options that are operative.