Advertisement
Guest User

Luzipher

a guest
Dec 3rd, 2009
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" LeftOf "Screen0"
  5. EndSection
  6.  
  7. Section "Files"
  8. ModulePath "/usr/lib64/xorg/modules"
  9. FontPath "/usr/share/fonts/misc/"
  10. FontPath "/usr/share/fonts/TTF/"
  11. FontPath "/usr/share/fonts/OTF"
  12. FontPath "/usr/share/fonts/Type1/"
  13. FontPath "/usr/share/fonts/100dpi/"
  14. FontPath "/usr/share/fonts/75dpi/"
  15. EndSection
  16.  
  17. Section "Module"
  18. Load "extmod"
  19. Load "record"
  20. Load "dbe"
  21. # Load "dri"
  22. Load "glx"
  23. EndSection
  24.  
  25. Section "Monitor"
  26. Identifier "Monitor0"
  27. VendorName "HWP"
  28. # #ModelName "Monitor Model"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "Monitor1"
  33. VendorName "SAM"
  34. # #ModelName "Monitor Model"
  35. EndSection
  36.  
  37. Section "Device"
  38. ### Available Driver options are:-
  39. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  40. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  41. ### [arg]: arg optional
  42. #Option "NoAccel" # [<bool>]
  43. #Option "AccelMethod" # [<str>]
  44. #Option "offscreensize" # [<str>]
  45. #Option "SWcursor" # [<bool>]
  46. #Option "ignoreconnector" # [<str>]
  47. #Option "forcereduced" # [<bool>]
  48. #Option "forcedpi" # <i>
  49. #Option "useconfiguredmonitor" # [<bool>]
  50. #Option "HPD" # <str>
  51. #Option "NoRandr" # [<bool>]
  52. #Option "RROutputOrder" # [<str>]
  53. #Option "DRI" # [<bool>]
  54. #Option "TVMode" # [<str>]
  55. #Option "ScaleType" # [<str>]
  56. #Option "UseAtomBIOS" # [<bool>]
  57. #Option "AtomBIOS" # [<str>]
  58. #Option "UnverifiedFeatures" # [<bool>]
  59. #Option "Audio" # [<bool>]
  60. #Option "HDMI" # [<str>]
  61. #Option "COHERENT" # [<str>]
  62. Identifier "Card0"
  63. # Driver "radeonhd"
  64. Driver "ati"
  65. VendorName "ATI Technologies Inc"
  66. BoardName "RV770 [Radeon HD 4870]"
  67. BusID "PCI:2:0:0"
  68. # Option "DRI" "True"
  69. # Option "DRI" "on"
  70. # Option "AccelMethod" "exa"
  71. EndSection
  72.  
  73. Section "Device"
  74. ### Available Driver options are:-
  75. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  76. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  77. ### [arg]: arg optional
  78. #Option "NoAccel" # [<bool>]
  79. #Option "AccelMethod" # [<str>]
  80. #Option "offscreensize" # [<str>]
  81. #Option "SWcursor" # [<bool>]
  82. #Option "ignoreconnector" # [<str>]
  83. #Option "forcereduced" # [<bool>]
  84. #Option "forcedpi" # <i>
  85. #Option "useconfiguredmonitor" # [<bool>]
  86. #Option "HPD" # <str>
  87. #Option "NoRandr" # [<bool>]
  88. #Option "RROutputOrder" # [<str>]
  89. #Option "DRI" # [<bool>]
  90. #Option "TVMode" # [<str>]
  91. #Option "ScaleType" # [<str>]
  92. #Option "UseAtomBIOS" # [<bool>]
  93. #Option "AtomBIOS" # [<str>]
  94. #Option "UnverifiedFeatures" # [<bool>]
  95. #Option "Audio" # [<bool>]
  96. #Option "HDMI" # [<str>]
  97. #Option "COHERENT" # [<str>]
  98. Identifier "Card1"
  99. # Driver "radeonhd"
  100. Driver "ati"
  101. VendorName "ATI Technologies Inc"
  102. BoardName "RV770 [Radeon HD 4870]"
  103. BusID "PCI:3:0:0"
  104. # Option "DRI" "True"
  105. # Option "DRI" "on"
  106. # Option "AccelMethod" "exa"
  107. EndSection
  108.  
  109. Section "Screen"
  110. Identifier "Screen0"
  111. Device "Card0"
  112. Monitor "Monitor0"
  113. DefaultDepth 24
  114. SubSection "Display"
  115. Viewport 0 0
  116. Depth 1
  117. EndSubSection
  118. SubSection "Display"
  119. Viewport 0 0
  120. Depth 4
  121. EndSubSection
  122. SubSection "Display"
  123. Viewport 0 0
  124. Depth 8
  125. EndSubSection
  126. SubSection "Display"
  127. Viewport 0 0
  128. Depth 15
  129. EndSubSection
  130. SubSection "Display"
  131. Viewport 0 0
  132. Depth 16
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 24
  137. Modes "1920x1200"
  138. Virtual 4096 2048
  139. EndSubSection
  140. EndSection
  141.  
  142. Section "Screen"
  143. Identifier "Screen1"
  144. Device "Card1"
  145. Monitor "Monitor1"
  146. DefaultDepth 24
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 1
  150. EndSubSection
  151. SubSection "Display"
  152. Viewport 0 0
  153. Depth 4
  154. EndSubSection
  155. SubSection "Display"
  156. Viewport 0 0
  157. Depth 8
  158. EndSubSection
  159. SubSection "Display"
  160. Viewport 0 0
  161. Depth 15
  162. EndSubSection
  163. SubSection "Display"
  164. Viewport 0 0
  165. Depth 16
  166. EndSubSection
  167. SubSection "Display"
  168. Viewport 0 0
  169. Depth 24
  170. Modes "1920x1080"
  171. EndSubSection
  172. EndSection
  173.  
  174.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement