blob: 0a4a7ec36f94199d8a1c34ad89545cfc0f70dc42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
.Dd November 6, 2017
.Dt LUMINA-XCONFIG 1
.Os 1.4.2
.Sh NAME
.Nm lumina-xconfig
.Nd graphical front-end to xrandr, which manages monitor
configurations.
.Sh SYNOPSIS
.Nm
.Op Fl -reset-monitors
.Nm
.Op Fl -mirror-monitors
.Nm
.Op Fl -list-profiles
.Nm
.Op Fl -apply-profile Ao profile Ac
.Sh DESCRIPTION
.Nm
opens the graphical utility for managing monitor configurations and
requires the runtime utility xrandr.
.Nm
offers the ability to drag connected displays and orient them freely.
It is also easy to select the resolution and rotation from a drop down
box for each screen.
The Add Screen tab provides an option to enable a connected monitor that
is not in use.
.Nm
Options:
.Bl -tag -width indent
.It Ic --reset-monitors
Reset the monitor configuration to the default profile
.It Ic --mirror-monitors
Setup all connected monitors as a single display output
.It Ic --list-profiles
Return the list of all the currently-known profiles
.It Ic --apply-profile <profile>
Apply the given monitor profile (will do nothing if profile does not exist)
.El
.Sh DEPENDENCIES
A single extra runtime dependency is required:
.Bl -tag -width indent
.It Ic xrandr
.El
.Sh FILES
.Bl -tag -width indent
.It Pa /usr/local/bin/lumina-xconfig
.It Pa {XDG_CONFIG_HOME}/lumina-desktop/lumina-xconfig.conf
.El
.Sh SEE ALSO
.Xr xrandr(1)
.Sh AUTHORS
.An Aaron St. John
.Aq aaron@ixsystems.com
|