X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=df8fe4b35e9dd58c77dc93dcbaef505286fc313c;hb=HEAD;hp=531bdc2e2eb0b177e2b6a84e5d9c9fbb687887aa;hpb=9ab39c001c988666d0aa20508b5e932d374bdbb0;p=deb_pkgs%2Fautorandr.git diff --git a/README.md b/README.md index 531bdc2..a7e8bfe 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Contributors to this version of autorandr are: * Nazar Mokrynskyi * Phillip Berndt * Rasmus Wriedt Larsen +* Sam Coulter * Simon Wydooghe * Stefan Tomanek * stormc @@ -255,9 +256,42 @@ kernel parameter `nvidia-drm.modeset` must be set to 1. For example, add a file options nvidia_drm modeset=1 ``` +### Wayland + +Before running autorandr will check the environment for the `WAYLAND_DISPLAY` +variable to check if the program is running in a Wayland session. This is to +avoid issues between usage of xrandr in Wayland environments. + +If you need to run autorandr in a Wayland environment, one workaround is to +unset the `WAYLAND_DISPLAY` variable before running the program, such as: + +``` +WAYLAND_DISPLAY= autorandr +``` + ## Changelog -**autorandr 1.13 (dev)** +**autorandr 1.14** +* *2023-06-22* Direct --match-edid renaming of output messages to stderr +* *2023-06-22* Add Wayland awareness +* *2023-06-22* Various minor auxiliary tooling bug fixes, see git-log + +**autorandr 1.13.3** +* *2023-01-24* Revert udev rule to rely on "change" event (see #324) + +**autorandr 1.13.2** +* *2023-01-23* Fix autostart in KDE (see #320) +* *2023-01-23* Match add/remove rather than change in udev rule (see #321) +* *2023-01-23* Fix wildcard use in EDIDs (see #322) +* *2023-01-23* Do a final xrandr call to set the frame buffer size (see #319) + +**autorandr 1.13.1** +* *2023-01-16* Fix bug with Version comparison + +**autorandr 1.13** +* *2023-01-15* Add reversed horizontal/vertical profiles +* *2023-01-15* Fix distutils deprecation warning +* *2023-01-15* Print error when user script fails * *2022-12-01* Support `--skip-options set` to skip setting properties **autorandr 1.12.1**