want a monitor to run at 1280x1024. I can get the monitor to run at 1280x1024 
by typing the following into the 
client Xterm window.

xrandr --newmode 1280x1024 109.00 1280 1368 1396 1712 1024 1027 1034 1063 
-hsync +vsync
xrandr --addmode VGA-1 1280x1024
xrandr --output VGA-1 --mode 1280x1024

Trying to get the same result from the lts.conf file fails.
Here is my lts.conf

[default]
        LDM_SERVER = 10.0.0.254
    SOUND=True
    LOCALDEV=True
    SERVER=10.0.0.254
    SCREEN_07=ldm
    LOCAL_APPS=true
    LDM_DEBUG_TERMINAL=True
    LDM_DIRECTX=True
    CONFIGURE_X=True    
    XRANDR_OUTPUT_0= VGA-1
    XRANDR_NEWMODE_0= 1280x1024 109.00 1280 1368 1396 1712 1024 1027 1034 1063 
-hsync +vsync
    XRANDR_MODE_0= 1280x1024

The last line appears to be the problem. If it is left off then xrandr 
--verbose on the client shows the newmode, 
but not added. If the last line is included then the newmode does not appear at 
all.

Is there something wrong in my lts.conf file?

Many thanks for your help
Pat RProblem
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_____________________________________________________________________
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