]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - README.md
New upstream version 1.14
[deb_pkgs/autorandr.git] / README.md
index a7f6823a0d84c353d08f4b9428e334fa38731f23..a7e8bfe9a4ff04a64c73f86841752ebba37ee756 100644 (file)
--- a/README.md
+++ b/README.md
@@ -256,8 +256,26 @@ 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.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)