Advertisement
Guest User

xorg.conf

a guest
May 22nd, 2011
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/lib/xorg/modules"
  10. FontPath "/usr/share/fonts/misc/"
  11. FontPath "/usr/share/fonts/TTF/"
  12. FontPath "/usr/share/fonts/OTF/"
  13. FontPath "/usr/share/fonts/Type1/"
  14. FontPath "/usr/share/fonts/100dpi/"
  15. FontPath "/usr/share/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "glx"
  20. Load "extmod"
  21. Load "record"
  22. #Load "dri2"
  23. Load "dbe"
  24. Load "dri"
  25.  
  26. Load "type1"
  27. Load "freetype"
  28. Load "xtrap"
  29. Load "drm"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. Identifier "Mouse0"
  39. Driver "mouse"
  40. Option "Protocol" "auto"
  41. Option "Device" "/dev/input/mice"
  42. Option "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. Section "Monitor"
  46. #DisplaySize 430 270 # mm
  47. Identifier "Monitor0"
  48. VendorName "ACI"
  49. ModelName "VW202"
  50. HorizSync 30.0 - 83.0
  51. VertRefresh 56.0 - 76.0
  52. Option "DPMS"
  53. EndSection
  54.  
  55. Section "Device"
  56. ### Available Driver options are:-
  57. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  58. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  59. ### <percent>: "<f>%"
  60. ### [arg]: arg optional
  61. #Option "NoAccel" # [<bool>]
  62. #Option "SWcursor" # [<bool>]
  63. #Option "Dac6Bit" # [<bool>]
  64. #Option "Dac8Bit" # [<bool>]
  65. #Option "BusType" # [<str>]
  66. #Option "CPPIOMode" # [<bool>]
  67. #Option "CPusecTimeout" # <i>
  68. Option "AGPMode" "4" # <i>
  69. Option "AGPFastWrite" "yes" # [<bool>]
  70. #Option "AGPSize" # <i>
  71. #Option "GARTSize" # <i>
  72. #Option "RingSize" # <i>
  73. #Option "BufferSize" # <i>
  74. #Option "EnableDepthMoves" # [<bool>]
  75. Option "EnablePageFlip" "on" # [<bool>]
  76. #Option "NoBackBuffer" # [<bool>]
  77. #Option "DMAForXv" # [<bool>]
  78. #Option "FBTexPercent" # <i>
  79. #Option "DepthBits" # <i>
  80. #Option "PCIAPERSize" # <i>
  81. #Option "AccelDFS" # [<bool>]
  82. #Option "IgnoreEDID" # [<bool>]
  83. #Option "CustomEDID" # [<str>]
  84. #Option "DisplayPriority" # [<str>]
  85. #Option "PanelSize" # [<str>]
  86. #Option "ForceMinDotClock" # <freq>
  87. #Option "ColorTiling" # [<bool>]
  88. #Option "VideoKey" # <i>
  89. #Option "RageTheatreCrystal" # <i>
  90. #Option "RageTheatreTunerPort" # <i>
  91. #Option "RageTheatreCompositePort" # <i>
  92. #Option "RageTheatreSVideoPort" # <i>
  93. #Option "TunerType" # <i>
  94. #Option "RageTheatreMicrocPath" # <str>
  95. #Option "RageTheatreMicrocType" # <str>
  96. #Option "ScalerWidth" # <i>
  97. Option "RenderAccel" "on" # [<bool>]
  98. #Option "SubPixelOrder" # [<str>]
  99. #Option "ClockGating" # [<bool>]
  100. #Option "VGAAccess" # [<bool>]
  101. #Option "ReverseDDC" # [<bool>]
  102. #Option "LVDSProbePLL" # [<bool>]
  103. Option "AccelMethod" "EXA" # <str>
  104. Option "DRI" "true" # [<bool>]
  105. #Option "ConnectorTable" # <str>
  106. #Option "DefaultConnectorTable" # [<bool>]
  107. #Option "DefaultTMDSPLL" # [<bool>]
  108. #Option "TVDACLoadDetect" # [<bool>]
  109. #Option "ForceTVOut" # [<bool>]
  110. #Option "TVStandard" # <str>
  111. #Option "IgnoreLidStatus" # [<bool>]
  112. #Option "DefaultTVDACAdj" # [<bool>]
  113. #Option "Int10" # [<bool>]
  114. #Option "EXAVSync" # [<bool>]
  115. #Option "ATOMTVOut" # [<bool>]
  116. #Option "R4xxATOM" # [<bool>]
  117. #Option "ForceLowPowerMode" # [<bool>]
  118. #Option "DynamicPM" # [<bool>]
  119. #Option "NewPLL" # [<bool>]
  120. #Option "ZaphodHeads" # <str>
  121. #
  122. Option "XAANoOffscreenPixmaps" "true"
  123. Option "DynamicClocks" "on"
  124. Option "OverlayOnCRTC2" "on"
  125.  
  126. Identifier "Card0"
  127. Driver "radeon"
  128. BusID "PCI:1:0:0"
  129. EndSection
  130.  
  131. Section "Screen"
  132. Identifier "Screen0"
  133. Device "Card0"
  134. Monitor "Monitor0"
  135. SubSection "Display"
  136. Viewport 0 0
  137. Depth 1
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 4
  142. EndSubSection
  143. SubSection "Display"
  144. Viewport 0 0
  145. Depth 8
  146. EndSubSection
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 15
  150. EndSubSection
  151. SubSection "Display"
  152. Viewport 0 0
  153. Depth 16
  154. EndSubSection
  155. SubSection "Display"
  156. Viewport 0 0
  157. Depth 24
  158. EndSubSection
  159. EndSection
  160.  
  161. Section "DRI"
  162. Mode 0666
  163. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement