Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 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/X11R6/lib/modules"
  10. FontPath "/usr/X11R6/lib/X11/fonts/misc/"
  11. FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
  12. FontPath "/usr/X11R6/lib/X11/fonts/OTF/"
  13. FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
  14. FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
  15. FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "extmod"
  20. Load "record"
  21. Load "dbe"
  22. Load "glx"
  23. Load "dri"
  24. Load "dri2"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Mouse0"
  34. Driver "mouse"
  35. Option "Protocol" "wsmouse"
  36. Option "Device" "/dev/wsmouse"
  37. Option "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "Monitor0"
  42. VendorName "Monitor Vendor"
  43. ModelName "Monitor Model"
  44. EndSection
  45.  
  46. Section "Device"
  47. ### Available Driver options are:-
  48. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  49. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  50. ### <percent>: "<f>%"
  51. ### [arg]: arg optional
  52. #Option "NoAccel" # [<bool>]
  53. #Option "SWcursor" # [<bool>]
  54. #Option "Dac6Bit" # [<bool>]
  55. #Option "Dac8Bit" # [<bool>]
  56. #Option "BusType" # [<str>]
  57. #Option "CPPIOMode" # [<bool>]
  58. #Option "CPusecTimeout" # <i>
  59. #Option "AGPMode" # <i>
  60. #Option "AGPFastWrite" # [<bool>]
  61. #Option "AGPSize" # <i>
  62. #Option "GARTSize" # <i>
  63. #Option "RingSize" # <i>
  64. #Option "BufferSize" # <i>
  65. #Option "EnableDepthMoves" # [<bool>]
  66. #Option "EnablePageFlip" # [<bool>]
  67. #Option "NoBackBuffer" # [<bool>]
  68. #Option "DMAForXv" # [<bool>]
  69. #Option "FBTexPercent" # <i>
  70. #Option "DepthBits" # <i>
  71. #Option "PCIAPERSize" # <i>
  72. #Option "AccelDFS" # [<bool>]
  73. #Option "IgnoreEDID" # [<bool>]
  74. #Option "DisplayPriority" # [<str>]
  75. #Option "PanelSize" # [<str>]
  76. #Option "ForceMinDotClock" # <freq>
  77. #Option "ColorTiling" # [<bool>]
  78. #Option "VideoKey" # <i>
  79. #Option "RageTheatreCrystal" # <i>
  80. #Option "RageTheatreTunerPort" # <i>
  81. #Option "RageTheatreCompositePort" # <i>
  82. #Option "RageTheatreSVideoPort" # <i>
  83. #Option "TunerType" # <i>
  84. #Option "RageTheatreMicrocPath" # <str>
  85. #Option "RageTheatreMicrocType" # <str>
  86. #Option "ScalerWidth" # <i>
  87. #Option "RenderAccel" # [<bool>]
  88. #Option "SubPixelOrder" # [<str>]
  89. #Option "ShowCache" # [<bool>]
  90. #Option "DynamicClocks" # [<bool>]
  91. #Option "VGAAccess" # [<bool>]
  92. #Option "ReverseDDC" # [<bool>]
  93. #Option "LVDSProbePLL" # [<bool>]
  94. #Option "AccelMethod" # <str>
  95. #Option "DRI" # [<bool>]
  96. #Option "ConnectorTable" # <str>
  97. #Option "DefaultConnectorTable" # [<bool>]
  98. #Option "DefaultTMDSPLL" # [<bool>]
  99. #Option "TVDACLoadDetect" # [<bool>]
  100. #Option "ForceTVOut" # [<bool>]
  101. #Option "TVStandard" # <str>
  102. #Option "IgnoreLidStatus" # [<bool>]
  103. #Option "DefaultTVDACAdj" # [<bool>]
  104. #Option "Int10" # [<bool>]
  105. #Option "EXAVSync" # [<bool>]
  106. #Option "ATOMTVOut" # [<bool>]
  107. #Option "R4xxATOM" # [<bool>]
  108. Identifier "Card0"
  109. Driver "radeon"
  110. BusID "PCI:1:0:0"
  111. EndSection
  112.  
  113. Section "Screen"
  114. Identifier "Screen0"
  115. Device "Card0"
  116. Monitor "Monitor0"
  117. SubSection "Display"
  118. Viewport 0 0
  119. Depth 1
  120. EndSubSection
  121. SubSection "Display"
  122. Viewport 0 0
  123. Depth 4
  124. EndSubSection
  125. SubSection "Display"
  126. Viewport 0 0
  127. Depth 8
  128. EndSubSection
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 15
  132. EndSubSection
  133. SubSection "Display"
  134. Viewport 0 0
  135. Depth 16
  136. EndSubSection
  137. SubSection "Display"
  138. Viewport 0 0
  139. Depth 24
  140. EndSubSection
  141. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement