Hi

The idea is most elegant, but the whole SCREEN_xx stuff seems to be very
ifffy.

I want to run 4 X servers on a client.

SCREEN_01 = "startx"

works perfectly.

SCREEN_01 = "startx -ac -query 192.168.1.254 :0"
SCREEN_02 = "startx -ac -query 192.168.1.254 :1"

works perfectly.

SCREEN_01 = "startx -ac -query 192.168.1.254 :0"
SCREEN_02 = "startx -ac -query 192.168.1.254 :1"
SCREEN_03 = "startx -ac -query 192.168.1.254 :2"

keyboard no longer works
ok lets be clever and do it by hand ...

SCREEN_01 = "startx -ac -query 192.168.1.254 :0"
SCREEN_02 = "shell"
SCREEN_03 = "shell"

X server on <f1>
no-keyboard shell on <f2>
shell (working) on <f3>

SCREEN_01 = "startx -ac -query 192.168.1.254 :0"
SCREEN_02 = "startx -ac -query 192.168.1.254 :1"
SCREEN_03 = "startx -ac -query 192.168.1.254 :2"
SCREEN_04 = "startx -ac -query 192.168.1.254 :3"

log does not even show 4th server starting.
also <ctrl><alt><f1>, <f2> often work, even with no other keyboard
input.

DM is GDM, configured to allow 4 XDM sessions (proved by X -query :n)
from another machine.

Has anybody used multiple screen sessions. All recent 4.1

James




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to