Hi

> > Don,
> > 
> > I don't know about the article you refer to, but it's not a big deal to
> > setup an additional instance of your Xserver, doing a -query to your
> > ltsp server.
> 
> As it happens, I found it moments after sending the post. Is that not
> always the way?
> 
> It is http://www.ltsp.org/contrib/accessing-ltsp.txt
> When I had this running before, my desktop did not boot into X, and the
> LTSP client loaded fine. Now, my desktop boots into KDE, and the LTSP
> Client seems to boot into the same X session, and I get the LTSP logon,
> then a big mess on screen and the machine locks up.
> 
> The method in the above doc is to add  a line to /etc/inittab so it ends
> like this:
> 
> 
> # Run xdm in runlevel 5
> x:5:respawn:/etc/X11/prefdm -nodaemon
> ltsp:5:respawn:/usr/X11R6/bin/XFree86 :1 -query ip.number.of.your.ltsp.server
> 
> (I am using Fedora Core 2 with Xorg, so mine looks like 
> 
> 
> # Run xdm in runlevel 5
> x:5:respawn:/etc/X11/prefdm -nodaemon
> ltsp:5:respawn:/usr/X11R6/bin/Xorg :1 -query 192.168.1.3

I have done this with xdm, gdm and kdm. All are a mess. kdm is probably
the worst. I use it by preference (for other reasons it's the best for me),
and get all-crossed-up say once a month.

I'm running SuSE 9.2 so YMMV

inittab has nothing about X in it
/etc/init.d/xdm starts the X server
kdmrc allows remote connections (ltsp clients)
      allows 4 console sessions

(kdmrc is documented, where/how to start extra servers)

the lts.conf for one of the ltsp-clients is:
[saunders]
    SERVER      = "192.168.1.254"
    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"
    #    SCREEN_01  = "shell"
    X_MOUSE_PROTOCOL   = "IMPS/2"
    X_MOUSE_DEVICE     = "/dev/input/mice"
    XSERVER     = "auto"
    X_MODE_0    = "1280x1024"
    X_VERTREFRESH = "59 - 63"
    X_HORZSYNC  = "30 - 90"
    DISABLE_ACCESS_CONTROL = "Y"
    PRINTER_0_DEVICE = /dev/lp0
    PRINTER_0_TYPE = P 

putting 'respawn' entries in inittab can bite.
I think that this is wrong! It ahould be in kdmrc or gdm config file
> ltsp:5:respawn:/usr/X11R6/bin/Xorg :1 -query 192.168.1.3
James



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_____________________________________________________________________
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