I have two monitors, one is 1920x1080 and the other is 3840x2160 (4K). Below is a picture of their arrangement
The left monitor is 1920x1080 and the right one is 3840x2160. The left monitor is connected using HDMI, the right is connected using DP. I, of course, want the HDMI monitor to be left of the DP monitor. The automatic Xorg configuration failed at doing this, so I tried to configure this using 10-monitor.conf:
This did nothing, the HDMI monitor was still treated as if it were right of the DP.
Video example | Catbox host (forum doesn't allow video attachments)
What is strange, though, is that making the HDMI monitor the primary one does result in the desired outcome
Video example | Catbox host
Now, why don't I just leave it like that since it "just werks"? Two reasons:
1. The HDMI monitor is NOT my primary monitor
2. The DWM UI becomes smaller when the HDMI monitor is set to primary, for whatever reason.
I also tested other options in the 10-monitor.conf, the HDMI monitor responds perfectly to the "rotate" option, therefore it can't be that it's unresponsive to the file (though the primary option change should have already made this clear).
The left monitor is 1920x1080 and the right one is 3840x2160. The left monitor is connected using HDMI, the right is connected using DP. I, of course, want the HDMI monitor to be left of the DP monitor. The automatic Xorg configuration failed at doing this, so I tried to configure this using 10-monitor.conf:
Code:
Section "Monitor"
Identifier "HDMI-0"
Option "LeftOf" "DP-0"
EndSection
Section "Monitor"
Identifier "DP-0"
Option "primary" "true"
EndSection
Video example | Catbox host (forum doesn't allow video attachments)
What is strange, though, is that making the HDMI monitor the primary one does result in the desired outcome
Code:
Section "Monitor"
Identifier "HDMI-0"
Option "primary" "true"
EndSection
Section "Monitor"
Identifier "DP-0"
EndSection
Now, why don't I just leave it like that since it "just werks"? Two reasons:
1. The HDMI monitor is NOT my primary monitor
2. The DWM UI becomes smaller when the HDMI monitor is set to primary, for whatever reason.
I also tested other options in the 10-monitor.conf, the HDMI monitor responds perfectly to the "rotate" option, therefore it can't be that it's unresponsive to the file (though the primary option change should have already made this clear).