Advertisement
Guest User

Untitled

a guest
Aug 10th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. Section "ServerFlags"
  2. Option "AIGLX" "true"
  3. Option "DRI2" "true"
  4. EndSection
  5.  
  6. Section "ServerLayout"
  7. Identifier "X.org Configured"
  8. Screen 0 "Screen0" 0 0
  9. Option "AllowEmptyInput" "false"
  10. Option "AutoAddDevices" "true"
  11. InputDevice "Keyboard"
  12. InputDevice "Mouse"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. Identifier "Keyboard"
  17. Driver "kbd"
  18. Option "AutoRepeat" "500 30"
  19. Option "XkbRules" "xorg"
  20. Option "XkbLayout" "us,ru"
  21. Option "XkbVariant" "basic,winkeys"
  22. Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Mouse"
  27. Driver "mouse"
  28. # "Auto"
  29. EndSection
  30.  
  31. Section "Files"
  32. ModulePath "/usr/local/lib/xorg/modules"
  33. FontPath "/usr/local/lib/X11/fonts/cyrillic/"
  34. FontPath "/usr/local/lib/X11/fonts/misc/"
  35. FontPath "/usr/local/lib/X11/fonts/TTF/"
  36. FontPath "/usr/local/lib/X11/fonts/OTF"
  37. FontPath "/usr/local/lib/X11/fonts/Type1/"
  38. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  39. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  40. FontPath "/usr/local/lib/X11/fonts/msttf/"
  41. FontPath "/usr/local/lib/X11/fonts/terminus-font/"
  42. EndSection
  43.  
  44. Section "Module"
  45. Load "extmod"
  46. Load "record"
  47. Load "dbe"
  48. Load "glx"
  49. Load "dri"
  50. Load "dri2"
  51. Load "GLcore"
  52. Load "drm"
  53. Load "vbe"
  54. Load "ddc"
  55. EndSection
  56.  
  57. Section "Monitor"
  58. Identifier "Monitor0"
  59. VendorName "Monitor Vendor"
  60. ModelName "Monitor Model"
  61. EndSection
  62.  
  63. Section "Device"
  64. Identifier "Card0"
  65. Driver "radeon"
  66. VendorName "ATI Technologies Inc"
  67. BoardName "RV630 [Radeon HD 2600XT]"
  68. BusID "PCI:2:0:0"
  69. Option "DRI" "true"
  70. Option "AGPFastWrite" "true"
  71. Option "AccelMethod" "EXA"
  72. Option "DMAForXv" "true"
  73. Option "VGAAccess" "true"
  74. Option "backingstore" "true"
  75. Option "AllowGLXWithComposite" "true"
  76. ####### POWER OPTIONS #####################################
  77. Option "ClockGating" "true"
  78. Option "ForceLowPowerMode" "true"
  79. # Option "DynamicPM" "true"
  80. EndSection
  81.  
  82. Section "Screen"
  83. Identifier "Screen0"
  84. Device "Card0"
  85. Monitor "Monitor0"
  86. SubSection "Display"
  87. Viewport 0 0
  88. Depth 1
  89. EndSubSection
  90. SubSection "Display"
  91. Viewport 0 0
  92. Depth 4
  93. EndSubSection
  94. SubSection "Display"
  95. Viewport 0 0
  96. Depth 8
  97. EndSubSection
  98. SubSection "Display"
  99. Viewport 0 0
  100. Depth 15
  101. EndSubSection
  102. SubSection "Display"
  103. Viewport 0 0
  104. Depth 16
  105. EndSubSection
  106. SubSection "Display"
  107. Viewport 0 0
  108. Depth 24
  109. EndSubSection
  110. EndSection
  111.  
  112. Section "DRI"
  113. Group 0
  114. Mode 0666
  115. EndSection
  116.  
  117. Section "Extensions"
  118. Option "Composite" "Enable"
  119. Option "XDamage" "Enable"
  120. Option "RENDER" "Enable"
  121. Option "DAMAGE" "Enable"
  122. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement