Advertisement
Guest User

xorg.conf

a guest
Jul 27th, 2012
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.57 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1"
  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/misc/"
  12. FontPath "/usr/share/fonts/TTF/"
  13. FontPath "/usr/share/fonts/OTF/"
  14. FontPath "/usr/share/fonts/Type1/"
  15. FontPath "/usr/share/fonts/100dpi/"
  16. FontPath "/usr/share/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20. # Load "record"
  21. # Load "dbe"
  22. # Load "i2c"
  23. Load "bitmap"
  24. # Load "ddc"
  25. # Load "dri2"
  26. # Load "dri"
  27. # Load "extmod"
  28. Load "freetype"
  29. # Load "glx"
  30. Load "int10"
  31. Load "type1"
  32. Load "vbe"
  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 "TV"
  50. HorizSync 30 - 50
  51. VertRefresh 60 - 60
  52. Option "DPMS"
  53. EndSection
  54.  
  55. Section "Monitor"
  56. #DisplaySize 320 240 # mm
  57. Identifier "Monitor0"
  58. VendorName "IVM"
  59. ModelName "HM703U"
  60. HorizSync 30.0 - 96.0
  61. VertRefresh 50.0 - 160.0
  62. Option "DPMS"
  63. EndSection
  64.  
  65. Section "Device"
  66. Identifier "ATI RV350 AQ [Radeon 9600] (Secondary)"
  67. Driver "radeon"
  68. BusID "PCI:3:0:1"
  69. Option "TVStandard" "pal" # <str>
  70. Option "ForceTVOut" "true" # [<bool>]
  71. EndSection
  72.  
  73. Section "Device"
  74. Identifier "ATI RV350 AQ [Radeon 9600]"
  75. Driver "radeon"
  76. BusID "PCI:3:0:0"
  77. Option "AGPMode" "8"
  78. Option "AGPSize" "128"
  79. Option "RingSize" "8"
  80. Option "BufferSize" "2"
  81. Option "EnablePageFlip" "true"
  82. Option "EnableDepthMoves" "true"
  83. Option "ColorTiling" "on"
  84. Option "RenderAccel" "true"
  85. Option "DRI" "true"
  86. Option "ForceTVOut" "true" # [<bool>]
  87.  
  88. ### Available Driver options are:-
  89. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  90. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  91. ### <percent>: "<f>%"
  92. ### [arg]: arg optional
  93. #Option "NoAccel" # [<bool>]
  94. #Option "SWcursor" # [<bool>]
  95. #Option "Dac6Bit" # [<bool>]
  96. #Option "Dac8Bit" # [<bool>]
  97. #Option "BusType" # [<str>]
  98. #Option "CPPIOMode" # [<bool>]
  99. #Option "CPusecTimeout" # <i>
  100. #Option "AGPMode" # <i>
  101. #Option "AGPFastWrite" # [<bool>]
  102. #Option "AGPSize" # <i>
  103. #Option "GARTSize" # <i>
  104. #Option "RingSize" # <i>
  105. #Option "BufferSize" # <i>
  106. #Option "EnableDepthMoves" # [<bool>]
  107. #Option "EnablePageFlip" # [<bool>]
  108. #Option "NoBackBuffer" # [<bool>]
  109. #Option "DMAForXv" # [<bool>]
  110. #Option "FBTexPercent" # <i>
  111. #Option "DepthBits" # <i>
  112. #Option "PCIAPERSize" # <i>
  113. #Option "AccelDFS" # [<bool>]
  114. #Option "IgnoreEDID" # [<bool>]
  115. #Option "CustomEDID" # [<str>]
  116. #Option "DisplayPriority" # [<str>]
  117. #Option "PanelSize" # [<str>]
  118. #Option "ForceMinDotClock" # <freq>
  119. #Option "ColorTiling" # [<bool>]
  120. #Option "VideoKey" # <i>
  121. #Option "RageTheatreCrystal" # <i>
  122. #Option "RageTheatreTunerPort" # <i>
  123. #Option "RageTheatreCompositePort" # <i>
  124. #Option "RageTheatreSVideoPort" # <i>
  125. #Option "TunerType" # <i>
  126. #Option "RageTheatreMicrocPath" # <str>
  127. #Option "RageTheatreMicrocType" # <str>
  128. #Option "ScalerWidth" # <i>
  129. #Option "RenderAccel" # [<bool>]
  130. #Option "SubPixelOrder" # [<str>]
  131. #Option "ClockGating" # [<bool>]
  132. #Option "VGAAccess" # [<bool>]
  133. #Option "ReverseDDC" # [<bool>]
  134. #Option "LVDSProbePLL" # [<bool>]
  135. #Option "AccelMethod" # <str>
  136. #Option "DRI" # [<bool>]
  137. #Option "ConnectorTable" # <str>
  138. #Option "DefaultConnectorTable" # [<bool>]
  139. #Option "DefaultTMDSPLL" # [<bool>]
  140. #Option "TVDACLoadDetect" "true" # [<bool>]
  141. #Option "ForceTVOut" "true" # [<bool>]
  142. #Option "TVStandard" "pal" # <str>
  143. #Option "IgnoreLidStatus" # [<bool>]
  144. #Option "DefaultTVDACAdj" # [<bool>]
  145. #Option "Int10" # [<bool>]
  146. #Option "EXAVSync" # [<bool>]
  147. #Option "ATOMTVOut" # [<bool>]
  148. #Option "R4xxATOM" # [<bool>]
  149. #Option "ForceLowPowerMode" # [<bool>]
  150. #Option "DynamicPM" # [<bool>]
  151. #Option "NewPLL" # [<bool>]
  152. #Option "ZaphodHeads" # <str>
  153. EndSection
  154.  
  155. Section "Screen"
  156. Identifier "Screen1"
  157. Device "ATI RV350 AQ [Radeon 9600] (Secondary)"
  158. Monitor "TV"
  159. DefaultDepth 24
  160. SubSection "Display"
  161. Depth 24
  162. Modes "800x600"
  163. EndSubSection
  164. EndSection
  165.  
  166.  
  167. Section "Screen"
  168. Identifier "Screen0"
  169. Device "ATI RV350 AQ [Radeon 9600]"
  170. Monitor "Monitor0"
  171. SubSection "Display"
  172. Viewport 0 0
  173. Depth 1
  174. EndSubSection
  175. SubSection "Display"
  176. Viewport 0 0
  177. Depth 4
  178. EndSubSection
  179. SubSection "Display"
  180. Viewport 0 0
  181. Depth 8
  182. EndSubSection
  183. SubSection "Display"
  184. Viewport 0 0
  185. Depth 15
  186. EndSubSection
  187. SubSection "Display"
  188. Viewport 0 0
  189. Depth 16
  190. EndSubSection
  191. SubSection "Display"
  192. Viewport 0 0
  193. Depth 24
  194. EndSubSection
  195. EndSection
  196.  
  197. Section "Extensions"
  198. Option "RENDER" "Enable"
  199. EndSection
  200.  
  201. Section "DRI"
  202. Mode 0666
  203. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement