-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME
More file actions
28 lines (19 loc) · 1.12 KB
/
README
File metadata and controls
28 lines (19 loc) · 1.12 KB
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
Python-xrandr provides so called bindings for the xrandr extenstion of X.org,
the graphical base system found in most Linux and Unix systems. It is written
as a subproject of displayconfig-gtk and guidance, both graphical tools to
configure your screens and graphics.
Xrandr allows you to set the resolution and refresh rate of your monitor on the
fly. In the latest version 1.2 you can even configure multiple monitors
instantly by merging or cloning monitors.
Currently only a subset of these capabilites are supported by python-xrandr.
The included command line tool pyxrandr shows you the detected devices and
allows you to change the resolution, refresh rate and orientation or to
disable an output.
Help on this project is always welcome. Feel free to contact us for questions
or comments.
The project is registered at Launchpad.net, a free (not as in beer) service
infrastructure for Open Source software development hosted by Canonical, Ltd.
Errors (so called bugs) and problems can be reported here:
https://www.launchpad.net/python-xrandr/
Cheers,
Sebastian Heinlein <glatzor@ubuntu.com>, from the displayconfig-gtk team