Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. # cat /etc/X11/xorg.conf
  2. Section "DRI"
  3. Group 0
  4. Mode 0666
  5. EndSection
  6.  
  7. Section "ServerLayout"
  8. Identifier "X.org Configured"
  9. Screen 0 "Screen0" 0 0
  10. # InputDevice "Mouse0" "CorePointer"
  11. # InputDevice "Keyboard0" "CoreKeyboard"
  12. EndSection
  13.  
  14. Section "Files"
  15. ModulePath "/usr/lib/xorg/modules"
  16. FontPath "/usr/share/fonts/misc/"
  17. FontPath "/usr/share/fonts/TTF/"
  18. FontPath "/usr/share/fonts/OTF"
  19. FontPath "/usr/share/fonts/Type1/"
  20. FontPath "/usr/share/fonts/100dpi/"
  21. FontPath "/usr/share/fonts/75dpi/"
  22. EndSection
  23.  
  24. Section "Module"
  25. Load "glx"
  26. # Load "extmod"
  27. # Load "record"
  28. Load "drm"
  29. Load "freetype"
  30. Load "dbe"
  31. # Load "dri"
  32. # Load "dri2"
  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. DisplaySize 361 203 # mm
  50. Identifier "Monitor0"
  51. VendorName "AUO"
  52. ModelName "2ec"
  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. ### [arg]: arg optional
  60. #Option "NoAccel" # [<bool>]
  61. #Option "SWcursor" # [<bool>]
  62. #Option "Dac6Bit" # [<bool>]
  63. #Option "Dac8Bit" # [<bool>]
  64. #Option "BusType" # [<str>]
  65. #Option "CPPIOMode" # [<bool>]
  66. #Option "CPusecTimeout" # <i>
  67. #Option "AGPMode" "8" # <i>
  68. #Option "AGPFastWrite" # [<bool>]
  69. #Option "AGPSize" # <i>
  70. #Option "GARTSize" "64" # <i>
  71. #Option "RingSize" # <i>
  72. #Option "BufferSize" # <i>
  73. #Option "EnableDepthMoves" # [<bool>]
  74. #Option "EnablePageFlip" # [<bool>]
  75. #Option "NoBackBuffer" # [<bool>]
  76. #Option "DMAForXv" # [<bool>]
  77. #Option "FBTexPercent" "50" # <i>
  78. #Option "DepthBits" # <i>
  79. #Option "PCIAPERSize" # <i>
  80. #Option "AccelDFS" # [<bool>]
  81. #Option "IgnoreEDID" # [<bool>]
  82. #Option "CustomEDID" # [<str>]
  83. #Option "DisplayPriority" # [<str>]
  84. #Option "PanelSize" # [<str>]
  85. #Option "ForceMinDotClock" # <freq>
  86. #Option "ColorTiling" # [<bool>]
  87. #Option "VideoKey" # <i>
  88. #Option "RageTheatreCrystal" # <i>
  89. #Option "RageTheatreTunerPort" # <i>
  90. #Option "RageTheatreCompositePort" # <i>
  91. #Option "RageTheatreSVideoPort" # <i>
  92. #Option "TunerType" # <i>
  93. #Option "RageTheatreMicrocPath" # <str>
  94. #Option "RageTheatreMicrocType" # <str>
  95. #Option "ScalerWidth" # <i>
  96. #Option "RenderAccel" # [<bool>]
  97. #Option "SubPixelOrder" # [<str>]
  98. #Option "ClockGating" # [<bool>]
  99. #Option "VGAAccess" # [<bool>]
  100. #Option "ReverseDDC" # [<bool>]
  101. #Option "LVDSProbePLL" # [<bool>]
  102. #Option "AccelMethod" # <str>
  103. #Option "DRI" # [<bool>]
  104. #Option "ConnectorTable" # <str>
  105. #Option "DefaultConnectorTable" # [<bool>]
  106. #Option "DefaultTMDSPLL" # [<bool>]
  107. #Option "TVDACLoadDetect" # [<bool>]
  108. #Option "ForceTVOut" # [<bool>]
  109. #Option "TVStandard" # <str>
  110. #Option "IgnoreLidStatus" # [<bool>]
  111. #Option "DefaultTVDACAdj" # [<bool>]
  112. #Option "Int10" # [<bool>]
  113. #Option "EXAVSync" # [<bool>]
  114. #Option "ATOMTVOut" # [<bool>]
  115. #Option "R4xxATOM" # [<bool>]
  116. #Option "ForceLowPowerMode" # [<bool>]
  117. #Option "DynamicPM" # [<bool>]
  118. #Option "NewPLL" # [<bool>]
  119. #Option "ZaphodHeads" # <str>
  120.  
  121. # Option "AGPMode" "8" # or 4
  122. # Option "AGPFastWrite" "1" # Causes X to hard lock
  123. # Option "GARTSize" "64" # or 128 ...
  124. # Option "FBTexPercent" "50"
  125. # Option "MonitorLayout" "LCD, NONE" # CRT if you use CRT monitor
  126. # Option "DisplayPriority" "HIGH" # Fix flickering
  127. # Option "ColorTiling" "1"
  128. # Option "IgnoreEDID" "1"
  129. # Option "EnablePageFlip" "1"
  130. # Option "EnableDepthMoves" "1"
  131. # Option "RenderAccel" "1" # Not yet implemented
  132. # Option "AccelMethod" "EXA" # Experimental; lots of artifacts
  133. # Option "SubPixelOrder" "RGB"
  134. # Option "ConstantDPI" "1"
  135. # Option "DynamicClocks" "1"
  136. # Option "VGAAccess" "0"
  137. # Option "DMAForXv" "0"
  138. # Option "DDCMode" "1"
  139. Option "UseInternalAGPGART" "no"
  140. Option "TexturedVideo" "on"
  141. Option "VideoOverlay" "on"
  142. Identifier "Card0"
  143. Driver "fglrx"
  144. VendorName "ATI Technologies Inc"
  145. BoardName "Unknown Board"
  146. BusID "PCI:1:5:0"
  147. EndSection
  148.  
  149. Section "Screen"
  150. Identifier "Screen0"
  151. Device "Card0"
  152. Monitor "Monitor0"
  153. DefaultDepth 24
  154. SubSection "Display"
  155. Viewport 0 0
  156. Depth 1
  157. EndSubSection
  158. SubSection "Display"
  159. Viewport 0 0
  160. Depth 4
  161. EndSubSection
  162. SubSection "Display"
  163. Viewport 0 0
  164. Depth 8
  165. EndSubSection
  166. SubSection "Display"
  167. Viewport 0 0
  168. Depth 15
  169. EndSubSection
  170. SubSection "Display"
  171. Viewport 0 0
  172. Depth 16
  173. EndSubSection
  174. SubSection "Display"
  175. Viewport 0 0
  176. Depth 24
  177. Modes "1366x768"
  178. EndSubSection
  179. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement