packages/Xorg/app/pwrtray/files/etc/pwrtray-backendrc
mb 6db3b2567c pwrtray: Update config
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-27 13:24:25 +00:00

23 lines
673 B
Plaintext

# pwrtray-backend configuration
[BACKLIGHT]
# List of auto-dimming steps.
# idle-seconds/brightness-percent idle-seconds/brightness-percent ...
# idle-seconds value must be growing.
autodim_steps=15/65 20/50 25/25 30/10 35/0
# Default maximum brightness value for the autodimmer, in percent.
autodim_default_max=75
# Enable auto-dimming by default?
autodim_default_on=1
# Force backlight to autodim-max, if on AC and autodim is enabled?
# This effectively disables autodim if not on battery power.
autodim_max_on_ac=0
[SCREEN]
# Framebuffer device for screen blanking
fbdev=/dev/fb0
[XEVREP]
# X11 input event reporter grace period (in milliseconds)
grace_period=2000