Phillip Berndt
Phillip Berndt
> No EDID on "disconnected" output If the system reports that an output has a monitor attached and the `setup` says that there should be none then the profile doesn't...
Thanks for implementing this, this makes the decision whether to do this way easier ;-) **re 3**: I'm fine with the systemd stuff as it is in the PR. Those...
Merged as is for now, thanks for your work! (Happy to accept further PRs if you guys have good ideas for improving lid event integration.)
It should! Something seems to be wrong with the setup reported by your xrandr, as if your driver doesn't report the update until you actively make a change. All autorandr...
* What CRTC is reported in `xrandr --verbose`? * There's a command line flag to skip xrandr options. Try to specify `crtc` there as a workaround!
I guess I'd go for `After=suspend.target` in the systemd unit file for that.
In that case, have a look at the udev hooks in the contrib directory. They are just for plug/unplug events, but I'm quite certain that there'll also be an event...
Please attach the output of `xrandr --verbose` from a time when autorandr fails with this error message. I'd suspect that the EDID is actually missing. Does it help to run...
Adding a `predetect` hook might help then. I've made good experience with some repeated `xrandr -q` personally, but that was with a Dell docking station, not a Lenovo one. Or...
> Explicitly enabling DP-2-1 (even though it claims to already be enabled) makes the external monitor work. Then perhaps you can build a `predetect` script based on that? I'm sorry,...