Guest User

xorg.conf

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