#Monitor positions

2 messages · Page 1 of 1 (latest)

umbral shard
#

I have 2 monitors, my primary monitor is a 2560x1440 screen under DP-2, my secondary is a 1920x1080 under HDMI-1, my secondary monitor is on the left side of my primary. By default, the monitors work fine but are in the wrong order, to go to the screen on the left, I need to go to the right side of the right screen. I tried running this to fix:
xrandr -- output DP-2 --primary --mode 2560x1440 --rotate normal --output HDMI-1 --mode 1920x1080 --rotate normal --left-of DP-2
This makes the mouse work as if they are orientated properly, however the display seems to cross over and not line up right. I also tried running this command:

[harry@ArchLinux ~]$ xrandr --output DP-2 --primary --mode 2560x1440 --rotate normal --pos 1920x0 --output HDMI-1 --mode 1920x1080 --rotate normal --pos 0x0

But still no joy, would appreciate a hand if anyone knows how to fix