Advertisement
Guest User

Untitled

a guest
Jul 8th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "seatx"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" LeftOf "Screen0"
  5. # InputDevice "Mouse0" "CorePointer"
  6. # InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "ServerLayout"
  10. Identifier "seat0"
  11. Screen "Screen0" 0 0
  12. # Screen 1 "Screen1" LeftOf "Screen0"
  13. # InputDevice "Mouse0" "CorePointer"
  14. # InputDevice "Keyboard0" "CoreKeyboard"
  15. Option "Clone" "off"
  16. Option "DisableModInDev" "true"
  17. Option "SingleCard" "On"
  18. EndSection
  19.  
  20. Section "ServerLayout"
  21. Identifier "seat1"
  22. Screen "Screen1" 0 0
  23. # Screen 1 "Screen1" LeftOf "Screen0"
  24. # InputDevice "Mouse0" "CorePointer"
  25. # InputDevice "Keyboard0" "CoreKeyboard"
  26.  
  27. Option "Clone" "off"
  28. Option "DisableModInDev" "true"
  29. Option "SingleCard" "On"
  30. EndSection
  31.  
  32. Section "Files"
  33. # ModulePath "/usr/lib/xorg/modules"
  34. FontPath "/usr/share/fonts/X11/misc"
  35. FontPath "/usr/share/fonts/X11/cyrillic"
  36. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  37. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  38. FontPath "/usr/share/fonts/X11/Type1"
  39. FontPath "/usr/share/fonts/X11/100dpi"
  40. FontPath "/usr/share/fonts/X11/75dpi"
  41. FontPath "built-ins"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor0"
  46. VendorName "Monitor Vendor"
  47. ModelName "Monitor Model"
  48. EndSection
  49.  
  50. Section "Monitor"
  51. Identifier "Monitor1"
  52. VendorName "Monitor Vendor"
  53. ModelName "Monitor Model"
  54. EndSection
  55.  
  56. Section "Device"
  57. ### Available Driver options are:-
  58. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  59. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  60. ### <percent>: "<f>%"
  61. ### [arg]: arg optional
  62. #Option "NoAccel" # [<bool>]
  63. #Option "SWcursor" # [<bool>]
  64. #Option "EnablePageFlip" # [<bool>]
  65. #Option "ColorTiling" # [<bool>]
  66. #Option "ColorTiling2D" # [<bool>]
  67. #Option "RenderAccel" # [<bool>]
  68. #Option "SubPixelOrder" # [<str>]
  69. #Option "AccelMethod" # <str>
  70. #Option "EXAVSync" # [<bool>]
  71. #Option "EXAPixmaps" # [<bool>]
  72. #Option "ZaphodHeads" # <str>
  73. #Option "EnablePageFlip" # [<bool>]
  74. #Option "SwapbuffersWait" # [<bool>]
  75. Identifier "Card0"
  76. Driver "fglrx"
  77. BusID "PCI:1:0:0"
  78. EndSection
  79.  
  80. Section "Device"
  81. ### Available Driver options are:-
  82. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  83. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  84. ### <percent>: "<f>%"
  85. ### [arg]: arg optional
  86. #Option "NoAccel" # [<bool>]
  87. #Option "SWcursor" # [<bool>]
  88. #Option "EnablePageFlip" # [<bool>]
  89. #Option "ColorTiling" # [<bool>]
  90. #Option "ColorTiling2D" # [<bool>]
  91. #Option "RenderAccel" # [<bool>]
  92. #Option "SubPixelOrder" # [<str>]
  93. #Option "AccelMethod" # <str>
  94. #Option "EXAVSync" # [<bool>]
  95. #Option "EXAPixmaps" # [<bool>]
  96. #Option "ZaphodHeads" # <str>
  97. #Option "EnablePageFlip" # [<bool>]
  98. #Option "SwapbuffersWait" # [<bool>]
  99. Identifier "Card1"
  100. Driver "fglrx"
  101. BusID "PCI:2:0:0"
  102. EndSection
  103.  
  104. Section "Screen"
  105. Identifier "Screen0"
  106. Device "Card0"
  107. Monitor "Monitor0"
  108.  
  109. Option "BlankTime" "0"
  110. Option "StandbyTime" "0"
  111. Option "SuspendTime" "0"
  112. Option "OffTime" "0"
  113. Option "DPMS" "false"
  114.  
  115. SubSection "Display"
  116. Viewport 0 0
  117. Depth 1
  118. EndSubSection
  119. SubSection "Display"
  120. Viewport 0 0
  121. Depth 4
  122. EndSubSection
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 8
  126. EndSubSection
  127. SubSection "Display"
  128. Viewport 0 0
  129. Depth 15
  130. EndSubSection
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 16
  134. EndSubSection
  135. SubSection "Display"
  136. Viewport 0 0
  137. Depth 24
  138. Modes "1366x768"
  139. EndSubSection
  140. EndSection
  141.  
  142. Section "Screen"
  143. Identifier "Screen1"
  144. Device "Card1"
  145. Monitor "Monitor1"
  146.  
  147. Option "BlankTime" "0"
  148. Option "StandbyTime" "0"
  149. Option "SuspendTime" "0"
  150. Option "OffTime" "0"
  151. Option "DPMS" "false"
  152.  
  153. SubSection "Display"
  154. Viewport 0 0
  155. Depth 1
  156. EndSubSection
  157. SubSection "Display"
  158. Viewport 0 0
  159. Depth 4
  160. EndSubSection
  161. SubSection "Display"
  162. Viewport 0 0
  163. Depth 8
  164. EndSubSection
  165. SubSection "Display"
  166. Viewport 0 0
  167. Depth 15
  168. EndSubSection
  169. SubSection "Display"
  170. Viewport 0 0
  171. Depth 16
  172. EndSubSection
  173. SubSection "Display"
  174. Viewport 0 0
  175. Depth 24
  176. Modes "1360x768"
  177. EndSubSection
  178. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement