Hello, I have installed LTSP 4.0 on a Debian Sarge server. Everything works well with the default config. But when I want to change the default configuration for one terminal in 'lts.conf', some parameters seem not to work. For instance, I cannot change the default resolution from 'X_MODE_0 = 800x600' to 'X_MODE_0 = 1024x768' for terminal 'foo'.
When I change XSERVER parameter, it works fine, depending on my graphic card. Any suggestion or links ? Best regards. Jean-Louis Louere PS: My lts.conf : ***************************** # # Copyright (c) 2003 by James A. McQuillan (McQuillan Systems, LLC) # # This software is licensed under the Gnu General Public License. # The full text of which can be found at http://www.LTSP.org/license.txt # # # Config file for the Linux Terminal Server Project (www.ltsp.org) # [Default] SERVER = 192.168.111.1 XSERVER = auto X_MOUSE_PROTOCOL = "PS/2" X_MOUSE_DEVICE = "/dev/psaux" X_MOUSE_RESOLUTION = 400 X_MOUSE_BUTTONS = 3 XKBLAYOUT = "fr" USE_NFS_SWAP = N X_MOUSE_EMULATE3BTN = Y USE_XFS = N SCREEN_01 = startx SCREEN_02 = telnet servecole.majilux X_MODE_0 = 800x600 X_HORZSYNC = 30-50 X_VERTREFRESH = 50-70 X_COLOR_DEPTH = 16 [foo] XSERVER = XF86_S3 X_MOUSE_PROTOCOL = "PS/2" X_MOUSE_DEVICE = "/dev/psaux" X_MOUSE_BUTTONS = 2 X_MOUSE_EMULATE_TB = Y ZAXISMAPPING = RUN_FLOPPYD = N SWAP_BLOCKS = 0 RUN_KARTAPUSS = N XkbLayout = "fr" XkbModel = "pc105" PRINTER_0_DEVICE = PRINTER_0_TYPE = X_MODE_0 = 1024x768 X_COLOR_DEPTH = 16 # foo fin -- ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _____________________________________________________________________ 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
