Advertisement
1984dc

xorg.conf

May 4th, 2011
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 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/X11/misc"
  11. FontPath "/usr/share/fonts/X11/cyrillic"
  12. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  13. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  14. FontPath "/usr/share/fonts/X11/Type1"
  15. FontPath "/usr/share/fonts/X11/100dpi"
  16. FontPath "/usr/share/fonts/X11/75dpi"
  17. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  18. FontPath "built-ins"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "record"
  23. Load "glx"
  24. Load "dbe"
  25. Load "dri2"
  26. Load "extmod"
  27. Load "dri"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Mouse0"
  37. Driver "mouse"
  38. Option "Protocol" "auto"
  39. Option "Device" "/dev/input/mice"
  40. Option "ZAxisMapping" "4 5 6 7"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. Identifier "Monitor0"
  45. VendorName "Monitor Vendor"
  46. ModelName "Monitor Model"
  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 "MacModel" # <str>
  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. Option "Reverse DDC" "on"
  117. Identifier "Card0"
  118. Driver "radeon"
  119. BusID "PCI:240:16:0"
  120. EndSection
  121.  
  122. Section "Screen"
  123. Identifier "Screen0"
  124. Device "Card0"
  125. Monitor "Monitor0"
  126. SubSection "Display"
  127. Viewport 0 0
  128. Depth 1
  129. EndSubSection
  130. SubSection "Display"
  131. Viewport 0 0
  132. Depth 4
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 8
  137. EndSubSection
  138. SubSection "Display"
  139. Viewport 0 0
  140. Depth 15
  141. EndSubSection
  142. SubSection "Display"
  143. Viewport 0 0
  144. Depth 16
  145. EndSubSection
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 24
  149. EndSubSection
  150. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement