On Tue, May 12, 2009 at 10:14:16PM -0400, David Hopkins wrote: > I have tried using both the old way as well using the lts.conf > variables and neither consistently always work. e.g. I can specify > 1024x768 for the resolution but it still comes back at 1280x1024 even > though 1024x768 is the preferred resolution of the monitors. > Similarly, specifying the Xserver doesn't always seem to work. In > fact, specifying the Xserver to be what is required (which is the same > as what is autodetected) causes the client to hang. My LTSP4.2 server > always sets the res at 1024x768 for this hardware and honors the > Xserver setting. I'll look at the screen session scripts but if there > is a simple way to just generate the xorg.conf file within the way > LTSP works, it would be quite nice, even if only available for > debugging X issues.
if you if you specify CONFIGURE_X_COMMAND in lts.conf, then it will use that command instead of the built-in configuration scripts. note that it's a full path to the command, and doesn't take any arguments. then you can either generate /etc/X11/xorg.conf or /var/run/ltsp-xorg.conf, and it'll use that as the configuration file. though if you're really using the XSERVER and X_MODE_0 or XRANDR_MODE_0 settings and they're not working properly, i'd suggest filing bug reports in addition to working around the problem. X.org (and ltsp) developers are working hard at getting rid of xorg.conf, and they can only fix issues they know about and have sufficient information about. live well, vagrant ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _____________________________________________________________________ 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
