On Tuesday 12 January 2010 23:35:52 ltsp-discuss-requ...@lists.sourceforge.net wrote: > > Is there a trick to getting the lts.conf parameters recognised. > > This is a shot in the dark, but I had a similar problem, where the log > was showing EDID info with correct resolutions, but my thin client > refused to display on a certain monitor (the one we were using on all > the tc, naturally!). Even specifying correct v and h sync values in > lts.conf was not effective. > > After examining the xorg log in the client shell for a bit I found > evidence of DRI errors and was eventually able to resolve the problem > by simply disabling DRI in lts.conf. No other display parameters were > necessary if I disabled DRI like this: > > X_DEVICE_OPTION_01="\"DRI\" \"false\"
Dave thanks for leading me in the right direction. Wow this is much dirtier than I ever dreamed, and in no way do I belittle the work done by the ltsp-team. Any one who wants or needs to configure X should spelunk /opt/ltsp/i386/usr/share/ltsp/screen-session.d For example X_MODE_0 will not have any effect unless XRANDR_DISABLE is set true. 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. 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 And still xorg configures 800x600 and Xorg.7.log does not show any great problem James. ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-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