diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-13 20:46:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-13 20:46:53 +0200 |
commit | c7c10adc6d83d5212d780431292c3d2a14a1599d (patch) | |
tree | 8320c4e3f2d0338e9b391997486b18c3ff9eb846 /src/monitor.py | |
parent | add a little edid parsing, can get physical dimensions and gamma (diff) | |
download | blueshift-c7c10adc6d83d5212d780431292c3d2a14a1599d.tar.gz blueshift-c7c10adc6d83d5212d780431292c3d2a14a1599d.tar.bz2 blueshift-c7c10adc6d83d5212d780431292c3d2a14a1599d.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/monitor.py')
-rw-r--r-- | src/monitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor.py b/src/monitor.py index 78eb59b..fe810cf 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -530,7 +530,7 @@ def list_screens(method = 'randr', display = None): Retrieve informantion about all screens, outputs and CRTC:s @param method:str The listing method: 'randr' for RandR (under X), - 'drm' for DRM (under TTY) + 'drm' for DRM (under TTY) @param display:str? The display to use, `None` for the current one @return :Screens An instance of a datastructure with the relevant information ''' |