diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-28 21:55:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-28 21:55:05 +0200 |
commit | 9d4bc97935f909eb31969f8ec40c9bb6698a5e3f (patch) | |
tree | e0fb6d29589b8c6e581c2b6e405b8505e2599ad6 /package/xinit/patches/patch-startx_cpp | |
parent | 17473574aeae9a2c9571e21e0ac22e45e86a2ce5 (diff) |
remove xset calls from global config
Diffstat (limited to 'package/xinit/patches/patch-startx_cpp')
-rw-r--r-- | package/xinit/patches/patch-startx_cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package/xinit/patches/patch-startx_cpp b/package/xinit/patches/patch-startx_cpp index cf47ce9b4..2b3ee6aea 100644 --- a/package/xinit/patches/patch-startx_cpp +++ b/package/xinit/patches/patch-startx_cpp @@ -20,12 +20,3 @@ authdisplay=${display:-:0} #if defined(HAS_COOKIE_MAKER) && defined(MK_COOKIE) -@@ -347,5 +336,8 @@ screenrestore - kbd_mode -a - #endif - -+xset dpms 0 0 60 -+xset s 0 -+ - exit $retval - |