]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - README.md
Fix autorandr-kde.desktop PREFIX
[deb_pkgs/autorandr.git] / README.md
index 865091d738f9cd5241845f5b84ec06dd805117d9..21a9aedc82f5c75299382b3e9d36fb7fffd24201 100644 (file)
--- 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,6 +256,19 @@ 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.3**