Guest User

/root/xorg.conf.new

a guest
May 30th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" RightOf "Screen0"
  5. Screen 2 "Screen2" RightOf "Screen1"
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/lib/xorg/modules"
  12. FontPath "/usr/share/fonts/X11/misc"
  13. FontPath "/usr/share/fonts/X11/cyrillic"
  14. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  15. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  16. FontPath "/usr/share/fonts/X11/Type1"
  17. FontPath "/usr/share/fonts/X11/100dpi"
  18. FontPath "/usr/share/fonts/X11/75dpi"
  19. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  20. FontPath "built-ins"
  21. EndSection
  22.  
  23. Section "Module"
  24. Load "dri2"
  25. Load "extmod"
  26. Load "glx"
  27. Load "record"
  28. Load "dbe"
  29. Load "dri"
  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 "Monitor"
  58. Identifier "Monitor2"
  59. VendorName "Monitor Vendor"
  60. ModelName "Monitor Model"
  61. EndSection
  62.  
  63. Section "Device"
  64. ### Available Driver options are:-
  65. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  66. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  67. ### <percent>: "<f>%"
  68. ### [arg]: arg optional
  69. #Option "SWcursor" # [<bool>]
  70. #Option "HWcursor" # [<bool>]
  71. #Option "NoAccel" # [<bool>]
  72. #Option "ShadowFB" # [<bool>]
  73. #Option "VideoKey" # <i>
  74. #Option "WrappedFB" # [<bool>]
  75. #Option "GLXVBlank" # [<bool>]
  76. #Option "ZaphodHeads" # <str>
  77. #Option "PageFlip" # [<bool>]
  78. #Option "SwapLimit" # <i>
  79. Identifier "Card0"
  80. Driver "nouveau"
  81. BusID "PCI:1:0:0"
  82. EndSection
  83.  
  84. Section "Device"
  85. ### Available Driver options are:-
  86. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  87. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  88. ### <percent>: "<f>%"
  89. ### [arg]: arg optional
  90. #Option "ShadowFB" # [<bool>]
  91. #Option "Rotate" # <str>
  92. #Option "fbdev" # <str>
  93. #Option "debug" # [<bool>]
  94. Identifier "Card1"
  95. Driver "fbdev"
  96. BusID "PCI:1:0:0"
  97. EndSection
  98.  
  99. Section "Device"
  100. ### Available Driver options are:-
  101. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  102. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  103. ### <percent>: "<f>%"
  104. ### [arg]: arg optional
  105. #Option "ShadowFB" # [<bool>]
  106. #Option "DefaultRefresh" # [<bool>]
  107. #Option "ModeSetClearScreen" # [<bool>]
  108. Identifier "Card2"
  109. Driver "vesa"
  110. BusID "PCI:1:0:0"
  111. EndSection
  112.  
  113. Section "Screen"
  114. Identifier "Screen0"
  115. Device "Card0"
  116. Monitor "Monitor0"
  117. SubSection "Display"
  118. Viewport 0 0
  119. Depth 1
  120. EndSubSection
  121. SubSection "Display"
  122. Viewport 0 0
  123. Depth 4
  124. EndSubSection
  125. SubSection "Display"
  126. Viewport 0 0
  127. Depth 8
  128. EndSubSection
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 15
  132. EndSubSection
  133. SubSection "Display"
  134. Viewport 0 0
  135. Depth 16
  136. EndSubSection
  137. SubSection "Display"
  138. Viewport 0 0
  139. Depth 24
  140. EndSubSection
  141. EndSection
  142.  
  143. Section "Screen"
  144. Identifier "Screen1"
  145. Device "Card1"
  146. Monitor "Monitor1"
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 1
  150. EndSubSection
  151. SubSection "Display"
  152. Viewport 0 0
  153. Depth 4
  154. EndSubSection
  155. SubSection "Display"
  156. Viewport 0 0
  157. Depth 8
  158. EndSubSection
  159. SubSection "Display"
  160. Viewport 0 0
  161. Depth 15
  162. EndSubSection
  163. SubSection "Display"
  164. Viewport 0 0
  165. Depth 16
  166. EndSubSection
  167. SubSection "Display"
  168. Viewport 0 0
  169. Depth 24
  170. EndSubSection
  171. EndSection
  172.  
  173. Section "Screen"
  174. Identifier "Screen2"
  175. Device "Card2"
  176. Monitor "Monitor2"
  177. SubSection "Display"
  178. Viewport 0 0
  179. Depth 1
  180. EndSubSection
  181. SubSection "Display"
  182. Viewport 0 0
  183. Depth 4
  184. EndSubSection
  185. SubSection "Display"
  186. Viewport 0 0
  187. Depth 8
  188. EndSubSection
  189. SubSection "Display"
  190. Viewport 0 0
  191. Depth 15
  192. EndSubSection
  193. SubSection "Display"
  194. Viewport 0 0
  195. Depth 16
  196. EndSubSection
  197. SubSection "Display"
  198. Viewport 0 0
  199. Depth 24
  200. EndSubSection
  201. EndSection
Advertisement
Add Comment
Please, Sign In to add comment