Advertisement
Guest User

Untitled

a guest
Apr 17th, 2010
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. Section "ServerFlags"
  2. Option "DontZap" "yes"
  3. Option "DontVTSwitch" "yes"
  4. # Option "blank time" "5" # Blank the screen after 5 minutes (Fake)
  5. # Option "standby time" "10" # Turn off screen after 10 minutes (DPMS)
  6. # Option "suspend time" "20" # Full suspend after 20 minutes
  7. Option "off time" "30"
  8. EndSection
  9.  
  10. Section "ServerLayout"
  11. Identifier "Default Layout"
  12. Screen 0 "Screen0" 0 0
  13. # InputDevice "Mouse0" "CorePointer"
  14. # InputDevice "Mouse1" "AlwaysCore"
  15. # InputDevice "Keyboard0" "CoreKeyboard"
  16. Option "AIGLX" "true"
  17. EndSection
  18.  
  19. Section "Files"
  20. FontPath "/usr/share/fonts/misc/"
  21. FontPath "/usr/share/fonts/Type1/"
  22. FontPath "/usr/share/fonts/100dpi/"
  23. FontPath "/usr/share/fonts/75dpi/"
  24. FontPath "/usr/share/fonts/cyrillic/"
  25. FontPath "/usr/share/fonts/corefonts"
  26. FontPath "/usr/share/fonts/dejavu"
  27. FontPath "/usr/share/fonts/efont-unicode"
  28. FontPath "/usr/share/fonts/freefonts"
  29. FontPath "/usr/share/fonts/freefont-ttf"
  30. FontPath "/usr/share/fonts/intlfonts"
  31. FontPath "/usr/share/fonts/OTF"
  32. FontPath "/usr/share/fonts/Speedo"
  33. FontPath "/usr/share/fonts/terminus"
  34. FontPath "/usr/share/fonts/TTF"
  35. FontPath "/usr/share/fonts/ttf-bitstream-vera"
  36. FontPath "/usr/share/fonts/unifont"
  37. EndSection
  38.  
  39. Section "Module"
  40. Load "glx"
  41. Load "dri"
  42. Load "drm"
  43. Load "dri2"
  44. Load "extmod"
  45. Load "dbe"
  46. Load "record"
  47. # Load "synaptics"
  48. EndSection
  49.  
  50. #Section "InputDevice"
  51. # Identifier "Keyboard0"
  52. # Driver "kbd"
  53. # Option "AutoRepeat" "500 30"
  54. # Option "XkbModel" "pc105"
  55. # Option "XkbLayout" "us,ru(winkeys)"
  56. # Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
  57. #EndSection
  58.  
  59. #Section "InputDevice"
  60. # Identifier "Mouse0"
  61. # Driver "synaptics"
  62. # Option "Device" "/dev/input/mouse0"
  63. # Option "ZAxisMapping" "4 5 6 7"
  64. # Option "Protocol" "auto"
  65. # Option "CorePointer"
  66. #EndSection
  67.  
  68. #Section "InputDevice"
  69. # Identifier "Mouse1"
  70. # Driver "mouse"
  71. # Option "Protocol" "auto"
  72. # Option "Device" "/dev/input/mice"
  73. # Option "ZAxisMapping" "4 5"
  74. # Option "Emulate3Buttons" "no"
  75. #EndSection
  76.  
  77. Section "Device"
  78. Identifier "Card0"
  79. Driver "radeon"
  80. VendorName "ATI Technologies Inc"
  81. BoardName "RS482 [Radeon Xpress 200M]"
  82. BusID "PCI:1:5:0"
  83. Option "DRI" "true"
  84. Option "AccelMethod" "EXA"
  85. EndSection
  86.  
  87. Section "Screen"
  88. Identifier "Screen0"
  89. Device "Card0"
  90. Monitor "Monitor0"
  91. DefaultDepth 24
  92. Option "DPMS"
  93. SubSection "Display"
  94. Viewport 0 0
  95. Depth 24
  96. Modes "1280x800"
  97. EndSubSection
  98. EndSection
  99.  
  100. Section "DRI"
  101. Group "video"
  102. Mode 0666
  103. EndSection
  104.  
  105. Section "Extensions"
  106. Option "Composite" "Enable"
  107. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement