# # Config file for the Linux Terminal Server Project (www.ltsp.org) # [Default] SERVER = IP du serveur LOCAL_APPS = Y SEARCH_DOMAIN = votre.domaine.fr DNS_SERVER = IP du DNS RAMDISK_SIZE = 111072 SWAPSIZE = 20480 # 20 Mo de swap suffisent ! XF86CONFIG_FILE = XF86Config-cl1 SYSLOG_HOST = IP d'un serveur SYSLOG #------------------------------------------------------------------------------ # # Example of specifying X settings for a workstation [192.168.10.111] XF86CONFIG_FILE = XF86Config-fr [192.168.10.128] XF86CONFIG_FILE = XF86Config-us-trident [192.168.10.129] XF86CONFIG_FILE = XF86Config-us-trident # #[ws001] # MODULE_01 = agpgart.o # This is for i810 video # MODULE_02 = uart401.o # MODULE_03 = sb.o io=0x220 irq=5 dma=1 # MODULE_04 = opl3.o #------------------------------------------------------------------------------ # # Example of ws001 configured for local apps # #[ws001] # LOCAL_APPS = Y # LOCAL_WM = Y # NIS_DOMAIN = hubble # NIS_SERVER = 147.210.16.215 #------------------------------------------------------------------------------ # # Example of a serial printer attached to /dev/ttyS1 on workstation ws001 # #[ws001] # PRINTER_0_DEVICE = /dev/ttyS1 # PRINTER_0_TYPE = S # P-Parallel, S-Serial # PRINTER_0_PORT = 9100 # tcp/ip port: defaults to 9100 # PRINTER_0_SPEED = 9600 # baud rate: defaults to 9600 # PRINTER_0_FLOWCTRL = S # Flow control: S-Software (XON/XOFF), # # H-Hardware (CTS/RTS) # PRINTER_0_PARITY = N # Parity: N-None, E-Even, O-Odd # # (defaults to 'N') # PRINTER_0_DATABITS = 8 # Databits: 5,6,7,8 (defaults to 8) #------------------------------------------------------------------------------ # # Example of setting the ramdisk size to something other than the # default of 1024k ( 1mb ). Make sure you also tag your kernel with # and specify the new ramdisk size. # #[ws001] # RAMDISK_SIZE = 8192 #