Running multiple servers from Windows Terminal Server

Alexander Gottwald Alexander.Gottwald@s1999.tu-chemnitz.de
Thu Nov 7 11:56:00 GMT 2002


Salah Zerrougui wrote:

> start /B XWin -ac -query peis07 -screen 0 1024x768x16 
> start /B XWin -ac -query peis07 -screen 1 1024x768x16 

Some terminology: 

In X, a display is an Xserver listening on a specific port. The TCP port is
6000 + display number
The screen is a subsection of a display.

Each display is one XServer. But there can be multiple screens on one display.

You have to start the first with
XWin :0 more_options
and the second with
XWin :1 more_options

You can omit the :0 since this is the default value.

bye
    ago

NP: Project Pitchfork - We Are One
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723



More information about the Cygwin-xfree mailing list