From 9990738a3a6c7075f8b83bb2d2fd9bb5d18f831a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Sun, 26 Sep 2010 22:03:45 +0000 Subject: [PATCH] pwrtray: Add support for FB blanking SVN-Revision: 23124 --- Xorg/app/pwrtray/Makefile | 2 +- Xorg/app/pwrtray/files/etc/pwrtray-backendrc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Xorg/app/pwrtray/Makefile b/Xorg/app/pwrtray/Makefile index 788d5bac0e..4f8a8c6077 100644 --- a/Xorg/app/pwrtray/Makefile +++ b/Xorg/app/pwrtray/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pwrtray -PKG_REV:=36b80fb91a863555a5608972df19574644e67c4d +PKG_REV:=5f61c465b6f14909cda0d18bf9ccf5bb34d86e5b PKG_VERSION:=$(PKG_REV) PKG_RELEASE:=1 diff --git a/Xorg/app/pwrtray/files/etc/pwrtray-backendrc b/Xorg/app/pwrtray/files/etc/pwrtray-backendrc index e471aaea7b..f160b75d0d 100644 --- a/Xorg/app/pwrtray/files/etc/pwrtray-backendrc +++ b/Xorg/app/pwrtray/files/etc/pwrtray-backendrc @@ -10,3 +10,7 @@ autodim_max=80 # Enable auto-dimming by default? autodim_default_on=1 +[SCREEN] +# Framebuffer device for screen blanking +fbdev=/dev/fb0 + -- 2.30.2