summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxde-common/lxde-common-0.5.5/hdmiaudio.sh
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-05-07 10:13:24 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-05-28 10:13:00 +0200
commitc2d72075c1eab1c8ff9c9a3eb90018bcac6c9e96 (patch)
tree4d5d6efe0d3d16b55cdd0bfeaee2b41b08e60647 /recipes-lxde/lxde-common/lxde-common-0.5.5/hdmiaudio.sh
parentf6ad901fc527daf0f23d5021b7f7bf0db0fb8d35 (diff)
lxde-common: remove obsolete commands in autostart
- remove workarounds for hdmiaudio and xrandr which are no longer needed. - while at it fix some whitespace issues
Diffstat (limited to 'recipes-lxde/lxde-common/lxde-common-0.5.5/hdmiaudio.sh')
-rw-r--r--recipes-lxde/lxde-common/lxde-common-0.5.5/hdmiaudio.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common-0.5.5/hdmiaudio.sh b/recipes-lxde/lxde-common/lxde-common-0.5.5/hdmiaudio.sh
deleted file mode 100644
index e1c1760..0000000
--- a/recipes-lxde/lxde-common/lxde-common-0.5.5/hdmiaudio.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#! /bin/sh
-#LXDM starts X in such a way that hdmi audio is not functional. Changing the Virtual Console corrects this. Is called by lxsessions autostart
-chvt 1 2>&1 > /dev/null
-chvt 7 2>&1 > /dev/null