Advertisement
Guest User

Untitled

a guest
Mar 12th, 2011
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 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/local/lib/xorg/modules"
  11. FontPath "/usr/local/lib/X11/fonts/misc/"
  12. FontPath "/usr/local/lib/X11/fonts/TTF/"
  13. FontPath "/usr/local/lib/X11/fonts/OTF"
  14. FontPath "/usr/local/lib/X11/fonts/Type1/"
  15. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  16. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "extmod"
  21. Load "record"
  22. Load "dbe"
  23. Load "glx"
  24. Load "dri"
  25. Load "dri2"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Keyboard0"
  30. Driver "kbd"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. Identifier "Mouse0"
  35. Driver "mouse"
  36. Option "Protocol" "auto"
  37. Option "Device" "/dev/sysmouse"
  38. Option "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Monitor0"
  43. VendorName "Monitor Vendor"
  44. ModelName "Monitor Model"
  45. EndSection
  46.  
  47. Section "Monitor"
  48. Identifier "Monitor1"
  49. VendorName "Monitor Vendor"
  50. ModelName "Monitor Model"
  51. EndSection
  52.  
  53. Section "Device"
  54. ### Available Driver options are:-
  55. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  56. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  57. ### [arg]: arg optional
  58. #Option "NoAccel" # [<bool>]
  59. #Option "AccelMethod" # [<str>]
  60. #Option "offscreensize" # [<str>]
  61. #Option "SWcursor" # [<bool>]
  62. #Option "ignoreconnector" # [<str>]
  63. #Option "forcereduced" # [<bool>]
  64. #Option "forcedpi" # <i>
  65. #Option "useconfiguredmonitor" # [<bool>]
  66. #Option "HPD" # <str>
  67. #Option "NoRandr" # [<bool>]
  68. #Option "RROutputOrder" # [<str>]
  69. #Option "DRI" # [<bool>]
  70. #Option "TVMode" # [<str>]
  71. #Option "ScaleType" # [<str>]
  72. #Option "UseAtomBIOS" # [<bool>]
  73. #Option "AtomBIOS" # [<str>]
  74. #Option "UnverifiedFeatures" # [<bool>]
  75. #Option "Audio" # [<bool>]
  76. #Option "AudioStreamSilence" # [<str>]
  77. #Option "HDMI" # [<str>]
  78. #Option "COHERENT" # [<str>]
  79. #Option "ForceLowPowerMode" # [<bool>]
  80. #Option "LowPowerModeEngineClock" # <i>
  81. Identifier "Card0"
  82. Driver "radeonhd"
  83. VendorName "ATI Technologies Inc"
  84. BoardName "RS780M/RS780MN [Radeon HD 3200 Graphics]"
  85. BusID "PCI:1:5: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. ### [arg]: arg optional
  93. #Option "NoAccel" # [<bool>]
  94. #Option "AccelMethod" # [<str>]
  95. #Option "offscreensize" # [<str>]
  96. #Option "SWcursor" # [<bool>]
  97. #Option "ignoreconnector" # [<str>]
  98. #Option "forcereduced" # [<bool>]
  99. #Option "forcedpi" # <i>
  100. #Option "useconfiguredmonitor" # [<bool>]
  101. #Option "HPD" # <str>
  102. #Option "NoRandr" # [<bool>]
  103. #Option "RROutputOrder" # [<str>]
  104. #Option "DRI" # [<bool>]
  105. #Option "TVMode" # [<str>]
  106. #Option "ScaleType" # [<str>]
  107. #Option "UseAtomBIOS" # [<bool>]
  108. #Option "AtomBIOS" # [<str>]
  109. #Option "UnverifiedFeatures" # [<bool>]
  110. #Option "Audio" # [<bool>]
  111. #Option "AudioStreamSilence" # [<str>]
  112. #Option "HDMI" # [<str>]
  113. #Option "COHERENT" # [<str>]
  114. #Option "ForceLowPowerMode" # [<bool>]
  115. #Option "LowPowerModeEngineClock" # <i>
  116. Identifier "Card1"
  117. Driver "radeonhd"
  118. VendorName "ATI Technologies Inc"
  119. BoardName "Mobility Radeon HD 3400 Series"
  120. BusID "PCI:2:0:0"
  121. EndSection
  122.  
  123. Section "Screen"
  124. Identifier "Screen0"
  125. Device "Card0"
  126. Monitor "Monitor0"
  127. SubSection "Display"
  128. Viewport 0 0
  129. Depth 1
  130. EndSubSection
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 4
  134. EndSubSection
  135. SubSection "Display"
  136. Viewport 0 0
  137. Depth 8
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 15
  142. EndSubSection
  143. SubSection "Display"
  144. Viewport 0 0
  145. Depth 16
  146. EndSubSection
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 24
  150. EndSubSection
  151. EndSection
  152.  
  153. Section "Screen"
  154. Identifier "Screen1"
  155. Device "Card1"
  156. Monitor "Monitor1"
  157. SubSection "Display"
  158. Viewport 0 0
  159. Depth 1
  160. EndSubSection
  161. SubSection "Display"
  162. Viewport 0 0
  163. Depth 4
  164. EndSubSection
  165. SubSection "Display"
  166. Viewport 0 0
  167. Depth 8
  168. EndSubSection
  169. SubSection "Display"
  170. Viewport 0 0
  171. Depth 15
  172. EndSubSection
  173. SubSection "Display"
  174. Viewport 0 0
  175. Depth 16
  176. EndSubSection
  177. SubSection "Display"
  178. Viewport 0 0
  179. Depth 24
  180. EndSubSection
  181. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement