Advertisement
ryandekker

xrandr command

Jan 15th, 2021
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. # Command
  2. xrandr --verbose --output HDMI-0 --off --output HDMI-1 --off --output HDMI-2 --primary --mode 2560x1440 --pos 1x1440 --rotate normal --output DP-0 --mode 2560x1440 --pos 2560x1440 --rotate normal --output DP-1 --off --output DP-2 --mode 2560x1440 --pos 0x0 --rotate normal --output DP-3 --off --output DP-4 --mode 2560x1440 --pos 2559x0 --rotate normal --output DP-5 --off --output DP-1-0 --mode 2560x1440 --pos 5120x0 --rotate normal --output DP-1-1 --off --output DP-1-2 --mode 2560x1440 --pos 5120x1440 --rotate normal --output DP-1-3 --off --output DP-1-4 --off --output DP-1-5 --off --output DP-1-6 --off --output DP-1-7 --off
  3.  
  4. # Result
  5. screen 0: 7680x2880 2032x762 mm 96.00dpi
  6. crtc 0: 2560x1440 59.95 +1+1440 "HDMI-2"
  7. crtc 1: 2560x1440 59.95 +2560+1440 "DP-0"
  8. crtc 2: 2560x1440 59.95 +0+0 "DP-2"
  9. crtc 3: 2560x1440 59.95 +2559+0 "DP-4"
  10. crtc 4: 2560x1440 59.95 +5120+0 "DP-1-0"
  11. xrandr: Configure crtc 4 failed
  12. crtc 0: disable
  13. crtc 1: disable
  14. crtc 2: disable
  15. crtc 3: disable
  16. crtc 4: disable
  17. crtc 5: disable
  18. crtc 6: disable
  19. crtc 7: disable
  20. screen 0: revert
  21. crtc 0: revert
  22. crtc 1: revert
  23. crtc 2: revert
  24. crtc 3: revert
  25. crtc 4: revert
  26. crtc 5: revert
  27. crtc 6: revert
  28. crtc 7: revert
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement