Advertisement
Guest User

Untitled

a guest
Feb 24th, 2016
683
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. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/X11/misc"
  12. FontPath "/usr/share/fonts/X11/cyrillic"
  13. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  14. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  15. FontPath "/usr/share/fonts/X11/Type1"
  16. FontPath "/usr/share/fonts/X11/100dpi"
  17. FontPath "/usr/share/fonts/X11/75dpi"
  18. FontPath "built-ins"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "glx"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Mouse0"
  32. Driver "mouse"
  33. Option "Protocol" "auto"
  34. Option "Device" "/dev/input/mice"
  35. Option "ZAxisMapping" "4 5 6 7"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Monitor Vendor"
  41. ModelName "Monitor Model"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor1"
  46. VendorName "Monitor Vendor"
  47. ModelName "Monitor Model"
  48. EndSection
  49.  
  50. Section "Device"
  51. ### Available Driver options are:-
  52. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  53. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  54. ### <percent>: "<f>%"
  55. ### [arg]: arg optional
  56. #Option "NoAccel" # [<bool>]
  57. #Option "AccelMethod" # <str>
  58. #Option "Backlight" # <str>
  59. #Option "CustomEDID" # <str>
  60. #Option "DRI" # <str>
  61. #Option "Present" # [<bool>]
  62. #Option "ColorKey" # <i>
  63. #Option "VideoKey" # <i>
  64. #Option "Tiling" # [<bool>]
  65. #Option "LinearFramebuffer" # [<bool>]
  66. #Option "VSync" # [<bool>]
  67. #Option "PageFlip" # [<bool>]
  68. #Option "SwapbuffersWait" # [<bool>]
  69. #Option "TripleBuffer" # [<bool>]
  70. #Option "XvPreferOverlay" # [<bool>]
  71. #Option "HotPlug" # [<bool>]
  72. #Option "ReprobeOutputs" # [<bool>]
  73. #Option "XvMC" # [<bool>]
  74. #Option "ZaphodHeads" # <str>
  75. #Option "VirtualHeads" # <i>
  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 "SWcursor" # [<bool>]
  95. #Option "HWcursor" # [<bool>]
  96. #Option "NoAccel" # [<bool>]
  97. #Option "ShadowFB" # [<bool>]
  98. #Option "VideoKey" # <i>
  99. #Option "WrappedFB" # [<bool>]
  100. #Option "GLXVBlank" # [<bool>]
  101. #Option "ZaphodHeads" # <str>
  102. #Option "PageFlip" # [<bool>]
  103. #Option "SwapLimit" # <i>
  104. #Option "AsyncUTSDFS" # [<bool>]
  105. #Option "AccelMethod" # <str>
  106. Identifier "Card1"
  107. Driver "nouveau"
  108. BusID "PCI:1:0:0"
  109. EndSection
  110.  
  111. Section "Screen"
  112. Identifier "Screen0"
  113. Device "Card0"
  114. Monitor "Monitor0"
  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. EndSubSection
  139. EndSection
  140.  
  141. Section "Screen"
  142. Identifier "Screen1"
  143. Device "Card1"
  144. Monitor "Monitor1"
  145. SubSection "Display"
  146. Viewport 0 0
  147. Depth 1
  148. EndSubSection
  149. SubSection "Display"
  150. Viewport 0 0
  151. Depth 4
  152. EndSubSection
  153. SubSection "Display"
  154. Viewport 0 0
  155. Depth 8
  156. EndSubSection
  157. SubSection "Display"
  158. Viewport 0 0
  159. Depth 15
  160. EndSubSection
  161. SubSection "Display"
  162. Viewport 0 0
  163. Depth 16
  164. EndSubSection
  165. SubSection "Display"
  166. Viewport 0 0
  167. Depth 24
  168. EndSubSection
  169. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement