Advertisement
Guest User

Untitled

a guest
Mar 11th, 2010
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/lib64/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 "glx"
  21. Load "drm"
  22. Load "extmod"
  23. Load "dbe"
  24. Load "record"
  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. #DisplaySize 340 190 # mm
  42. Identifier "Monitor0"
  43. VendorName "SEC"
  44. ModelName "4141"
  45. EndSection
  46.  
  47. Section "Device"
  48. ### Available Driver options are:-
  49. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  50. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  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. VendorName "ATI Technologies Inc"
  111. BoardName "RS780M/RS780MN [Radeon HD 3200 Graphics]"
  112. BusID "PCI:1:5:0"
  113. EndSection
  114.  
  115. Section "Screen"
  116. Identifier "Screen0"
  117. Device "Card0"
  118. Monitor "Monitor0"
  119. DefaultDepth 24
  120. SubSection "Display"
  121. Viewport 0 0
  122. Depth 1
  123. EndSubSection
  124. SubSection "Display"
  125. Viewport 0 0
  126. Depth 4
  127. EndSubSection
  128. SubSection "Display"
  129. Viewport 0 0
  130. Depth 8
  131. EndSubSection
  132. SubSection "Display"
  133. Viewport 0 0
  134. Depth 15
  135. EndSubSection
  136. SubSection "Display"
  137. Viewport 0 0
  138. Depth 16
  139. EndSubSection
  140. SubSection "Display"
  141. #Viewport 0 0
  142. Depth 24
  143. Modes "1366x768"
  144. EndSubSection
  145. EndSection
  146.  
  147. Section "dri"
  148. Mode 0666
  149. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement