This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Running multiple servers from Windows Terminal Server


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]