]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blob - README.md
Extended --match-edid to respect a device's serial
[deb_pkgs/autorandr.git] / README.md
1 # autorandr
2
3 Automatically select a display configuration based on connected devices
4
5 ## Branch information
6
7 This is a compatible Python rewrite of
8 [wertarbyte/autorandr](https://github.com/wertarbyte/autorandr). Contributions
9 for bash-completion, fd.o/XDG autostart, Nitrogen, pm-utils, and systemd can be
10 found under [contrib](contrib/).
11
12 The original [wertarbyte/autorandr](https://github.com/wertarbyte/autorandr)
13 tree is unmaintained, with lots of open pull requests and issues. I forked it
14 and merged what I thought were the most important changes. If you are searching
15 for that version, see the [`legacy` branch](https://github.com/phillipberndt/autorandr/tree/legacy).
16 Note that the Python version is better suited for non-standard configurations,
17 like if you use `--transform` or `--reflect`. If you use `auto-disper`, you
18 have to use the bash version, as there is no disper support in the Python
19 version (yet). Both versions use a compatible configuration file format, so
20 you can, to some extent, switch between them.  I will maintain the `legacy`
21 branch until @wertarbyte finds the time to maintain his branch again.
22
23 If you are interested in why there are two versions around, see
24 [#7](https://github.com/phillipberndt/autorandr/issues/7),
25 [#8](https://github.com/phillipberndt/autorandr/issues/8) and
26 especially
27 [#12](https://github.com/phillipberndt/autorandr/issues/12)
28 if you are unhappy with this version and would like to contribute to the bash
29 version.
30
31 ## License information and authors
32
33 autorandr is available under the terms of the GNU General Public License
34 (version 3).
35
36 Contributors to this version of autorandr are:
37
38 * Adrián López
39 * andersonjacob
40 * Alexander Lochmann
41 * Alexander Wirt
42 * Brice Waegeneire
43 * Chris Dunder
44 * Christoph Gysin
45 * Christophe-Marie Duquesne
46 * Daniel Hahler
47 * Maciej Sitarz
48 * Mathias Svensson
49 * Matthew R Johnson
50 * Nazar Mokrynskyi
51 * Phillip Berndt
52 * Rasmus Wriedt Larsen
53 * Simon Wydooghe
54 * Stefan Tomanek
55 * stormc
56 * tachylatus
57 * Timo Bingmann
58 * Timo Kaufmann
59 * Tomasz Bogdal
60 * Victor Häggqvist
61 * Jan-Oliver Kaiser
62 * Alexandre Viau
63
64 ## Installation/removal
65
66 You can use the `autorandr.py` script as a stand-alone binary. If you'd like to
67 install it as a system-wide application, there is a Makefile included that also
68 places some configuration files in appropriate directories such that autorandr
69 is invoked automatically when a monitor is connected or removed, the system
70 wakes up from suspend, or a user logs into an X11 session. Run `make install`
71 as root to install it.
72
73 If you prefer to have a system wide install managed by your package manager,
74 you can
75
76 * Use the [official Arch package](https://www.archlinux.org/packages/community/any/autorandr/).
77 * Use the [official Debian package](https://packages.debian.org/sid/x11/autorandr) on sid
78 * Use the [FreeBSD Ports Collection](https://www.freshports.org/x11/autorandr/) on FreeBSD.
79 * Use the [ebuild from zugaina](https://gpo.zugaina.org/x11-misc/autorandr) on Gentoo.
80 * Use the
81   [nix package](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/autorandr.nix)
82   on NixOS.
83 * Use the
84   [guix package](https://git.savannah.gnu.org/cgit/guix.git/log/gnu/packages/xdisorg.scm?qt=grep&q=autorandr)
85   on Guix.
86 * Use the [SlackBuild](https://slackbuilds.org/repository/14.2/desktop/autorandr/) on Slackware.
87 * Use the automated nightlies generated by the
88   [openSUSE build service](https://build.opensuse.org/package/show/home:phillipberndt/autorandr)
89   for various distributions (RPM and DEB based).
90 * Use the [X binary package system](https://wiki.voidlinux.eu/XBPS)' on Void Linux 
91 * Build a .deb-file from the source tree using `make deb`.
92 * Build a .rpm-file from the source tree using `make rpm`.
93
94 We appreciate packaging scripts for other distributions, please file a pull
95 request if you write one.
96
97 If you prefer `pip` over your package manager, you can install autorandr with:
98
99     sudo pip install "git+http://github.com/phillipberndt/autorandr#egg=autorandr"
100
101 or simply
102
103     sudo pip install autorandr
104
105 if you prefer to use a stable version.
106
107 ## How to use
108
109 Save your current display configuration and setup with:
110
111     autorandr --save mobile
112
113 Connect an additional display, configure your setup and save it:
114
115     autorandr --save docked
116
117 Now autorandr can detect which hardware setup is active:
118
119     $ autorandr
120       mobile
121       docked (detected)
122
123 To automatically reload your setup:
124
125     $ autorandr --change
126
127 To manually load a profile:
128
129     $ autorandr --load <profile>
130
131 or simply:
132
133     $ autorandr <profile>
134
135 autorandr tries to avoid reloading an identical configuration. To force the
136 (re)configuration:
137
138     $ autorandr --load <profile> --force
139
140 To prevent a profile from being loaded, place a script call _block_ in its
141 directory. The script is evaluated before the screen setup is inspected, and
142 in case of it returning a value of 0 the profile is skipped. This can be used
143 to query the status of a docking station you are about to leave.
144
145 If no suitable profile can be identified, the current configuration is kept.
146 To change this behaviour and switch to a fallback configuration, specify
147 `--default <profile>`. The system-wide installation of autorandr by default
148 calls autorandr with a parameter `--default default`. There are three special,
149 virtual configurations called `horizontal`, `vertical` and `common`. They
150 automatically generate a configuration that incorporates all screens
151 connected to the computer. You can symlink `default` to one of these
152 names in your configuration directory to have autorandr use any of them
153 as the default configuration without you having to change the system-wide
154 configuration.
155
156 You can store default values for any option in an INI-file located at
157 `~/.config/autorandr/settings.ini`. In a `config` section, you may place any
158 default values in the form `option-name=option-argument`.
159
160 A common and effective use of this is to specify default `skip-options`, for
161 instance skipping the `gamma` setting if using
162 [`redshift`](https://github.com/jonls/redshift) as a daemon.  To implement
163 the equivalent of `--skip-options gamma`, your `settings.ini` file should look
164 like this:
165
166 ```
167 [config]
168 skip-options=gamma
169 ```
170
171 ## Advanced usage
172
173 ### Hook scripts
174
175 Three more scripts can be placed in the configuration directory
176 (as defined by the [XDG spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html),
177 usually `~/.config/autorandr` or `~/.autorandr` if you have an old installation
178 for user configuration and `/etc/xdg/autorandr` for system wide configuration):
179
180 - `postswitch` is executed *after* a mode switch has taken place. This can be
181   used to notify window managers or other applications about the switch.
182 - `preswitch` is executed *before* a mode switch takes place.
183 - `postsave` is executed after a profile was stored or altered.
184 - `predetect` is executed before autorandr attempts to run xrandr. 
185
186 These scripts must be executable and can be placed directly in the configuration
187 directory, where they will always be executed, or in the profile subdirectories,
188 where they will only be executed on changes regarding that specific profile.
189
190 Instead (or in addition) to these scripts, you can also place as many executable
191 files as you like in subdirectories called `script_name.d` (e.g. `postswitch.d`).
192
193 If a script with the same name occurs multiple times, user configuration
194 takes precedence over system configuration (as specified by the
195 [XDG spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html))
196 and profile configuration over general configuration.
197
198 As a concrete example, suppose you have the files
199
200 - `/etc/xdg/autorandr/postswitch`
201 - `~/.config/autorandr/postswitch`
202 - `~/.config/autorandr/postswitch.d/notify-herbstluftwm`
203 - `~/.config/autorandr/docked/postswitch`
204
205 and switch from `mobile` to `docked`. Then
206 `~/.config/autorandr/docked/postswitch` is executed, since the profile specific
207 configuration takes precedence, and
208 `~/.config/autorandr/postswitch.d/notify-herbstluftwm` is executed, since
209 it has a unique name.
210
211 If you switch back from `docked` to `mobile`, `~/.config/autorandr/postswitch`
212 is executed instead of the `docked` specific `postswitch`.
213
214 If you experience issues with xrandr being executed too early after connecting
215 a new monitor, then you can use a `predetect` script to delay the execution.
216 Write e.g. `sleep 1` into that file to make autorandr wait a second before
217 running `xrandr`.
218
219 #### Variables
220
221 Some of autorandr's state is exposed as environment variables
222 prefixed with `AUTORANDR_`, such as:
223 - `AUTORANDR_CURRENT_PROFILE`
224 - `AUTORANDR_CURRENT_PROFILES`
225 - `AUTORANDR_PROFILE_FOLDER`
226 - `AUTORANDR_MONITORS`
227
228 with the intention that they can be used within the hook scripts.
229
230 For instance, you might display which profile has just been activated by
231 including the following in a `postswitch` script:
232 ```sh
233 notify-send -i display "Display profile" "$AUTORANDR_CURRENT_PROFILE"
234 ```
235
236 The one kink is that during `preswitch`, `AUTORANDR_CURRENT_PROFILE` is
237 reporting the *upcoming* profile rather than the *current* one.
238
239 ### Wildcard EDID matching
240
241 The EDID strings in the `~/.config/autorandr/*/setup` files may contain an
242 asterisk to enable wildcard matching: Such EDIDs are matched against connected
243 monitors using the usual file name globbing rules. This can be used to create
244 profiles matching multiple (or any) monitors.
245
246 ### udev triggers with NVidia cards
247
248 In order for `udev` to detect `drm` events from the native NVidia driver, the
249 kernel parameter `nvidia-drm.modeset` must be set to 1. For example, add a file
250 `/etc/modprobe.d/nvidia-drm-modeset.conf`:
251
252 ```
253 options nvidia_drm modeset=1
254 ```
255
256 ## Changelog
257
258 **autorandr 1.12.1**
259 * *2021-12-22* Fix `--match-edid` (see #273)
260
261 **autorandr 1.12**
262 * *2021-12-16* Switch default interpreter to Python 3
263 * *2021-12-16* Add `--list` to list all profiles
264 * *2021-12-16* Add `--cycle` to cycle all detected profiles
265 * *2021-12-16* Store display properties (see #204)
266
267 **autorandr 1.11**
268 * *2020-05-23* Handle empty sys.executable
269 * *2020-06-08* Fix Python 2 compatibility
270 * *2020-10-06* Set group membership of users in batch mode
271
272 **autorandr 1.10.1**
273 * *2020-05-04* Revert making the launcher the default (fixes #195)
274
275 **autorandr 1.10**
276 * *2020-04-23* Fix hook script execution order to match description from readme
277 * *2020-04-11* Handle negative gamma values (fixes #188)
278 * *2020-04-11* Sort approximate matches in detected profiles by quality of match
279 * *2020-01-31* Handle non-ASCII environment variables (fixes #180)
280 * *2019-12-31* Fix output positioning if the top-left output is not the first
281 * *2019-12-31* Accept negative gamma values (and interpret them as 0)
282 * *2019-12-31* Prefer the X11 launcher over systemd/udev configuration
283
284 **autorandr 1.9**
285
286 * *2019-11-10* Count closed lids as disconnected outputs
287 * *2019-10-05* Do not overwrite existing configurations without `--force`
288 * *2019-08-16* Accept modes that don't match the WWWxHHH pattern
289 * *2019-03-22* Improve bash autocompletion
290 * *2019-03-21* Store CRTC values in configurations
291 * *2019-03-24* Fix handling of recently disconnected outputs (See #128 and #143)
292
293 **autorandr 1.8.1**
294
295 * *2019-03-18* Removed mandb call from Makefile
296
297 **autorandr 1.8**
298
299 * *2019-02-17* Add an X11 daemon that runs autorandr when a display connects (by @rliou92, #127)
300 * *2019-02-17* Replace width=0 check with disconnected to detect disconnected monitors (by @joseph-jones, #139)
301 * *2019-02-17* Fix handling of empty padding (by @jschwab, #138)
302 * *2019-02-17* Add a man page (by @somers-all-the-time, #133)
303
304 **autorandr 1.7**
305
306 * *2018-09-25* Fix FB size computation with rotated screens (by @Janno, #117)
307
308 **autorandr 1.6**
309
310 * *2018-04-19* Bugfix: Do not load default profile unless --change is set
311 * *2018-04-30* Added a `AUTORANDR_MONITORS` variable to hooks (by @bricewge, #106)
312 * *2018-06-29* Fix detection of current configuration if extra monitors are active
313 * *2018-07-11* Bugfix in the latest change: Correctly handle "off" minitors when comparing
314 * *2018-07-19* Do not kill spawned user processes from systemd unit
315 * *2018-07-20* Correctly handle "off" monitors when comparing -- fixup for another bug.
316
317 **autorandr 1.5**
318
319 * *2018-01-03* Add --version
320 * *2018-01-04* Fixed vertical/horizontal/clone-largest virtual profiles
321 * *2018-03-07* Output all non-error messages to stdout instead of stderr
322 * *2018-03-25* Add --detected and --current to filter the profile list output
323 * *2018-03-25* Allow wildcard matching in EDIDs
324
325 **autorandr 1.4**
326
327 * *2017-12-22* Fixed broken virtual profile support
328 * *2017-12-14* Added support for a settings file
329 * *2017-12-14* Added a virtual profile `off`, which disables all screens
330
331 **autorandr 1.3**
332
333 * *2017-11-13* Add a short form for `--load`
334 * *2017-11-21* Fix environment stealing in `--batch` mode (See #87)
335
336 **autorandr 1.2**
337
338 * *2017-07-16* Skip `--panning` unless it is required (See #72)
339 * *2017-10-13* Add `clone-largest` virtual profile
340
341 **autorandr 1.1**
342
343 * *2017-06-07* Call systemctl with `--no-block` from udev rule (See #61)
344 * *2017-01-20* New script hook, `predetect`
345 * *2017-01-18* Accept comments (lines starting with `#`) in config/setup files
346
347 **autorandr 1.0**
348
349 * *2016-12-07* Tag the current code as version 1.0.0; see github issue #54
350 * *2016-10-03* Install a desktop file to `/etc/xdg/autostart` by default