Hi

> Is there a way to start a second xsession querying another app-server on
> a different screen? 
> 
> I have ltsp3, ltsp4 and ltsp4.1beta concurrently and succesfully
> running. Now I want to add another app-server (namely an vdr-appliance
> (TV-harddisc-recorder) with HD, to use it as multimedia-station (MP3,
> TV).

/opt/ltsp/i386/etc/screen.d/starti:

startx, but changed for indirect and for display #1


#!/bin/sh
#
# remote_x
#
# This script will launch the Xserver on the workstation with
# a -qeary pointing back to the server.
#
PATH=/bin:$PATH; export PATH
. /etc/ltsp_functions

#
# Get the lts.conf entries
#
eval `/bin/getltscfg -a`
[snip]

if [ "${XF_ARGS}" = "" ]; then
    XF_ARGS="-indirect ${XDM_SERVER} :1"
fi

[snip]

James


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&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