alex-courtis / way-displays

way-displays: Auto Manage Your Wayland Displays
MIT License
241 stars 12 forks source link

Feature: Per Monitor VRR Toggle #70

Closed p0da closed 1 year ago

p0da commented 1 year ago

As per https://github.com/alex-courtis/way-displays/issues/59#issuecomment-1453204405, a per monitor VRR toggle would be quite useful.

alex-courtis commented 1 year ago

VRR enabled is the desirable (current) default.

It could be disabled as per DISABLED e.g.

VRR_OFF:
  - "eDP-1"
  - !.*Gigabyte.*

@p0da what is the use case for disabling VRR? I think I might be missing something that should be captured/configured.

alex-courtis commented 1 year ago

@p0da VRR_OFF has been added. I would be most grateful if you could test on master this prior to release:

git clone git@github.com:alex-courtis/way-displays.git
cd way-displays
make
sudo make install

See https://github.com/alex-courtis/way-displays/blob/master/doc/CONFIGURATION.md#vrr_off

p0da commented 1 year ago

Apologies for the delay, use case is some monitors have faulty/issue-prone VRR support and may not always benefit from VRR being force enabled. Thanks for adding the option, worked well for me during testing.

alex-courtis commented 1 year ago

Thanks for adding the option, worked well for me during testing.

Many thanks.