Advertisement
Guest User

Untitled

a guest
Jan 5th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "dualhead"
  3. Screen 0 "RightScreen" 0 0
  4. Screen 1 "LeftScreen" LeftOf "RightScreen"
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. #Section "ServerLayout"
  10. # Identifier "onehead"
  11. # Screen 0 "Screen0" 0 0
  12. # InputDevice "Mouse0" "CorePointer"
  13. # InputDevice "Keyboard0" "CoreKeyboard"
  14. #EndSection
  15.  
  16. Section "Files"
  17. ModulePath "/usr/lib/xorg/modules"
  18. FontPath "/usr/share/fonts/X11/misc"
  19. FontPath "/usr/share/fonts/X11/cyrillic"
  20. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  21. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  22. FontPath "/usr/share/fonts/X11/Type1"
  23. FontPath "/usr/share/fonts/X11/100dpi"
  24. FontPath "/usr/share/fonts/X11/75dpi"
  25. FontPath "built-ins"
  26. EndSection
  27.  
  28. Section "Module"
  29. Load "glx"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. Identifier "Mouse0"
  39. Driver "mouse"
  40. Option "Protocol" "auto"
  41. Option "Device" "/dev/input/mice"
  42. Option "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. Section "Monitor"
  46. Identifier "Monitor0"
  47. VendorName "Monitor Vendor"
  48. ModelName "Monitor Model"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor1"
  53. VendorName "Monitor Vendor"
  54. ModelName "Monitor Model"
  55. EndSection
  56.  
  57. Section "Device"
  58. ### Available Driver options are:-
  59. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  60. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  61. ### <percent>: "<f>%"
  62. ### [arg]: arg optional
  63. #Option "NoAccel" # [<bool>]
  64. #Option "AccelMethod" # <str>
  65. #Option "Backlight" # <str>
  66. #Option "DRI" # <str>
  67. #Option "Present" # [<bool>]
  68. #Option "ColorKey" # <i>
  69. #Option "VideoKey" # <i>
  70. #Option "Tiling" # [<bool>]
  71. #Option "LinearFramebuffer" # [<bool>]
  72. #Option "VSync" # [<bool>]
  73. #Option "PageFlip" # [<bool>]
  74. #Option "SwapbuffersWait" # [<bool>]
  75. #Option "TripleBuffer" # [<bool>]
  76. #Option "XvPreferOverlay" # [<bool>]
  77. #Option "HotPlug" # [<bool>]
  78. #Option "ReprobeOutputs" # [<bool>]
  79. #Option "DeleteUnusedDP12Displays" # [<bool>]
  80. #Option "XvMC" # [<bool>]
  81. Option "ZaphodHeads" "HDMI1"
  82. Option "ZaphodHeads" "HDMI1"
  83. #Option "VirtualHeads" # <i>
  84. #Option "TearFree" # [<bool>]
  85. #Option "PerCrtcPixmaps" # [<bool>]
  86. #Option "FallbackDebug" # [<bool>]
  87. #Option "DebugFlushBatches" # [<bool>]
  88. #Option "DebugFlushCaches" # [<bool>]
  89. #Option "DebugWait" # [<bool>]
  90. #Option "BufferCache" # [<bool>]
  91. Identifier "Card0"
  92. Driver "intel"
  93. BusID "PCI:0:2:0"
  94. Screen 0
  95. EndSection
  96.  
  97. Section "Device"
  98. ### Available Driver options are:-
  99. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  100. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  101. ### <percent>: "<f>%"
  102. ### [arg]: arg optional
  103. #Option "NoAccel" # [<bool>]
  104. #Option "AccelMethod" # <str>
  105. #Option "Backlight" # <str>
  106. #Option "DRI" # <str>
  107. #Option "Present" # [<bool>]
  108. #Option "ColorKey" # <i>
  109. #Option "VideoKey" # <i>
  110. #Option "Tiling" # [<bool>]
  111. #Option "LinearFramebuffer" # [<bool>]
  112. #Option "VSync" # [<bool>]
  113. #Option "PageFlip" # [<bool>]
  114. #Option "SwapbuffersWait" # [<bool>]
  115. #Option "TripleBuffer" # [<bool>]
  116. #Option "XvPreferOverlay" # [<bool>]
  117. #Option "HotPlug" # [<bool>]
  118. #Option "ReprobeOutputs" # [<bool>]
  119. #Option "DeleteUnusedDP12Displays" # [<bool>]
  120. #Option "XvMC" # [<bool>]
  121. Option "ZaphodHeads" "VGA1"
  122. #Option "VirtualHeads" # <i>
  123. #Option "TearFree" # [<bool>]
  124. #Option "PerCrtcPixmaps" # [<bool>]
  125. #Option "FallbackDebug" # [<bool>]
  126. #Option "DebugFlushBatches" # [<bool>]
  127. #Option "DebugFlushCaches" # [<bool>]
  128. #Option "DebugWait" # [<bool>]
  129. #Option "BufferCache" # [<bool>]
  130. Identifier "Card1"
  131. Driver "intel"
  132. BusID "PCI:0:2:0"
  133. Screen 1
  134. EndSection
  135.  
  136. Section "Screen"
  137. Identifier "RightScreen"
  138. Device "Card0"
  139. Monitor "Monitor0"
  140. SubSection "Display"
  141. Viewport 0 0
  142. Depth 4
  143. EndSubSection
  144. SubSection "Display"
  145. Viewport 0 0
  146. Depth 8
  147. EndSubSection
  148. SubSection "Display"
  149. Viewport 0 0
  150. Depth 15
  151. EndSubSection
  152. SubSection "Display"
  153. Viewport 0 0
  154. Depth 16
  155. EndSubSection
  156. SubSection "Display"
  157. Viewport 0 0
  158. Depth 24
  159. EndSubSection
  160. EndSection
  161.  
  162. Section "Screen"
  163. Identifier "LeftScreen"
  164. Device "Card1"
  165. Monitor "Monitor1"
  166. SubSection "Display"
  167. Viewport 0 0
  168. Depth 1
  169. EndSubSection
  170. SubSection "Display"
  171. Viewport 0 0
  172. Depth 4
  173. EndSubSection
  174. SubSection "Display"
  175. Viewport 0 0
  176. Depth 8
  177. EndSubSection
  178. SubSection "Display"
  179. Viewport 0 0
  180. Depth 15
  181. EndSubSection
  182. SubSection "Display"
  183. Viewport 0 0
  184. Depth 16
  185. EndSubSection
  186. SubSection "Display"
  187. Viewport 0 0
  188. Depth 24
  189. EndSubSection
  190. EndSection
  191.  
  192. Section "ServerFlags"
  193. Option "AllowEmptyInput" "true"
  194. Option "AllowMouseOpenFail" "yes"
  195. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement