Advertisement
Guest User

Untitled

a guest
Dec 8th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "aticonfig Layout"
  3. Screen 0 "aticonfig-Screen[0]-0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "ServerFlags"
  9. Option "AutoAddDevices" "False"
  10. EndSection
  11.  
  12. Section "Files"
  13. ModulePath "/usr/lib64/xorg/modules"
  14. FontPath "/usr/share/fonts/misc/"
  15. FontPath "/usr/share/fonts/TTF/"
  16. FontPath "/usr/share/fonts/OTF/"
  17. FontPath "/usr/share/fonts/Type1/"
  18. FontPath "/usr/share/fonts/100dpi/"
  19. FontPath "/usr/share/fonts/75dpi/"
  20. EndSection
  21.  
  22. Section "Module"
  23. Load "dri2"
  24. Load "dri"
  25. Load "glx"
  26. Load "dbe"
  27. Load "record"
  28. Load "extmod"
  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/input/mice"
  41. Option "ZAxisMapping" "4 5 6 7"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "aticonfig-Monitor[0]-0"
  46. Option "VendorName" "ATI Proprietary Driver"
  47. Option "ModelName" "Generic Autodetecting Monitor"
  48. Option "DPMS" "true"
  49. EndSection
  50.  
  51. Section "Device"
  52. Identifier "aticonfig-Device[0]-0"
  53. Driver "radeon"
  54. #Driver "fglrx"
  55. BusID "PCI:1:0:0"
  56. EndSection
  57.  
  58. Section "Screen"
  59. Identifier "aticonfig-Screen[0]-0"
  60. Device "aticonfig-Device[0]-0"
  61. Monitor "aticonfig-Monitor[0]-0"
  62. DefaultDepth 24
  63. SubSection "Display"
  64. Viewport 0 0
  65. Depth 24
  66. EndSubSection
  67. Option "ColorTiling" "false"
  68. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement