Advertisement
Guest User

Untitled

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