Advertisement
Guest User

xorg.conf

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