On Mon, 2004-06-21 at 09:36, Richard Houston wrote: > Hi all, > > Was wondering if duel monitor support in LTSP4 was possible? IF so is > there any tips you could pas on on how to set them up?
This can be easy or hard, depending on how good you are with X config files. Try putting a standard Linux install on the workstation you want to run dual monitors on. Once you've got dual monitors working, copy the XF86Config file to /opt/ltsp/i386/etc/XF86Config.dual. You can make a terminal use your custom XF86Config file using the XF86CONFIG_FILE directive in lts.conf. Here's an example, for ws04: [ws04] XF86CONFIG = /etc/XF86Config.dual Remember that the LTSP automatic videocard selection won't be used when you do this, so you will need a separate XF86Config.XXX file for every videocard/monitor combination you use. The easiest way to do that is to have one file for each workstation, ie, [ws04] XF86CONFIG = /etc/XF86Config.ws04 Let us know how it works. -- David Johnston <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _____________________________________________________________________ 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
