Phillip Berndt

Results 289 comments of Phillip Berndt
trafficstars

Does this patch work? https://github.com/phillipberndt/autorandr/tree/rate Also, see https://github.com/wertarbyte/autorandr/pull/29

Merged to https://github.com/phillipberndt/autorandr

Sounds like `PATH` isn't set up correctly for whatever reasons. Try setting it to include `/usr/bin` wherever is most appropriate in your setup.

`PATH` in your shell isn't necessarily the same as when systemd invokes the command.

Does adding `import gi; gi.require_version('Gtk', '3.0')` to the top of the script, straight before the first other Import, suffice to fix this?

FYI, I can flash firmware to my G900F with this patch, but still get lots of ``` WARNING: Empty bulk transfer after sending packet failed. Continuing anyway... ``` warnings. (Thanks...

If you primarily need to reset the fb size again as a last step, would a post switch hook do the job for you, too? Generally, my preferred way to...

> Would you consider a feature that would prevent autorandr to run when under XDG_SESSION_TYPE=wayland? Sure!

Sorry for ignoring this for so long, I have fallen quite behind on PRs. Thanks for the comment, too! The MingW issue was simply that it didn't support "j" at...

I fixed support for skipping `set` via `--skip-options`. The error message you're seeing for the xrandr invocation isn't the same that autorandr saw. That's on me, the "Command failed" output...