mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
patch to disable screen-blanking from X server
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@852 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--- xserver/include/site.h-orig 2006-11-02 10:37:14.000000000 +0000
|
||||
+++ xserver/include/site.h 2006-11-02 10:37:14.000000000 +0000
|
||||
@@ -117,8 +117,8 @@
|
||||
#define DEFAULT_PTR_DENOMINATOR 1
|
||||
#define DEFAULT_PTR_THRESHOLD 4
|
||||
|
||||
-#define DEFAULT_SCREEN_SAVER_TIME (10 * (60 * 1000))
|
||||
-#define DEFAULT_SCREEN_SAVER_INTERVAL (10 * (60 * 1000))
|
||||
+#define DEFAULT_SCREEN_SAVER_TIME 0
|
||||
+#define DEFAULT_SCREEN_SAVER_INTERVAL 0
|
||||
#define DEFAULT_SCREEN_SAVER_BLANKING PreferBlanking
|
||||
#define DEFAULT_SCREEN_SAVER_EXPOSURES AllowExposures
|
||||
#ifndef NOLOGOHACK
|
||||
Reference in New Issue
Block a user