On Tuesday 01 Jul 2008, Perseu wrote:
> I need to set Xorg parameters (screen resolution, color depth, keyboard...)
> with different values for different thin clients (my hardware is diverse
> and old). What file can I edit to do this ?

You don't say which version of LTSP of which Linux distribution, but broadly 
speaking, this is held in lts.conf.  You can find this 
in /opt/ltsp/i386/etc/lts.conf or thereabouts.

Section [default] is the default, and then you can specify each client by mac 
address (and I think also by hostname and IP address).

Example (for UK):

[default] 
   X_COLOR_DEPTH      = 16
   CONSOLE_KEYMAP     = uk
   XKBLAYOUT          = gb
   XKBMODEL           = pc105
   XKBOPTIONS         = "numpad:microsoft"
   LOCALDEV           = False
   SOUND_DAEMON       = pulse
   SOUND              = False

[00:08:c7:ac:51:45]
   X_MODE_0           = 1280x1024
   X_HORZSYNC         = "24-82"
   Y_VERTREFRESH      = "50-75"
   SOUND              = True
   LOCALDEV           = True

-- 
Chris Roberts

LTSP Version    : 5.1.3-1
Distribution    : Debian Etch
Windows Manager : KDE 3.5

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_____________________________________________________________________
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