58ff62334d
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23124 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
414 B
Plaintext
17 lines
414 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=10/70 20/50 25/25 30/10 35/0
|
|
# Maximum brightness value set by the autodimmer
|
|
autodim_max=80
|
|
# Enable auto-dimming by default?
|
|
autodim_default_on=1
|
|
|
|
[SCREEN]
|
|
# Framebuffer device for screen blanking
|
|
fbdev=/dev/fb0
|
|
|