Advertisement
Guest User

xorg.conf

a guest
Apr 11th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 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 "CoreKeyboard"
  7. Option "XkbRules" "xorg"
  8. Option "XKbModel" "abnt2"
  9. Option "XKbLayout" "pt"
  10. EndSection
  11.  
  12. Section "Files"
  13. ModulePath "/usr/local/lib/xorg/modules"
  14. FontPath "/usr/local/lib/X11/fonts/misc/"
  15. FontPath "/usr/local/lib/X11/fonts/TTF/"
  16. FontPath "/usr/local/lib/X11/fonts/OTF"
  17. FontPath "/usr/local/lib/X11/fonts/Type1/"
  18. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  19. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  20. EndSection
  21.  
  22. Section "Module"
  23. Load "dbe"
  24. Load "dri"
  25. Load "dri2"
  26. Load "extmod"
  27. Load "glx"
  28. Load "record"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32. Identifier "Keyboard0"
  33. Driver "kbd"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37. Identifier "Mouse0"
  38. Driver "mouse"
  39. Option "Protocol" "auto"
  40. Option "Device" "/dev/sysmouse"
  41. Option "ZAxisMapping" "4 5 6 7"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. #DisplaySize 340 190 # mm
  46. Identifier "Monitor0"
  47. VendorName "AUO"
  48. ModelName "26ec"
  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" # [<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 "Wrestler [Radeon HD 6250]"
  120. BusID "PCI:0:1: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. Modes "1366x768"
  151. EndSubSection
  152. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement