Advertisement
Guest User

amokpaule xorg.conf lmde

a guest
May 17th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "aticonfig Layout"
  3. Screen 0 "aticonfig-Screen[0]-0" 0 0
  4. EndSection
  5.  
  6. Section "Module"
  7. EndSection
  8.  
  9. Section "Monitor"
  10. Identifier "aticonfig-Monitor[0]-0"
  11. Option "VendorName" "ATI Proprietary Driver"
  12. Option "ModelName" "Generic Autodetecting Monitor"
  13. Option "DPMS" "true"
  14. EndSection
  15.  
  16. Section "Monitor"
  17. Identifier "0-DFP1"
  18. Option "VendorName" "ATI Proprietary Driver"
  19. Option "ModelName" "Generic Autodetecting Monitor"
  20. Option "DPMS" "true"
  21. Option "PreferredMode" "1920x1080"
  22. Option "TargetRefresh" "60"
  23. Option "Position" "1920 0"
  24. Option "Rotate" "normal"
  25. Option "Disable" "false"
  26. EndSection
  27.  
  28. Section "Monitor"
  29. Identifier "0-DFP2"
  30. Option "VendorName" "ATI Proprietary Driver"
  31. Option "ModelName" "Generic Autodetecting Monitor"
  32. Option "DPMS" "true"
  33. Option "PreferredMode" "1920x1080"
  34. Option "TargetRefresh" "60"
  35. Option "Position" "3840 0"
  36. Option "Rotate" "normal"
  37. Option "Disable" "false"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "0-DFP3"
  42. Option "VendorName" "ATI Proprietary Driver"
  43. Option "ModelName" "Generic Autodetecting Monitor"
  44. Option "DPMS" "true"
  45. Option "PreferredMode" "1920x1080"
  46. Option "TargetRefresh" "60"
  47. Option "Position" "0 0"
  48. Option "Rotate" "normal"
  49. Option "Disable" "false"
  50. EndSection
  51.  
  52. Section "Device"
  53. Identifier "aticonfig-Device[0]-0"
  54. Driver "fglrx"
  55. Option "Monitor-DFP1" "0-DFP1"
  56. Option "Monitor-DFP2" "0-DFP2"
  57. Option "Monitor-DFP3" "0-DFP3"
  58. BusID "PCI:1:0:0"
  59. EndSection
  60.  
  61. Section "Screen"
  62. Identifier "aticonfig-Screen[0]-0"
  63. Device "aticonfig-Device[0]-0"
  64. DefaultDepth 24
  65. SubSection "Display"
  66. Viewport 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement