On Wednesday 29 Apr 2009, ebarde...@iris-group.it wrote:
> now i'm formatting my server with xubuntu 8.04 because I think that is a
> little bit thin...
>
> in lts.conf I have putted this parameters:


>         XSERVER=vesa
>         X_MODE_0=1024X768

Only if your client needs them, and if it does then it would be best to make 
them specific to the client, by putting it in it's own section later on in 
lts.conf, e.g.

[00:40:63:F6:95:70]
          XSERVER=vesa
          X_MODE_0=1024X768

Carrying on with your lts.conf...

>         X_COLOR_DEPTH=16

Fine.

>         SOUND=False

Your choice, I tend to specify SOUND=False in the [default] section, but 
SOUND=True for each of the mac addresses on which I want sound.

>         NBD_SWAP=False

I've never used NBD_SWAP, but for low ram clients this seems 
counter-intuitive, I would have thought you would switch this ON rather than 
off.

>         LOCALDEV=False

As per SOUND, I specify FALSE in the [default] section, and switch on as 
required for each client.

>         NETWORK_COMPRESSION=True

Never seen this one before - anyone?

I like to structure my lts.conf file like this:

[default]
   X_COLOR_DEPTH        = 16
   LOCALDEV             = False
   SOUND                = False

[monitor-dgm-l1931]
   X_MODE_0             = 1280x1024
   X_HORZSYNC           = "64-80"
   X_VERTREFRESH        = "60-65"

[00:30:43:E6:94:50]
# Example PC
   LIKE                 = monitor-dgm-l1931
   SOUND                = True
   LOCALDEV             = True

The LIKE command is infinitely useful, and you can have multiple LIKE 
statements for each mac address, so you could have a LIKE statement for the 
monitor, base, sound, etc.  Helps to keep a neat lts.conf file.

-- 
Chris Roberts

+------------------+------------------+
|     Distribution | Debian Etch      |
|     LTSP Version | 5.1.10-1~40      |
|  Windows Manager | KDE 3.5.5        |
|           Kernel | 2.6.26-bpo.1-686 |
+------------------+------------------+
|     Distribution | Debian Lenny     |
|     LTSP Version | 5.1.10-2         |
|  Windows Manager | KDE 3.5.10       |
|           Kernel | 2.6.26-2-686     |
+------------------+------------------+

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_____________________________________________________________________
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