From 416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Thu, 2 Sep 2010 17:50:49 +0200 Subject: change dir structure --- os-plugins/plugins/infoscreen/files/empty.xbm | 6 ----- .../plugins/infoscreen/files/infoscreenClient.tgz | Bin 267172 -> 0 bytes os-plugins/plugins/infoscreen/files/kiosk.dpms | 27 --------------------- 3 files changed, 33 deletions(-) delete mode 100644 os-plugins/plugins/infoscreen/files/empty.xbm delete mode 100644 os-plugins/plugins/infoscreen/files/infoscreenClient.tgz delete mode 100755 os-plugins/plugins/infoscreen/files/kiosk.dpms (limited to 'os-plugins/plugins/infoscreen/files') diff --git a/os-plugins/plugins/infoscreen/files/empty.xbm b/os-plugins/plugins/infoscreen/files/empty.xbm deleted file mode 100644 index 73b5f706..00000000 --- a/os-plugins/plugins/infoscreen/files/empty.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define empty_width 16 -#define empty_height 16 -static unsigned char empty_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; diff --git a/os-plugins/plugins/infoscreen/files/infoscreenClient.tgz b/os-plugins/plugins/infoscreen/files/infoscreenClient.tgz deleted file mode 100644 index d1a932c0..00000000 Binary files a/os-plugins/plugins/infoscreen/files/infoscreenClient.tgz and /dev/null differ diff --git a/os-plugins/plugins/infoscreen/files/kiosk.dpms b/os-plugins/plugins/infoscreen/files/kiosk.dpms deleted file mode 100755 index d8fd57c5..00000000 --- a/os-plugins/plugins/infoscreen/files/kiosk.dpms +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash - -case "$1" in - "sleep") - xset -display :0 dpms force off - xset -display :0 dpms 0 0 0 - exit 0 - ;; - "wakeup") - xset -display :0 dpms force on - xset -display :0 dpms 0 0 0 - xset -display :0 s reset - xset -display :0 s noblank - xset -display :0 s noexpose - xset -display :0 s 0 0 - xset -display :0 s off - xset -display :0 -dpms - exit 0 - ;; - *) - echo "Usage: kiosk.dpms " - echo "Commands" - echo " sleep : shut monitor down" - echo " wakeup : wake monitor up" - exit 0 - ;; -esac -- cgit v1.2.3-55-g7522