Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. $ cat /etc/X11/xorg.conf
  2. Section "ServerLayout"
  3. Identifier "X.org Configured"
  4. Screen 0 "Screen0" 0 0
  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/sharefonts"
  12. FontPath "/usr/share/fonts/terminus"
  13. FontPath "/usr/share/fonts/unifont"
  14. FontPath "/usr/share/fonts/corefonts"
  15. FontPath "/usr/share/fonts/freefonts"
  16. FontPath "/usr/share/fonts/cyrillic"
  17. FontPath "/usr/share/fonts/misc:unscaled"
  18. FontPath "/usr/share/fonts/TTF"
  19. FontPath "/usr/share/fonts/OTF"
  20. FontPath "/usr/share/fonts/Type1"
  21. FontPath "/usr/share/fonts/100dpi:unscaled"
  22. FontPath "/usr/share/fonts/75dpi:unscaled"
  23. EndSection
  24.  
  25. Section "Module"
  26. Load "freetyp"
  27. Load "glx"
  28. Load "extmod"
  29. Load "record"
  30. # Load "dri"
  31. Load "dbe"
  32. EndSection
  33.  
  34. #Section "InputDevice"
  35. # Identifier "Keyboard0"
  36. # Driver "kbd"
  37. #EndSection
  38.  
  39. #Section "InputDevice"
  40. # Identifier "Mouse0"
  41. # Driver "mouse"
  42. # Option "Protocol" "auto"
  43. # Option "Device" "/dev/input/mice"
  44. # Option "ZAxisMapping" "4 5 6 7"
  45. #EndSection
  46.  
  47. Section "Monitor"
  48. DisplaySize 361 203 # mm
  49. Identifier "Monitor0"
  50. VendorName "AUO"
  51. ModelName "2ec"
  52. EndSection
  53.  
  54. #Section "DRI"
  55. # Goup "video"
  56. # Mode 0660
  57. #EndSection
  58.  
  59. Section "Device"
  60. ### Available Driver options are:-
  61. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  62. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  63. ### [arg]: arg optional
  64. #Option "NoAccel" # [<bool>]
  65. #Option "SWcursor" # [<bool>]
  66. #Option "Dac6Bit" # [<bool>]
  67. #Option "Dac8Bit" # [<bool>]
  68. #Option "BusType" # [<str>]
  69. #Option "CPPIOMode" # [<bool>]
  70. #Option "CPusecTimeout" # <i>
  71. #Option "AGPMode" # <i>
  72. #Option "AGPFastWrite" # [<bool>]
  73. #Option "AGPSize" # <i>
  74. #Option "GARTSize" # <i>
  75. #Option "RingSize" # <i>
  76. #Option "BufferSize" # <i>
  77. #Option "EnableDepthMoves" # [<bool>]
  78. #Option "EnablePageFlip" # [<bool>]
  79. #Option "NoBackBuffer" # [<bool>]
  80. #Option "DMAForXv" # [<bool>]
  81. #Option "FBTexPercent" # <i>
  82. #Option "DepthBits" # <i>
  83. #Option "PCIAPERSize" # <i>
  84. #Option "AccelDFS" # [<bool>]
  85. #Option "IgnoreEDID" # [<bool>]
  86. #Option "CustomEDID" # [<str>]
  87. #Option "DisplayPriority" # [<str>]
  88. #Option "PanelSize" # [<str>]
  89. #Option "ForceMinDotClock" # <freq>
  90. #Option "ColorTiling" # [<bool>]
  91. #Option "VideoKey" # <i>
  92. #Option "RageTheatreCrystal" # <i>
  93. #Option "RageTheatreTunerPort" # <i>
  94. #Option "RageTheatreCompositePort" # <i>
  95. #Option "RageTheatreSVideoPort" # <i>
  96. #Option "TunerType" # <i>
  97. #Option "RageTheatreMicrocPath" # <str>
  98. #Option "RageTheatreMicrocType" # <str>
  99. #Option "ScalerWidth" # <i>
  100. #Option "RenderAccel" # [<bool>]
  101. #Option "SubPixelOrder" # [<str>]
  102. #Option "ClockGating" # [<bool>]
  103. #Option "VGAAccess" # [<bool>]
  104. #Option "ReverseDDC" # [<bool>]
  105. #Option "LVDSProbePLL" # [<bool>]
  106. #Option "AccelMethod" # <str>
  107. #Option "DRI" # [<bool>]
  108. #Option "ConnectorTable" # <str>
  109. #Option "DefaultConnectorTable" # [<bool>]
  110. #Option "DefaultTMDSPLL" # [<bool>]
  111. #Option "TVDACLoadDetect" # [<bool>]
  112. #Option "ForceTVOut" # [<bool>]
  113. #Option "TVStandard" # <str>
  114. #Option "IgnoreLidStatus" # [<bool>]
  115. #Option "DefaultTVDACAdj" # [<bool>]
  116. #Option "Int10" # [<bool>]
  117. #Option "EXAVSync" # [<bool>]
  118. #Option "ATOMTVOut" # [<bool>]
  119. #Option "R4xxATOM" # [<bool>]
  120. #Option "ForceLowPowerMode" # [<bool>]
  121. #Option "DynamicPM" # [<bool>]
  122. #Option "NewPLL" # [<bool>]
  123. #Option "ZaphodHeads" # <str>
  124. Identifier "Card0"
  125. Driver "radeon"
  126. VendorName "ATI Technologies Inc"
  127. BoardName "Unknown Board"
  128. BusID "PCI:1:5:0"
  129. EndSection
  130.  
  131. Section "Screen"
  132. Identifier "Screen0"
  133. Device "Card0"
  134. Monitor "Monitor0"
  135. DefaultDepth 24
  136. SubSection "Display"
  137. Viewport 0 0
  138. Depth 1
  139. EndSubSection
  140. SubSection "Display"
  141. Viewport 0 0
  142. Depth 4
  143. EndSubSection
  144. SubSection "Display"
  145. Viewport 0 0
  146. Depth 8
  147. EndSubSection
  148. SubSection "Display"
  149. Viewport 0 0
  150. Depth 15
  151. EndSubSection
  152. SubSection "Display"
  153. Viewport 0 0
  154. Depth 16
  155. EndSubSection
  156. SubSection "Display"
  157. Viewport 0 0
  158. Depth 24
  159. Modes "1366x768"
  160. EndSubSection
  161. EndSection
  162.  
  163. Section "ServerFlags"
  164. Option "AllowEmptyInput" "True"
  165. Option "AutoAddDevices" "True"
  166. Option "AutoEnableDevices" "True"
  167. EndSection
  168.  
  169. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement