Dinesh_Raja

Xorg.conf.new

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