2010-09-11 16:13:31 +00:00
|
|
|
# pwrtray-backend configuration
|
|
|
|
|
|
|
|
[BACKLIGHT]
|
|
|
|
# List of auto-dimming steps.
|
|
|
|
# idle-seconds/brightness-percent idle-seconds/brightness-percent ...
|
|
|
|
# idle-seconds value must be growing.
|
2010-10-02 16:32:01 +00:00
|
|
|
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
|
2010-09-11 16:13:31 +00:00
|
|
|
# Enable auto-dimming by default?
|
|
|
|
autodim_default_on=1
|
2011-10-27 13:24:25 +00:00
|
|
|
# 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
|
2010-09-11 16:13:31 +00:00
|
|
|
|
2010-09-26 22:03:45 +00:00
|
|
|
[SCREEN]
|
|
|
|
# Framebuffer device for screen blanking
|
|
|
|
fbdev=/dev/fb0
|
|
|
|
|
2011-10-27 13:24:25 +00:00
|
|
|
[XEVREP]
|
|
|
|
# X11 input event reporter grace period (in milliseconds)
|
|
|
|
grace_period=2000
|