Phillip Berndt

Results 289 comments of Phillip Berndt
trafficstars

That's funny. Here's the commands that autorandr wants to run on my machine: ```text xrandr --fb 4480x1440 --output DP-2 --panning 0x0 --output DP-4 --panning 0x0 xrandr --fb 4480x1440 --output DP-2...

I wonder how (4) reenables panning.. is there by any chance another component running that attempts to modify the configuration?

What use case do you have in mind for running them side by side? Both attempt to do the same thing. (But for some people one is more stable than...

Ah, correct then. I'm not aware of a udev equivalent of systemd's enabled/disabled services.. if you have an idea for how I can help from the upstream side let me...

Yeah, that was a conscious decision, but I'll admit the thought crossed my mind. I'll look into what goes wrong. Thanks for your detailed report!

Can't seem to find what's wrong, the code looks just fine to me. If you could give me the two configs (`xrandr --verbose`) I can take another look. Closing for...

It is interesting that your "default" configuration is never detected. My best guess is that this might be related to 4af13f0a. `xrandr --verbose` at the point where you plugged in...

Could you run autorandr in `--dry-run` mode after detaching and before running it without? I want to know whether it correctly tries to disable the other outputs (`--output VGA-1 --off`...