Guest User

xorg.conf.new

a guest
Jan 2nd, 2011
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 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/local/lib/xorg/modules"
  10. FontPath "/usr/local/lib/X11/fonts/misc/"
  11. FontPath "/usr/local/lib/X11/fonts/TTF/"
  12. FontPath "/usr/local/lib/X11/fonts/OTF"
  13. FontPath "/usr/local/lib/X11/fonts/Type1/"
  14. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  15. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "dbe"
  20. Load "dri"
  21. Load "dri2"
  22. Load "extmod"
  23. Load "glx"
  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/sysmouse"
  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. ### [arg]: arg optional
  51. #Option "NoAccel" # [<bool>]
  52. #Option "SWcursor" # [<bool>]
  53. #Option "Dac6Bit" # [<bool>]
  54. #Option "Dac8Bit" # [<bool>]
  55. #Option "BusType" # [<str>]
  56. #Option "CPPIOMode" # [<bool>]
  57. #Option "CPusecTimeout" # <i>
  58. #Option "AGPMode" # <i>
  59. #Option "AGPFastWrite" # [<bool>]
  60. #Option "AGPSize" # <i>
  61. #Option "GARTSize" # <i>
  62. #Option "RingSize" # <i>
  63. #Option "BufferSize" # <i>
  64. #Option "EnableDepthMoves" # [<bool>]
  65. #Option "EnablePageFlip" # [<bool>]
  66. #Option "NoBackBuffer" # [<bool>]
  67. #Option "DMAForXv" # [<bool>]
  68. #Option "FBTexPercent" # <i>
  69. #Option "DepthBits" # <i>
  70. #Option "PCIAPERSize" # <i>
  71. #Option "AccelDFS" # [<bool>]
  72. #Option "IgnoreEDID" # [<bool>]
  73. #Option "CustomEDID" # [<str>]
  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 "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. VendorName "ATI Technologies Inc"
  115. BoardName "RV370 5B60 [Radeon X300 (PCIE)]"
  116. BusID "PCI:1:0:0"
  117. EndSection
  118.  
  119. Section "Screen"
  120. Identifier "Screen0"
  121. Device "Card0"
  122. Monitor "Monitor0"
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 1
  126. EndSubSection
  127. SubSection "Display"
  128. Viewport 0 0
  129. Depth 4
  130. EndSubSection
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 8
  134. EndSubSection
  135. SubSection "Display"
  136. Viewport 0 0
  137. Depth 15
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 16
  142. EndSubSection
  143. SubSection "Display"
  144. Viewport 0 0
  145. Depth 24
  146. EndSubSection
  147. EndSection
Advertisement
Add Comment
Please, Sign In to add comment