Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. Section "Monitor"
  2. Identifier "HDMI-A-3"
  3. Option "Primary" "true"
  4. EndSection
  5.  
  6. Section "Monitor"
  7. Identifier "HDMI-A-4"
  8. Option "RightOf" "HDMI-A-3"
  9. EndSection
  10.  
  11. Section "Monitor"
  12. Identifier "HDMI-A-3"
  13. Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  14. Option "PreferredMode" "1920x1080_60.00"
  15. Option "LeftOf" "HDMI-A-4"
  16. Option "DPMS" "true"
  17. EndSection
  18.  
  19. Section "Monitor"
  20. Identifier "HDMI-A-4"
  21. Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  22. Option "PreferredMode" "1920x1080_60.00"
  23. Option "RightOf" "HDMI-A-3"
  24. Option "DPMS" "true"
  25. EndSection
  26.  
  27. Section "Screen"
  28. Identifier "Screen0"
  29. Device "Radeon" # e.g. Radeon, Intel, nvidia
  30. Monitor "HDMI-A-3"
  31. DefaultDepth 24
  32. SubSection "Display"
  33. Depth 24
  34. Virtual 3840 2160 # 1920 + 1920 (3840), 1080 + 1080 (2160)
  35. EndSubSection
  36. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement