Advertisement
Guest User

Radeon xorg.conf

a guest
Oct 19th, 2013
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 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. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/lib/xorg/modules"
  10. FontPath "/usr/share/fonts/misc/"
  11. FontPath "/usr/share/fonts/TTF/"
  12. FontPath "/usr/share/fonts/OTF/"
  13. FontPath "/usr/share/fonts/Type1/"
  14. FontPath "/usr/share/fonts/100dpi/"
  15. FontPath "/usr/share/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "glx"
  20. Load "dri2"
  21. Load "glamoregl"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. Identifier "Keyboard0"
  26. Driver "kbd"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Mouse0"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/input/mice"
  34. Option "ZAxisMapping" "4 5 6 7"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor0"
  39. VendorName "Monitor Vendor"
  40. ModelName "Monitor Model"
  41. EndSection
  42.  
  43. Section "Device"
  44. Option "AccelMethod" "glamorgl" # <str>
  45. Option "EXAPixmaps" "on"
  46. Identifier "Card0"
  47. Driver "radeon"
  48. BusID "PCI:1:0:0"
  49. EndSection
  50.  
  51. Section "Screen"
  52. Identifier "Screen0"
  53. Device "Card0"
  54. Monitor "Monitor0"
  55. SubSection "Display"
  56. Viewport 0 0
  57. Depth 1
  58. EndSubSection
  59. SubSection "Display"
  60. Viewport 0 0
  61. Depth 4
  62. EndSubSection
  63. SubSection "Display"
  64. Viewport 0 0
  65. Depth 8
  66. EndSubSection
  67. SubSection "Display"
  68. Viewport 0 0
  69. Depth 15
  70. EndSubSection
  71. SubSection "Display"
  72. Viewport 0 0
  73. Depth 16
  74. EndSubSection
  75. SubSection "Display"
  76. Viewport 0 0
  77. Depth 24
  78. EndSubSection
  79. EndSection
  80.  
  81. Section "Extensions"
  82. Option "Composite" "Disable"
  83. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement