Advertisement
Guest User

xorg.conf

a guest
Jan 21st, 2011
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 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/X11R7/lib64/xorg/modules"
  10. FontPath "/usr/X11R7/share/fonts/X11/misc/"
  11. FontPath "/usr/X11R7/share/fonts/X11/TTF/"
  12. FontPath "/usr/X11R7/share/fonts/X11/OTF"
  13. FontPath "/usr/X11R7/share/fonts/X11/Type1/"
  14. FontPath "/usr/X11R7/share/fonts/X11/100dpi/"
  15. FontPath "/usr/X11R7/share/fonts/X11/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "glx"
  20. Load "dri2"
  21. Load "dbe"
  22. Load "extmod"
  23. Load "dri"
  24.  
  25. #Load "i2c"
  26. #Load "bitmap"
  27.  
  28. #Disable "glx"
  29. #Disable "dri2"
  30. #Disable "dbe"
  31. #Disable "extmod"
  32. #Disable "dri"
  33. EndSection
  34.  
  35. Section "Extensions"
  36. #Option "Generic Event Extension" "Disable"
  37. #Option "SHAPE" "Disable"
  38. #Option "MIT-SHM" "Disable"
  39. #Option "XInputExtension" "Disable"
  40. #Option "XTEST" "Disable"
  41. #Option "BIG-REQUESTS" "Disable"
  42. #Option "SYNC" "Disable"
  43. #Option "XKEYBOARD" "Disable"
  44. #Option "XC-MISC" "Disable"
  45. #Option "XINERAMA" "Disable"
  46.  
  47. #This option causes system freeze (mtrr related stuff)
  48. #UPDATE: maybe not related to mtrr
  49. #Option "XFIXES" "Disable"
  50.  
  51. #Option "RENDER" "Disable"
  52. #Option "RANDR" "Disable"
  53. #Option "COMPOSITE" "Disable"
  54. #Option "DAMAGE" "Disable"
  55. EndSection
  56.  
  57. Section "ServerFlags"
  58. #Option "AIGLX" "off"
  59. EndSection
  60.  
  61. Section "InputDevice"
  62. #Option "XkbRules" "base"
  63. #Option "XkbModel" "pc"
  64. Identifier "Keyboard0"
  65. Driver "kbd"
  66. Option "XkbLayout" "br"
  67. Option "XkbVariant" "abnt2"
  68. EndSection
  69.  
  70. Section "InputDevice"
  71. Identifier "Mouse0"
  72. Driver "mouse"
  73. Option "Protocol" "auto"
  74. Option "Device" "/dev/input/mice"
  75. #Option "ZAxisMapping" "4 5 6 7"
  76. EndSection
  77.  
  78. Section "Monitor"
  79. #DisplaySize 360 270 # mm
  80. Identifier "Monitor0"
  81. VendorName "Samsung"
  82. ModelName "T220"
  83. HorizSync 30.0 - 98.0
  84. VertRefresh 50.0 - 160.0
  85. Option "DPMS"
  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 "SWcursor" # [<bool>]
  94. #Option "HWcursor" # [<bool>]
  95. #Option "NoAccel" # [<bool>]
  96. #Option "ShadowFB" # [<bool>]
  97. #Option "UseFBDev" # [<bool>]
  98. #Option "Rotate" # [<str>]
  99. #Option "VideoKey" # <i>
  100. #Option "FlatPanel" # [<bool>]
  101. #Option "FPDither" # [<bool>]
  102. #Option "CrtcNumber" # <i>
  103. #Option "FPScale" # [<bool>]
  104. #Option "FPTweak" # <i>
  105. #Option "DualHead" # [<bool>]
  106.  
  107. Identifier "Card0"
  108. VendorName "XFX"
  109. BoardName "587X-ZNFC"
  110. BusID "PCI:1:0:0"
  111.  
  112. Driver "fglrx"
  113. #Driver "vesa"
  114. #Driver "radeon"
  115.  
  116. ### FGLRX ###
  117. #Option "AccelMethod" "XAA"
  118. #Option "XaaNoOffscreenPixmaps" "on"
  119. #Option "UseFastTLS" "2"
  120. #Option "BackingStore" "on"
  121. #Option "Textured2D" "on"
  122. #Option "TexturedVideo2D" "on"
  123. #Option "TexturedVideo" "on"
  124. #Option "TexturedVideoSync" "on"
  125. #Option "TexturedXRender" "on"
  126. #Option "TexturedXRender" "off"
  127. #Option "VideoOverlay" "off"
  128. #Option "OpenGLOverlay" "off"
  129.  
  130. ######
  131.  
  132. ### RADEON ###
  133. #Option "AccelMethod" "EXA"
  134. #Option "DRI" "on"
  135. #Option "Accel" "on"
  136. #Option "ClockGating" "on"
  137. #Option "DynamicClocks" "on"
  138. #Option "DynamicPM" "on"
  139. #Option "ForceLowPowerMode" "on"
  140. #Option "SubPixelOrder" "NONE"
  141.  
  142. ######
  143.  
  144. ### RANDOM STUFF ###
  145.  
  146. #NOTE: EXPLODE
  147. #Option "NoDRI" "on"
  148.  
  149. #Option "VGAAccess" "on"
  150. #Option "DisplayPriority" "HIGH"
  151. #Option "MigrationHeuristic" "greedy"
  152. #Option "AccelDFS" "true"
  153. #Option "EnablePageFlip" "true"
  154. #Option "EnableDepthMoves" "true"
  155. #Option "IgnoreEDID" "off"
  156.  
  157. #Option "Accel" "off"
  158.  
  159. ######
  160. EndSection
  161.  
  162. Section "Screen"
  163. Identifier "Screen0"
  164. Device "Card0"
  165. Monitor "Monitor0"
  166. SubSection "Display"
  167. Viewport 0 0
  168. Depth 1
  169. Modes "1680x1050"
  170. EndSubSection
  171. SubSection "Display"
  172. Viewport 0 0
  173. Depth 16
  174. Modes "1680x1050"
  175. EndSubSection
  176. SubSection "Display"
  177. Viewport 0 0
  178. Depth 24
  179. Modes "1680x1050"
  180. EndSubSection
  181. SubSection "Display"
  182. Viewport 0 0
  183. Depth 32
  184. Modes "1680x1050"
  185. EndSubSection
  186. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement