Advertisement
Guest User

Untitled

a guest
Jan 4th, 2016
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.04 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" # <str>
  82. #Option "VirtualHeads" # <i>
  83. #Option "TearFree" # [<bool>]
  84. #Option "PerCrtcPixmaps" # [<bool>]
  85. #Option "FallbackDebug" # [<bool>]
  86. #Option "DebugFlushBatches" # [<bool>]
  87. #Option "DebugFlushCaches" # [<bool>]
  88. #Option "DebugWait" # [<bool>]
  89. #Option "BufferCache" # [<bool>]
  90. Identifier "Card0"
  91. Driver "intel"
  92. BusID "PCI:0:2:0"
  93. Screen 0
  94. EndSection
  95.  
  96. Section "Device"
  97. ### Available Driver options are:-
  98. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  99. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  100. ### <percent>: "<f>%"
  101. ### [arg]: arg optional
  102. #Option "NoAccel" # [<bool>]
  103. #Option "AccelMethod" # <str>
  104. #Option "Backlight" # <str>
  105. #Option "DRI" # <str>
  106. #Option "Present" # [<bool>]
  107. #Option "ColorKey" # <i>
  108. #Option "VideoKey" # <i>
  109. #Option "Tiling" # [<bool>]
  110. #Option "LinearFramebuffer" # [<bool>]
  111. #Option "VSync" # [<bool>]
  112. #Option "PageFlip" # [<bool>]
  113. #Option "SwapbuffersWait" # [<bool>]
  114. #Option "TripleBuffer" # [<bool>]
  115. #Option "XvPreferOverlay" # [<bool>]
  116. #Option "HotPlug" # [<bool>]
  117. #Option "ReprobeOutputs" # [<bool>]
  118. #Option "DeleteUnusedDP12Displays" # [<bool>]
  119. #Option "XvMC" # [<bool>]
  120. #Option "ZaphodHeads" # <str>
  121. #Option "VirtualHeads" # <i>
  122. #Option "TearFree" # [<bool>]
  123. #Option "PerCrtcPixmaps" # [<bool>]
  124. #Option "FallbackDebug" # [<bool>]
  125. #Option "DebugFlushBatches" # [<bool>]
  126. #Option "DebugFlushCaches" # [<bool>]
  127. #Option "DebugWait" # [<bool>]
  128. #Option "BufferCache" # [<bool>]
  129. Identifier "Card1"
  130. Driver "intel"
  131. BusID "PCI:0:2:0"
  132. Screen 1
  133. EndSection
  134.  
  135. Section "Screen"
  136. Identifier "RightScreen"
  137. Device "Card0"
  138. Monitor "Monitor0"
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 1
  142. EndSubSection
  143. SubSection "Display"
  144. Viewport 0 0
  145. Depth 4
  146. EndSubSection
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 8
  150. EndSubSection
  151. SubSection "Display"
  152. Viewport 0 0
  153. Depth 15
  154. EndSubSection
  155. SubSection "Display"
  156. Viewport 0 0
  157. Depth 16
  158. EndSubSection
  159. SubSection "Display"
  160. Viewport 0 0
  161. Depth 24
  162. EndSubSection
  163. EndSection
  164.  
  165. Section "Screen"
  166. Identifier "LeftScreen"
  167. Device "Card0"
  168. Monitor "Monitor1"
  169. SubSection "Display"
  170. Viewport 0 0
  171. Depth 1
  172. EndSubSection
  173. SubSection "Display"
  174. Viewport 0 0
  175. Depth 4
  176. EndSubSection
  177. SubSection "Display"
  178. Viewport 0 0
  179. Depth 8
  180. EndSubSection
  181. SubSection "Display"
  182. Viewport 0 0
  183. Depth 15
  184. EndSubSection
  185. SubSection "Display"
  186. Viewport 0 0
  187. Depth 16
  188. EndSubSection
  189. SubSection "Display"
  190. Viewport 0 0
  191. Depth 24
  192. EndSubSection
  193. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement