Problem
I currently have the three monitors daisy-chained so the PC is connect to one monitor through USB-C DisplayPort and then daisy-chained to the other through standard DisplayPort cables. This set up has a problem when the PC suspends or restarts. Sometimes the first display gets no signals from the PC (thus none of the others does either) or just the last display gets no signals. In either case, turning off-and-on will bring up all the displays (which I'm guessing allows the PC and monitor to do their handshake properly), but the layout of the displays are forgotten.
Diagnoses
There seems to be two problems:
- One is that that when the system comes up that the monitor is not able communicate with it causing it to not wake up. This could be some kind of race condition, but I'm not certain.
- The display output names gets changed where Monitor A is sometimes referred to as DisplayPort-4 and another time it can be named DisplayPort-1. The info I've found seems to point to this being caused by the video drivers who is responsible for setting the output names (e.g. DisplayPort-1, DP-1, etc.).
Solution(s)
I don't have a solution for #1, but the solution/workaround for #2 can mitigates it.
Linux uses the RandR (Resize and Rotate X Windows Extension) and the xrandr tool can be used but the parameters becomes long when there's multiple monitors, different rotations and positions that are relative to each other. Another tool that helps is arandr which is a GUI front-end to xrandr that has a feature to save layout into a script that can be run. Once you have your layout setup, it can export it to a script that you can re-run, but I ran into two problems:
- It doesn't capture the order of the displays (which is on the right, middle and left) so while all three might be in the right rotation, they are not in the right order.
- The name of the display sometimes changes (e.g. a display might once be called DisplayPort-1 get tuned into DisplayPort-4) and then the script also doesn't work.
No comments:
Post a Comment