Advertisement
Guest User

Untitled

a guest
May 4th, 2010
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. #Section "Extensions"
  2. # Option "Composite" "Enable"
  3. # Option "RENDER" "Enable"
  4. #EndSection
  5.  
  6. Section "ServerLayout"
  7. Identifier "Simple Layout"
  8. Screen "Screen 1" 0 0
  9. InputDevice "Mouse1" "CorePointer"
  10. InputDevice "Keyboard1" "CoreKeyboard"
  11. # Option "AllowEmptyInput" "OFF"
  12. # Option "AutoAddDevices" "OFF"
  13. EndSection
  14.  
  15. Section "Files"
  16. ModulePath "/usr/local/lib/xorg/modules"
  17. FontPath "/usr/local/lib/X11/fonts/local/"
  18. FontPath "/usr/local/lib/X11/fonts/misc/"
  19. FontPath "/usr/local/lib/X11/fonts/75dpi/:unscaled"
  20. FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled"
  21. FontPath "/usr/local/lib/X11/fonts/Type1/"
  22. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  23. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  24. FontPath "/usr/local/lib/X11/fonts/TTF/"
  25. FontPath "/usr/local/lib/X11/fonts/artwiz-fonts/"
  26. FontPath "/usr/local/lib/X11/fonts/webfonts/"
  27. FontPath "/usr/local/lib/X11/fonts/URW/"
  28. FontPath "/usr/local/lib/X11/fonts/jmk"
  29. FontPath "/usr/local/lib/X11/fonts/OTF"
  30. FontPath "/usr/local/lib/X11/fonts/dejavu"
  31. FontPath "/usr/local/lib/X11/fonts/terminus-font"
  32. FontPath "/usr/local/lib/X11/fonts/artwiz-fonts"
  33. EndSection
  34.  
  35. Section "ServerFlags"
  36. Option "AIGLX" "true"
  37. Option "DontZap" "false"
  38. EndSection
  39.  
  40. Section "Module"
  41. Load "GLcore"
  42. Load "drm"
  43. Load "vbe"
  44. Load "int10"
  45. EndSection
  46.  
  47. Section "InputDevice"
  48. Identifier "Keyboard1"
  49. Driver "kbd"
  50. Option "pc101"
  51. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  52. Option "XkbOptions" "compose:lwin"
  53. EndSection
  54.  
  55. Section "InputDevice"
  56. Identifier "Mouse1"
  57. Driver "mouse"
  58. Option "Protocol" "AUTO"
  59. Option "Device" "/dev/sysmouse"
  60. Option "Buttons" "10"
  61. Option "ZAxisMapping" "4 5"
  62. Option "ButtonMapping" "1 2 3 6 7 8 9 10 4 5"
  63. Option "Emulate3Buttons" "no"
  64. EndSection
  65.  
  66. Section "Monitor"
  67. # HorizSync 31-65
  68. # VertRefresh 55-100
  69. Identifier "monitor0"
  70. EndSection
  71.  
  72. Section "Device"
  73.  
  74. Identifier "Radeon"
  75. # Driver "radeon"
  76. Driver "vesa"
  77. VendorName "ATI"
  78. BusID "PCI:1:0:0"
  79. Option "DPMS" "Off"
  80. Option "AccelMethod" "EXA"
  81. Option "EXAVSync" "ON"
  82. EndSection
  83.  
  84. Section "Screen"
  85. Identifier "Screen 1"
  86. Device "Radeon"
  87. Monitor "monitor0"
  88. DefaultDepth 16
  89. Subsection "Display"
  90. Modes "1600x1200" "1280x1024" "1024x768"
  91. Depth 24
  92. EndSubSection
  93. EndSection
  94.  
  95. Section "DRI"
  96. Mode 0666
  97. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement