Advertisement
Guest User

Xorg

a guest
Jan 21st, 2012
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 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/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 "dri"
  20. Load "dri2"
  21. Load "dbe"
  22. Load "record"
  23. Load "extmod"
  24. Load "glx"
  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. Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
  45. HorizSync 31 - 81
  46. VertRefresh 56-75
  47. EndSection
  48.  
  49. Section "Device"
  50. ### Available Driver options are:-
  51. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  52. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  53. ### <percent>: "<f>%"
  54. ### [arg]: arg optional
  55. #Option "NoAccel" # [<bool>]
  56. #Option "SWcursor" # [<bool>]
  57. #Option "Dac6Bit" # [<bool>]
  58. #Option "Dac8Bit" # [<bool>]
  59. #Option "BusType" # [<str>]
  60. #Option "CPPIOMode" # [<bool>]
  61. #Option "CPusecTimeout" # <i>
  62. #Option "AGPMode" # <i>
  63. #Option "AGPFastWrite" # [<bool>]
  64. #Option "AGPSize" # <i>
  65. #Option "GARTSize" # <i>
  66. #Option "RingSize" # <i>
  67. #Option "BufferSize" # <i>
  68. #Option "EnableDepthMoves" # [<bool>]
  69. #Option "EnablePageFlip" # [<bool>]
  70. #Option "NoBackBuffer" # [<bool>]
  71. #Option "DMAForXv" # [<bool>]
  72. #Option "FBTexPercent" # <i>
  73. #Option "DepthBits" # <i>
  74. #Option "PCIAPERSize" # <i>
  75. #Option "AccelDFS" # [<bool>]
  76. #Option "IgnoreEDID" # [<bool>]
  77. #Option "CustomEDID" # [<str>]
  78. #Option "DisplayPriority" # [<str>]
  79. #Option "PanelSize" # [<str>]
  80. #Option "ForceMinDotClock" # <freq>
  81. #Option "ColorTiling" # [<bool>]
  82. #Option "VideoKey" # <i>
  83. #Option "RageTheatreCrystal" # <i>
  84. #Option "RageTheatreTunerPort" # <i>
  85. #Option "RageTheatreCompositePort" # <i>
  86. #Option "RageTheatreSVideoPort" # <i>
  87. #Option "TunerType" # <i>
  88. #Option "RageTheatreMicrocPath" # <str>
  89. #Option "RageTheatreMicrocType" # <str>
  90. #Option "ScalerWidth" # <i>
  91. #Option "RenderAccel" # [<bool>]
  92. #Option "SubPixelOrder" # [<str>]
  93. #Option "ClockGating" # [<bool>]
  94. #Option "VGAAccess" # [<bool>]
  95. #Option "ReverseDDC" # [<bool>]
  96. #Option "LVDSProbePLL" # [<bool>]
  97. #Option "AccelMethod" # <str>
  98. #Option "DRI" # [<bool>]
  99. #Option "ConnectorTable" # <str>
  100. #Option "DefaultConnectorTable" # [<bool>]
  101. #Option "DefaultTMDSPLL" # [<bool>]
  102. #Option "TVDACLoadDetect" # [<bool>]
  103. #Option "ForceTVOut" # [<bool>]
  104. #Option "TVStandard" # <str>
  105. #Option "IgnoreLidStatus" # [<bool>]
  106. #Option "DefaultTVDACAdj" # [<bool>]
  107. #Option "Int10" # [<bool>]
  108. #Option "EXAVSync" # [<bool>]
  109. #Option "ATOMTVOut" # [<bool>]
  110. #Option "R4xxATOM" # [<bool>]
  111. #Option "ForceLowPowerMode" # [<bool>]
  112. #Option "DynamicPM" # [<bool>]
  113. #Option "NewPLL" # [<bool>]
  114. #Option "ZaphodHeads" # <str>
  115. Identifier "Card0"
  116. Driver "radeon"
  117. BusID "PCI:2:0:0"
  118. EndSection
  119.  
  120. Section "Screen"
  121. Identifier "Screen0"
  122. Device "Card0"
  123. Monitor "Monitor0"
  124. SubSection "Display"
  125. Viewport 0 0
  126. Depth 1
  127. Modes "1280x1024"
  128. EndSubSection
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 4
  132. Modes "1280x1024"
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 8
  137. Modes "1280x1024"
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 15
  142. Modes "1280x1024"
  143. EndSubSection
  144. SubSection "Display"
  145. Viewport 0 0
  146. Depth 16
  147. Modes "1280x1024"
  148. EndSubSection
  149. SubSection "Display"
  150. Viewport 0 0
  151. Depth 24
  152. Modes "1280x1024"
  153. EndSubSection
  154. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement