Advertisement
Guest User

Untitled

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