Advertisement
Guest User

Untitled

a guest
Jun 4th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. [Default]
  2. SOUND = true
  3.  
  4. TIMEZONE=Australia/Melbourne
  5. TIMESERVER=192.168.200.1
  6. #TIMESERVER=91.189.94.4
  7.  
  8. #LOCALDEV=True # broken
  9.  
  10. # Grant access to /media /opt and /home on server from local_apps
  11. # These are not working for some reason
  12. LOCAL_APPS=True
  13. LOCAL_APPS_EXTRAMOUNTS=/media,/opt
  14. LOCALDEV_DENY_INTERNAL_DISKS=False
  15. MOUNT_LOCAL_OPT=True
  16. MOUNT_LOCAL_MEDIA=True
  17. MOUNT_LOCAL_REAL_HOME=True
  18. LOCAL_APPS_MENU=True
  19. LOCAL_APPS_MENU_ITEMS=xbill,glchess,firefox,thunderbird
  20.  
  21. # Allow use of ltsp-remoteapps within localapps on the terminals
  22. # mainly used for associating programs to filetypes
  23. REMOTE_APPS=True
  24.  
  25. SCREEN_02=shell
  26. SCREEN_07=ldm
  27.  
  28. # Turn off encryption between server and client. Speeds things up.
  29. LDM_DIRECTX=True
  30.  
  31.  
  32. #[ati]
  33. # XSERVER=fglrx
  34. # X_COLOR_DEPTH=24
  35.  
  36. #[00:27:0e:16:6f:1e] # Joe's new computer
  37.  
  38. # Betty's
  39. [00:0f:ea:3f:77:a0]
  40. PRINTER_0_TYPE=U
  41. PRINTER_0_DEVICE=/dev/usb/lp0
  42. PRINTER_0_PORT=9100
  43.  
  44. # Eeepc 701
  45. [00:1e:8c:4b:49:89]
  46. LDM_AUTOLOGIN=true
  47. LDM_USERNAME=boardroom
  48. LDM_PASSWORD=boardroom
  49.  
  50.  
  51. # B204 with ATI
  52. #[00:22:15:d6:2f:b6] LIKE = ati
  53. #[00:22:15:d6:2f:b6]
  54.  
  55.  
  56. # My T400s
  57. #[00:24:7e:6e:fe:a5]
  58.  
  59. # Mary's future computer
  60. #[00:22:15:16:c2:c7]
  61. # XSERVER = vesa
  62. # #PRINTER_0_DEVICE=/dev/usblp0
  63.  
  64. # Reception computer.
  65. [00:03:9d:75:41:10]
  66. X_BLANKING=0 # Don't ever turn off the screen.
  67. LDM_SESSION=/usr/bin/openbox-session
  68. LDM_AUTOLOGIN=true
  69. LDM_USERNAME=front
  70. LDM_PASSWORD=tram_front
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement