From b229ae572ae9bbec1bf728f527a3582999c984f5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 18 Jan 2014 23:15:36 +0100 Subject: Removing dpms and screen settings from autostart function --- bin/autostart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/autostart b/bin/autostart index 8280ce3..b74cc0d 100755 --- a/bin/autostart +++ b/bin/autostart @@ -1,8 +1,5 @@ #!/bin/bash -xset -dpms -xset s 3600 3600 -xset s off -# make RT check and don't start! +# make realtime specific check KERNEL_NAME=$(uname -r) if [[ "$KERNEL_NAME" != *rt* ]]; then dropbox start & -- cgit v1.2.3-54-g00ecf