diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-29 18:57:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-29 18:57:00 +0200 |
commit | 94021c0994e97749e3859fbd6c5a6278817e1b9f (patch) | |
tree | d6f234ac098402c30b09683992e90ec3c41fae35 /src/libgamma-method.h | |
parent | more jargon (diff) | |
download | libgamma-94021c0994e97749e3859fbd6c5a6278817e1b9f.tar.gz libgamma-94021c0994e97749e3859fbd6c5a6278817e1b9f.tar.bz2 libgamma-94021c0994e97749e3859fbd6c5a6278817e1b9f.tar.xz |
it has been reported that vidmode can work when randr does not
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libgamma-method.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libgamma-method.h b/src/libgamma-method.h index bb05757..d19b848 100644 --- a/src/libgamma-method.h +++ b/src/libgamma-method.h @@ -45,9 +45,9 @@ * The identifier for the adjustment method with * uses the VidMode protocol under the X display server. * This is an older alternative to RandR that can - * [not verified] work on some drivers that are not - * supported by RandR, however it can only control the - * primary CRTC per screen (partition). + * work on some drivers that are not supported by RandR, + * however it can only control the primary CRTC per + * screen (partition). */ #define LIBGAMMA_METHOD_X_VIDMODE 2 |