pwrtray: Major bugfixes
authorMichael Büsch <mb@bu3sch.de>
Sat, 2 Oct 2010 16:32:01 +0000 (16:32 +0000)
committerMichael Büsch <mb@bu3sch.de>
Sat, 2 Oct 2010 16:32:01 +0000 (16:32 +0000)
SVN-Revision: 23178

Xorg/app/pwrtray/Makefile
Xorg/app/pwrtray/files/etc/pwrtray-backendrc

index 5f7cdda3eaa7f1670fb26ec1e2797a36bf68bc04..142a555666569389e83c7c830ceb4a603ebd597d 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pwrtray
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pwrtray
-PKG_REV:=d1fe8e88857461af033e81124ca3e3091241832a
+PKG_REV:=bf85a6f4c26a225709deceec718aa76d727020d2
 PKG_VERSION:=$(PKG_REV)
 PKG_RELEASE:=1
 
 PKG_VERSION:=$(PKG_REV)
 PKG_RELEASE:=1
 
index f160b75d0d07bc6feab1e838adeb6b73483c2f92..d03004a3fe4341a50f8735fc95007d9e4b1a46e9 100644 (file)
@@ -4,9 +4,9 @@
 # List of auto-dimming steps.
 #   idle-seconds/brightness-percent idle-seconds/brightness-percent ...
 # idle-seconds value must be growing.
 # 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
+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
 
 # Enable auto-dimming by default?
 autodim_default_on=1