Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. # Default configuration for all clients
  2. [Default]
  3.  
  4. # Keep the time on the client machines Bios and the login screen uptodate
  5. TIMEZONE=Europe/Zurich
  6. TIMESERVER=91.189.94.4
  7.  
  8. # The following is to add a root shell on terminal 2 for troubleshooting no login needed. Ctrl-Alt+F2 Ctrl-Alt+F7 to return to normal Xwindow.
  9. SCREEN_02=shell
  10. SCREEN_07=ldm
  11.  
  12. # Sound on is default
  13. SOUND=Y
  14.  
  15. # The following two lines are used to kill the feedback that can not be eliminated using volume controls in Pulse Audio
  16. MIC_VOLUME=0
  17. FRONT_MIC_VOLUME=0
  18.  
  19. # Used to allow unencrypted traffic and cut down on CPU usage
  20. LDM_DIRECTX=True
  21.  
  22. # Used to set console keyboard layout
  23. CONSOLE_KEYMAP=dvx
  24.  
  25. # Used to set keyboard layouts
  26. XKBLAYOUT=us(intl),dvx
  27.  
  28. XKBOPTIONS=grp:alt_shift_toggle,grp_led:scroll
  29.  
  30. # Allows applications installed in the image to be run locally.
  31. LOCAL_APPS_MENU=True
  32.  
  33.  
  34. # 1st Disklessworkstations.com Atom Intel 1.6 GHz - Oliver's machine at the moment
  35. [00:13:90:02:D9:22]
  36. SOUND=Y
  37. X_HORZSYNC=30.0-88.0
  38. X_VERTREFRESH=50.0-60.0
  39. #X_OPTION_01="\"ActiveDevice\" \"CRT\""
  40. #X_MODE_0=1024x786
  41. #XRANDR_NEWMODE_0="1024x768" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
  42. #XRANDR_MODE_0=1024x768
  43. #XRANDR_OUTPUT_0=1024x768
  44.  
  45.  
  46. # 2nd Disklessworkstations.com Atom Intel 1.6 GHz - Alice's machine at the moment
  47. [00:13:90:02:D9:83]
  48.  
  49. #Use the following to set the german keyboard, US international, and Dvorak International Extended w/deadkeys
  50. # Other de layout variations de_nodeadkeys and de_sundeadkeys
  51. #XKBLAYOUT=de(legacy),us(intl),dvx
  52.  
  53. # Used to allow autologin of clients
  54. #LDM_AUTOLOGIN=true
  55. #LDM_USERNAME=test
  56. #LDM_PASSWORD=test1234
  57.  
  58. #LDM_LANGUAGE=de_CH.utf-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement