spacepaste

  1.  
  2. Section "ServerLayout"
  3. Identifier "Layout0"
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. Option "Xinerama" "off"
  7. Option "Clone" "off"
  8. Screen 0 "Screen0"
  9. Screen 1 "Screen1" LeftOf "Screen0"
  10. EndSection
  11. Section "Files"
  12. FontPath "/usr/share/fonts/100dpi"
  13. FontPath "/usr/share/fonts/75dpi"
  14. FontPath "/usr/share/fonts/corefonts"
  15. FontPath "/usr/share/fonts/cyrillic"
  16. FontPath "/usr/share/fonts/dejavu"
  17. FontPath "/usr/share/fonts/freefonts"
  18. FontPath "/usr/share/fonts/liberation-fonts"
  19. FontPath "/usr/share/fonts/misc"
  20. FontPath "/usr/share/fonts/OTF"
  21. FontPath "/usr/share/fonts/Speedo"
  22. FontPath "/usr/share/fonts/terminus"
  23. FontPath "/usr/share/fonts/TTF"
  24. FontPath "/usr/share/fonts/Type1"
  25. FontPath "/usr/share/fonts/urw-fonts"
  26. FontPath "/usr/share/fonts/Winfonts"
  27. EndSection
  28. Section "Module"
  29. Load "dbe"
  30. Load "extmod"
  31. Load "type1"
  32. Load "freetype"
  33. Load "glx"
  34. EndSection
  35. Section "ServerFlags"
  36. Option "blank time" "0"
  37. Option "standby time" "0"
  38. Option "suspend time" "25"
  39. Option "off time" "30"
  40. Option "AllowEmptyInput" "off"
  41. Option "AutoAddDevices" "off"
  42. Option "AutoEnableDevices" "off"
  43. EndSection
  44. Section "InputDevice"
  45. Identifier "Mouse0"
  46. Driver "mouse"
  47. Option "Protocol" "Auto"
  48. Option "Device" "/dev/input/mice"
  49. EndSection
  50. Section "InputDevice"
  51. Identifier "Keyboard0"
  52. Driver "kbd"
  53. Option "XkbRules" "xorg"
  54. Option "XkbModel" "pc105"
  55. Option "XkbLayout" "us,ru"
  56. Option "XkbVariant" ",winkeys"
  57. Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
  58. EndSection
  59. Section "Monitor"
  60. Identifier "Monitor0"
  61. Option "DPMS"
  62. EndSection
  63. Section "Monitor"
  64. Identifier "Monitor1"
  65. Option "DPMS"
  66. EndSection
  67. Section "Device"
  68. Identifier "Device0"
  69. Driver "nouveau"
  70. BusID "PCI:2:0:0"
  71. Option "ZaphodHeads" "DVI-I-1"
  72. Screen 0
  73. EndSection
  74. Section "Device"
  75. Identifier "Device1"
  76. Driver "nouveau"
  77. BusID "PCI:2:0:0"
  78. Option "ZaphodHeads" "VGA-1"
  79. Screen 1
  80. EndSection
  81. Section "Screen"
  82. Identifier "Screen0"
  83. Device "Device0"
  84. Monitor "Monitor0"
  85. EndSection
  86. Section "Screen"
  87. Identifier "Screen1"
  88. Device "Device1"
  89. Monitor "Monitor1"
  90. EndSection
  91.