Advertisement
Guest User

Untitled

a guest
Mar 18th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. System01 amd64 # cat lts.conf
  2. # If using NFS, lts.conf goes in /opt/ltsp/<arch>/etc/lts.conf.
  3. # For NBD (the default in Ubuntu), /var/lib/tftpboot/ltsp/<arch>/lts.conf
  4. # is used instead.
  5. # A list of directives is available at http://manpages.ubuntu.com/lts.conf
  6. # or your installed lts.conf man page.
  7. # Lines starting with '#' are comments.
  8. # Avoid empty [Sections] as they're considered syntax errors.
  9.  
  10.  
  11. # This section applies to all clients and is overriden by the other sections.
  12. [Default]
  13. # For troubleshooting, the following open a local console with Alt+Ctrl+F2.
  14. #SCREEN_02=shell
  15. #SCREEN_07=ldm
  16.  
  17. # Don't encrypt X traffic. Gives much faster graphics at a security cost.
  18. LDM_DIRECTX=True
  19. LTSP_FATCLIENT=False
  20. X_RAMPERC=80
  21. #LOCAL_APPS=False
  22.  
  23. # If you're using Unity, you might want to install gnome-session-fallback and
  24. # use it by default instead, as it performs better on LTSP thin clients.
  25. #LDM_SESSION="gnome-fallback"
  26.  
  27. # Force all clients to a specific resolution.
  28. #XRANDR_MODE_0=1024x768
  29.  
  30. # If the default 16bit color mode is giving you problems on thin clients:
  31. #X_SMART_COLOR_DEPTH=False
  32.  
  33. # A space separated list of services to disable on thin/fat clients.
  34. RM_SYSTEM_SERVICES="dnsmasq nbd-server"
  35.  
  36. # An additional list of services to disable on thin clients only.
  37. RM_THIN_SYSTEM_SERVICES="qemu-kvm virtualbox"
  38.  
  39. # Use any local swap partitions on the clients.
  40. USE_LOCAL_SWAP=True
  41.  
  42. # Provide a "Login as Guest" button, which uses LDM_USERNAME/LDM_PASSWORD.
  43. #LDM_GUESTLOGIN=True
  44.  
  45. # Automatically login clients with the specified LDM_USERNAME/LDM_PASSWORD.
  46. #LDM_AUTOLOGIN=True
  47.  
  48. # Some other frequently used directives, described in the lts.conf manpage.
  49. # For really low RAM clients, disable SOUND, LOCAL_APPS and LOCALDEV.
  50. #SOUND=False
  51. #VOLUME=50
  52. #LOCAL_APPS=False
  53. #LOCAL_APPS_EXTRAMOUNTS=/srv
  54. #LOCALDEV=False
  55. #LOCALDEV_DENY_INTERNAL_DISKS=False
  56. #FSTAB_1="server:/home /home nfs defaults,nolock 0 0"
  57. #XSERVER=vesa
  58. #X_BLANKING=0
  59. #X_NUMLOCK=True
  60. #XKBLAYOUT="us,gr"
  61. #XKBOPTIONS="grp:alt_shift_toggle,grp_led:scroll"
  62. #LDM_LIMIT_ONE_SESSION=True
  63. #LDM_LIMIT_ONE_SESSION_PROMPT=True
  64. #LDM_PRINTER_DEFAULT="psc-1310-series"
  65.  
  66.  
  67. # You can define sections to be included later on with "LIKE" directives.
  68. [OLD_MONITOR]
  69. # The following directives are useful in cases where the driver can't detect
  70. # the (possibly old CRT) monitor timings and only offers low resolutions.
  71. # Consult your monitor manual for the correct values, those are for 1024x768.
  72. X_HORZSYNC=30.0-88.0
  73. X_VERTREFRESH=50.0-88.0
  74.  
  75.  
  76. # You can specify directives per client with MAC address (or IP or hostname)
  77. # based sections.
  78. # One way to get their MAC addresses is to run `arp -n` when they're at LDM.
  79. #[A1:B1:C2:D4:E5:F6]
  80. #HOSTNAME=pc01
  81. #LDM_USERNAME=user01
  82. #LDM_PASSWORD=pass01
  83. # Include another section.
  84. #LIKE=OLD_MONITOR
  85.  
  86. System01 amd64 #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement