Phillip Berndt
Phillip Berndt
If you're fine with configuring this manually, then you can also place a script called `postswitch` in your profile's directory. It is executed after applying a profile, and only then....
> Re backwards compatibility: a change from "(detected)" to "(current)" would then also be not > backwards compatible. Right. But it'd require less changes in existing scripts. (Maybe I'll change...
Turns out that adding `--fb` to autorandr is a brilliant idea, I hadn't considered the side effect @Vladimir-csp mentioned in #88. Gives a much smoother user experience on my notebook...
Using Vladimir's script as a template extract the DPI while storing a profile (using `xdpyinfo` and the falllback if it's not installed), store it in `config` files a `dpi xyz`,...
Pushed a work in progress version with an early attempt to toy around with this to the [`dpi` branch](https://github.com/phillipberndt/autorandr/tree/dpi). I don't bother much with obtaining dpi information from the external...
Found this via google: https://unix.stackexchange.com/questions/28181/run-script-on-screen-lock-unlock I see there's a `ActiveChanged` signal in the `org.cinnamon.ScreenSaver` interface of the `/org/cinnamon/ScreenSaver` path. This will help: ```sh dbus-monitor --session "type='signal',interface='org.cinnamon.ScreenSaver',member='ActiveChanged'" | grep --line-buffered "boolean...
Thanks! The intention is that this error message is supposed to show if the `config` file defines a configuration for an output, but `setup` does not assign an EDID to...
I guess the mode names that don't follow the WWWxHHH pattern are the issue. get_fb_dimensions tries to extract the dimensions from the mode name and even has a comment stating...
I just pushed a commit to master that should mitigate this bug. Could you test whether it's still an issue please?
Thanks for the feedback, will do.