1AUTORANDR(1)                General Commands Manual               AUTORANDR(1)
2
3
4

NAME

6       autorandr  - automatically select a display configuration based on con‐
7       nected devices
8

SYNOPSIS

10       autorandr [OPTION] [PROFILE]
11

DESCRIPTION

13       This program automatically detects connected display hardware and  then
14       loads  an  appropriate X11 setup using xrandr. It also supports the use
15       of display profiles for different hardware setups.
16
17       Autorandr also includes several virtual configurations  including  off,
18       common,  clone-largest, horizontal, and vertical. See the documentation
19       for explanation of each.
20

OPTIONS

22       -h, --help
23              Display help text and exit
24
25       -c, --change
26              Automatically load the first detected profile
27
28       -d, --default PROFILE
29              Make profile PROFILE the default profile. The default profile is
30              used if no suitable profile can be identified. Else, the current
31              configuration is kept.
32
33       -l, --load PROFILE
34              Load profile PROFILE
35
36       -s, --save PROFILE
37              Save the current setup to profile PROFILE
38
39       -r, --remove PROFILE
40              Remove profile PROFILE
41
42       --batch
43              Run autorandr for all users with active X11 sessions
44
45       --current
46              List only the current (active) configuration(s)
47
48       --config
49              Dump the variable values of your current xrandr setup
50
51       --debug
52              Enable verbose output
53
54       --detected
55              List only the detected (i.e. available) configuration(s)
56
57       --dry-run
58              Don't change anything, only print the xrandr commands
59
60       --fingerprint
61              Fingerprint the current hardware setup
62
63       --force
64              Force loading or reloading of a profile
65
66       --skip-options [OPTION] ...
67              Set a comma-separated list of xrandr arguments to skip  both  in
68              change  detection  and  profile  application.  See xrandr(1) for
69              xrandr arguments.
70
71       --version
72              Show version information and exit
73

AUTHOR

75       Phillip Berndt <phillip.berndt@googlemail.com>
76       See https://github.com/phillipberndt/autorandr for a full list of  con‐
77       tributors.
78

REPORTING BUGS

80       Report issues upstream on GitHub:  https://github.com/phillipberndt/au
81       torandr/issues
82       Please attach the output of xrandr --verbose to your bug report if  ap‐
83       propriate.
84

SEE ALSO

86       For examples, advanced usage (including predefined per-profile & global
87       hooks  and  wildcard  EDID  matching),  and  full  documentation,   see
88       https://github.com/phillipberndt/autorandr.
89
90
91
92                                                                  AUTORANDR(1)
Impressum