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/slack-desc | |
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/slack-desc')
-rw-r--r-- | system/xbrightness/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/xbrightness/slack-desc b/system/xbrightness/slack-desc new file mode 100644 index 0000000000000..b99356aacec24 --- /dev/null +++ b/system/xbrightness/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +xbrightness: xbrightness (adjusts brightness of the X server display) +xbrightness: +xbrightness: xbrightness sets the overall brightness of a monitor via the XFree86 +xbrightness: X server video mode extension (XFree86-VidMod‐Extension). +xbrightness: +xbrightness: It uses the XF86VidModeSetGammaRamp function, which provides a +xbrightness: more flexible control than the old XF86VidMode‐SetGamma. The latter +xbrightness: function cannot change the endpoints of the gamma curve, only the +xbrightness: middle, so full brightness remains full brightness no matter how you +xbrightness: set the gamma. +xbrightness: |