Advertisement
Guest User

xorg.conf 3 screens

a guest
Sep 22nd, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen2" 2668 0
  5. # Screen 2 "Screen2"
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. # Option "Xinerama" "True"
  9. Option "RandR" "True"
  10. EndSection
  11.  
  12. Section "Files"
  13. ModulePath "/usr/lib/xorg/modules"
  14. FontPath "/usr/share/fonts/X11/misc"
  15. FontPath "/usr/share/fonts/X11/cyrillic"
  16. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  17. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  18. FontPath "/usr/share/fonts/X11/Type1"
  19. FontPath "/usr/share/fonts/X11/100dpi"
  20. FontPath "/usr/share/fonts/X11/75dpi"
  21. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  22. FontPath "built-ins"
  23. EndSection
  24.  
  25. Section "Module"
  26. Load "record"
  27. Load "extmod"
  28. Load "dri2"
  29. Load "dri"
  30. Load "glx"
  31. Load "drm"
  32. Load "dbe"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Keyboard0"
  37. Driver "kbd"
  38. EndSection
  39.  
  40. Section "InputDevice"
  41. Identifier "Mouse0"
  42. Driver "mouse"
  43. Option "Protocol" "auto"
  44. Option "Device" "/dev/input/mice"
  45. Option "ZAxisMapping" "4 5 6 7"
  46. EndSection
  47.  
  48. Section "Monitor"
  49. Identifier "Monitor0"
  50. VendorName "Monitor Vendor"
  51. ModelName "Monitor Model"
  52. Option "DPMS"
  53. Option "PreferredMode" "1280x1024_60.00"
  54. Option "RandRotate" "on"
  55. EndSection
  56.  
  57. Section "Monitor"
  58. Identifier "Monitor1"
  59. VendorName "Monitor Vendor"
  60. ModelName "Monitor Model"
  61. Option "PreferredMode" "1280x1024_60.00"
  62. # Option "Position" "1388 0" #used with nouveau
  63. Option "RandRotate" "on"
  64. Option "DPMS"
  65. EndSection
  66.  
  67. Section "Monitor"
  68. Identifier "Monitor2"
  69. VendorName "Monitor Vendor"
  70. ModelName "Monitor Model"
  71. Option "PreferredMode" "1280x1024_60.00"
  72. # Option "Position" "0 0"
  73. # Option "Position" "2672 0"
  74. Option "RandRotate" "on"
  75. Option "DPMS"
  76. EndSection
  77.  
  78. Section "Device"
  79. ### Available Driver options are:-
  80. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  81. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  82. ### <percent>: "<f>%"
  83. ### [arg]: arg optional
  84. #Option "SWcursor" # [<bool>]
  85. #Option "HWcursor" # [<bool>]
  86. #Option "NoAccel" # [<bool>]
  87. #Option "ShadowFB" # [<bool>]
  88. #Option "VideoKey" # <i>
  89. #Option "WrappedFB" # [<bool>]
  90. Option "GLXVBlank" "True" # [<bool>]
  91. #Option "ZaphodHeads" # <str>
  92. #Option "PageFlip" # [<bool>]
  93. Option "TripleBuffer" "true"
  94. Option "AllowGLXWithComposite" "True"
  95. Option "AddARGBGLXVisuals" "True"
  96. Option "MigrationHeuristic" "greedy"
  97. # Option "Metamodes" "DVI-I-1: 1280x1024_60 +0+0, DVI-I-2: 1280x1024_60 +1392+0" #old
  98. Option "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1420+0"
  99. Option "Monitor-DVI-I-1" "Monitor0"
  100. Option "Monitor-DVI-I-2" "Monitor1"
  101. Option "TwinView" "1"
  102. # Screen "Screen0"
  103. Screen 0
  104. Identifier "nvidia-card"
  105. Driver "nvidia"
  106. BusID "PCI:1:0:0"
  107. EndSection
  108.  
  109. Section "Device"
  110. ### Available Driver options are:-
  111. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  112. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  113. ### <percent>: "<f>%"
  114. ### [arg]: arg optional
  115. Option "DRI" "False" # [<bool>]
  116. #Option "ColorKey" # <i>
  117. #Option "VideoKey" # <i>
  118. #Option "FallbackDebug" # [<bool>]
  119. #Option "Tiling" # [<bool>]
  120. #Option "LinearFramebuffer" # [<bool>]
  121. #Option "Shadow" # [<bool>]
  122. Option "SwapbuffersWait" "True" # [<bool>]
  123. Option "TripleBuffer" "true" # [<bool>]
  124. #Option "XvMC" # [<bool>]
  125. #Option "XvPreferOverlay" # [<bool>]
  126. #Option "DebugFlushBatches" # [<bool>]
  127. #Option "DebugFlushCaches" # [<bool>]
  128. #Option "DebugWait" # [<bool>]
  129. #Option "HotPlug" # [<bool>]
  130. #Option "RelaxedFencing" # [<bool>]
  131. # Option "AllowGLXWithComposite" "True"
  132. # Option "AddARGBGLXVisuals" "True"
  133. ## Option "AccelMethod" "EXA" #this from 2.6.28 on is the fallback
  134. # Option "AccelMethod" "UXA"
  135. ## Option "ExaNoComposite" "true"
  136. # Option "MigrationHeuristic" "greedy"
  137. Option "Monitor-VGA1" "Monitor2"
  138. # Screen 1
  139. Identifier "intel-card"
  140. Driver "intel"
  141. BusID "PCI:0:2:0"
  142. EndSection
  143.  
  144. Section "Screen"
  145. Identifier "Screen0"
  146. Device "nvidia-card"
  147. Monitor "Monitor0"
  148. Monitor "Monitor1"
  149. SubSection "Display"
  150. # Viewport 0 0
  151. # Virtual 2668 1024
  152. Virtual 2700 1024
  153. Depth 24
  154. EndSubSection
  155. EndSection
  156.  
  157. Section "Screen"
  158. Identifier "Screen1"
  159. Device "nvidia-card"
  160. Monitor "Monitor1"
  161. SubSection "Display"
  162. # Viewport 1280 0
  163. # Virtual 1280 1024
  164. Depth 24
  165. EndSubSection
  166. EndSection
  167.  
  168. Section "Screen"
  169. Identifier "Screen2"
  170. Device "intel-card"
  171. Monitor "Monitor2"
  172. SubSection "Display"
  173. # Viewport 2672 0
  174. # Viewport 0 0
  175. Virtual 1280 1024
  176. Depth 24
  177. EndSubSection
  178. EndSection
  179.  
  180. Section "Extensions"
  181. Option "Composite" "Enable"
  182. EndSection
  183.  
  184. Section "ServerFlags"
  185. Option "AIGLX" "on"
  186. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement