Advertisement
Guest User

Untitled

a guest
Jun 13th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen "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 "record"
  20. Load "dbe"
  21. Load "glx"
  22. Load "dri2"
  23. Load "extmod"
  24. Load "dri"
  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" "auto"
  36. Option "Device" "/dev/input/mice"
  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 "CustomEDID" # [<str>]
  75. #Option "DisplayPriority" # [<str>]
  76. #Option "PanelSize" # [<str>]
  77. #Option "ForceMinDotClock" # <freq>
  78. #Option "ColorTiling" # [<bool>]
  79. #Option "VideoKey" # <i>
  80. #Option "RageTheatreCrystal" # <i>
  81. #Option "RageTheatreTunerPort" # <i>
  82. #Option "RageTheatreCompositePort" # <i>
  83. #Option "RageTheatreSVideoPort" # <i>
  84. #Option "TunerType" # <i>
  85. #Option "RageTheatreMicrocPath" # <str>
  86. #Option "RageTheatreMicrocType" # <str>
  87. #Option "ScalerWidth" # <i>
  88. #Option "RenderAccel" # [<bool>]
  89. #Option "SubPixelOrder" # [<str>]
  90. #Option "ClockGating" # [<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. #Option "ForceLowPowerMode" # [<bool>]
  109. #Option "DynamicPM" # [<bool>]
  110. #Option "NewPLL" # [<bool>]
  111. #Option "ZaphodHeads" # <str>
  112. Identifier "Card0"
  113. Driver "radeon"
  114. BusID "PCI:1:0:0"
  115. EndSection
  116.  
  117. Section "Screen"
  118. Identifier "Screen0"
  119. Device "Card0"
  120. Monitor "Monitor0"
  121. SubSection "Display"
  122. Viewport 0 0
  123. Depth 1
  124. EndSubSection
  125. SubSection "Display"
  126. Viewport 0 0
  127. Depth 4
  128. EndSubSection
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 8
  132. EndSubSection
  133. SubSection "Display"
  134. Viewport 0 0
  135. Depth 15
  136. EndSubSection
  137. SubSection "Display"
  138. Viewport 0 0
  139. Depth 16
  140. EndSubSection
  141. SubSection "Display"
  142. Viewport 0 0
  143. Depth 24
  144. EndSubSection
  145. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement