Advertisement
Guest User

Xorg

a guest
Jul 26th, 2014
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. Section "ServerFlags"
  2. Option "Xinerama" "true"
  3. EndSection
  4.  
  5. Section "ServerLayout"
  6. Identifier "X.org Configured"
  7. Screen 0 "Screen0" 0 0
  8. Screen 1 "Screen1" RightOf "Screen0"
  9. Screen 2 "Screen2" RightOf "Screen1"
  10. EndSection
  11.  
  12. Section "Monitor"
  13. Identifier "Monitor0"
  14. VendorName "Monitor Vendor"
  15. ModelName "Monitor Model"
  16. EndSection
  17.  
  18. Section "Monitor"
  19. Identifier "Monitor1"
  20. VendorName "Monitor Vendor"
  21. ModelName "Monitor Model"
  22. EndSection
  23.  
  24. Section "Monitor"
  25. Identifier "Monitor2"
  26. VendorName "Monitor Vendor"
  27. ModelName "Monitor Model"
  28. Option "Enable" "true"
  29. EndSection
  30.  
  31. Section "Device"
  32. ### Available Driver options are:-
  33. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  34. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  35. ### <percent>: "<f>%"
  36. ### [arg]: arg optional
  37. #Option "NoAccel" # [<bool>]
  38. #Option "AccelMethod" # <str>
  39. #Option "Backlight" # <str>
  40. #Option "DRI" # <str>
  41. #Option "ColorKey" # <i>
  42. #Option "VideoKey" # <i>
  43. #Option "Tiling" # [<bool>]
  44. #Option "LinearFramebuffer" # [<bool>]
  45. #Option "SwapbuffersWait" # [<bool>]
  46. #Option "TripleBuffer" # [<bool>]
  47. #Option "XvPreferOverlay" # [<bool>]
  48. #Option "HotPlug" # [<bool>]
  49. #Option "ReprobeOutputs" # [<bool>]
  50. #Option "ZaphodHeads" # <str>
  51. #Option "TearFree" # [<bool>]
  52. #Option "PerCrtcPixmaps" # [<bool>]
  53. Identifier "Card0"
  54. Driver "intel"
  55. BusID "PCI:0:2:0"
  56. EndSection
  57.  
  58. Section "Device"
  59. Identifier "Card1"
  60. Driver "nvidia"
  61. BusID "PCI:1:0:0"
  62. EndSection
  63.  
  64. Section "Device"
  65. Identifier "Card2"
  66. Driver "fbdev"
  67. BusID "USB"
  68. Option "fbdev" "/dev/fb1"
  69. EndSection
  70.  
  71. Section "Screen"
  72. Identifier "Screen0"
  73. Device "Card0"
  74. Monitor "Monitor0"
  75. SubSection "Display"
  76. Viewport 0 0
  77. Depth 1
  78. EndSubSection
  79. SubSection "Display"
  80. Viewport 0 0
  81. Depth 4
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 8
  86. EndSubSection
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 15
  90. EndSubSection
  91. SubSection "Display"
  92. Viewport 0 0
  93. Depth 16
  94. EndSubSection
  95. SubSection "Display"
  96. Viewport 0 0
  97. Depth 24
  98. EndSubSection
  99. EndSection
  100.  
  101. Section "Screen"
  102. Identifier "Screen1"
  103. Device "Card0"
  104. Monitor "Monitor1"
  105. SubSection "Display"
  106. Viewport 0 0
  107. Depth 1
  108. EndSubSection
  109. SubSection "Display"
  110. Viewport 0 0
  111. Depth 4
  112. EndSubSection
  113. SubSection "Display"
  114. Viewport 0 0
  115. Depth 8
  116. EndSubSection
  117. SubSection "Display"
  118. Viewport 0 0
  119. Depth 15
  120. EndSubSection
  121. SubSection "Display"
  122. Viewport 0 0
  123. Depth 16
  124. EndSubSection
  125. SubSection "Display"
  126. Viewport 0 0
  127. Depth 24
  128. EndSubSection
  129. EndSection
  130.  
  131. Section "Screen"
  132. Identifier "Screen2"
  133. Device "Card2"
  134. Monitor "Monitor2"
  135.  
  136. SubSection "Display"
  137. Viewport 0 0
  138. Depth 16
  139. EndSubSection
  140. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement