On Wed, 27 Nov 2002, Hans Ekbrand wrote:

> On Wed, Nov 27, 2002 at 02:23:18PM -0000, Chris Smith wrote:
> > 
> > On the old, pedestrian Tektronix/NCD X Terminals, the first screen presented
> > to the user after booting is a menu from which the user can choose the
> > system to which they wish to connect. Would it be possible to run something
> > like that locally?
> 
> No need for running it locally. Use the chooser instead. instead of
> starting X with X -query ip.of.boot.server use X -indirect
> ip.of.chooser.server (search and replace in
> /opt/ltsp/i386/etc/rc.local) and configure the display manager on
> ip.of.chooser.server to run the chooser.
> 
> N.B I have not tested this myself.

It works great for me.

I changed (around) line 428 of /opt/ltsp/i386/etc/rc.local to say

if [ -w /proc/progress ]; then
        echo "/usr/X11R6/bin/${XBINARY} ${XOPTS} ${ACC_CTRL} -indirect ${XDM_SERVER} 
>/dev/tty3 2>&1" >/tmp/start_ws
else
        echo "/usr/X11R6/bin/${XBINARY} ${XOPTS} ${ACC_CTRL} -indirect ${XDM_SERVER}" 
>/tmp/start_ws
fi

It used to say -query.

Cheers,    Andy!


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_____________________________________________________________________
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.openprojects.net

Reply via email to