Hi Gadi, 
I really appreciate the help, and I'm not complaining, I'm just frustrated by 
my 2/3 tries at a thin client failing.

> > The documentation advises XRANDR_MODE_ instead, but that wont have any
> > effect  unless X_VIRTUAL or X_VIRTUAL_AUTO are correctly set and then it
> > sets the virtual size not the monitor resolution.
> > 
> 
>      1. This is not true at all, you are not reading the code correctly.
>         XRANDR_MODE_ will work even without X_VIRTUAL or X_VIRTUAL_AUTO
>         (these are for multimonitor support).  If it does not work for
>         you, it is some other configuration problem.  

[jupiter] /opt/ltsp/i386/usr/share/ltsp/screen-session.d [54]% grep XRAND *
README:# XRANDR, and evdev/hal, there remain a few things that may need to be 
XS80-x-modes:    if boolean_is_true "$XRANDR_DISABLE" ; then
XS85-virtual:# will be calculated from XRANDR_MODEs set 
XS85-virtual:                eval XRANDR_MODE=\$XRANDR_MODE_${i}
XS85-virtual:                XRANDR_MODE=`echo $XRANDR_MODE | sed "s/ .*//g"`
XS85-virtual:                if [ -n "$XRANDR_MODE" ]; then
XS85-virtual:                    VERTICAL=`echo $XRANDR_MODE | cut -d x -f 1`
XS85-virtual:                    HORIZONTAL=`echo $XRANDR_MODE | cut -d x -f 
2`
[jupiter] /opt/ltsp/i386/usr/share/ltsp/screen-session.d [55]%

XS80-x-modes deals with X_MODE_

and XS85-virtual

if [ -n "${X_VIRTUAL}" ] || boolean_is_true "${X_VIRTUAL_AUTO}" ;then
    display_hacks="$display_hacks x_virtual"
...

> > Finally even xorg does not play fair: after much looking I get ...
> > r...@ws09:~# cat /var/run/ltsp-xorg.conf 
> > Section "Screen"
> >     Identifier "Screen0"
> >     SubSection "Display"
> >         Modes  "1280x1024" 
> >     EndSubSection
> > EndSection
> > 

(--) NV(0): DDC detected a CRT:
(II) NV(0): Manufacturer: SAM  Model: 1e1  Serial#: 1212231993
(II) NV(0): Year: 2006  Week: 27
(II) NV(0): EDID Version: 1.3
(II) NV(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) NV(0): Sync:  Separate  Composite  SyncOnGreen
(II) NV(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[snip]
(II) NV(0): Supported standard timings:
(II) NV(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897

The monitor EDID is not the problem
This one gets to run 35K at 79Hz !!!

Despite
[00:22:15:d3:70:ed]
    SERVER      = "192.168.5.74"
    XSERVER = "nv"
    XRANDR_DISABLE = True
    X_MODE_0 = 1280x1024
     X_HORIZSYNC = 40-70
    X_VERTREFRESH = 59-61

> If you are still not getting the mode you are looking for, it is most
> likely that your monitor does not report its sync frequencies.  Try:
> 
> X_HORZSYNC = "30-100"
> X_VERTREFRESH = "55-75"


> If that does not work, post the log file. The log file tells all. 

The complete logfile is here http://tigger.ws/downloads/Xorg.7.log
(I trust that's more polite than posting the whole log file)

James

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_____________________________________________________________________
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