diff options
author | David Slusky <slackbuilds@xenotek.org> | 2017-04-15 12:00:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:37 +0700 |
commit | fb692a011d0f7dc261d767f3c391ebc069139e3c (patch) | |
tree | 37d9fb9a31e68f4ff08ec41a03ff126b7c1dc30c /system/xbrightness/README | |
parent | 62487ac03be0d91a6d7ade7842d5489936ac5dde (diff) |
system/xbrightness: Added (adjusts brightness of X server display).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/xbrightness/README')
-rw-r--r-- | system/xbrightness/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/xbrightness/README b/system/xbrightness/README new file mode 100644 index 0000000000000..73f8bf850a592 --- /dev/null +++ b/system/xbrightness/README @@ -0,0 +1,8 @@ +xbrightness sets the overall brightness of a monitor via the XFree86 +X server video mode extension (XFree86-VidMod‐Extension). + +It uses the XF86VidModeSetGammaRamp function, which provides +a more flexible control than the old XF86VidMode‐SetGamma. The +latter function cannot change the endpoints of the gamma curve, +only the middle, so full brightness remains full brightness no +matter how you set the gamma. |