From b5b993d760f006dfb167b6fa588b67855bdd5aa2 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 21 Sep 2016 08:50:28 +0200 Subject: apalis-tk1: hdmi: add udev rule to start an X output on hotplug Signed-off-by: Marcel Ziswiler Acked-by: Stefan Agner --- recipes-core/hdmi-hotplug/files/apalis-tk1/hdmi.rules | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-core/hdmi-hotplug/files/apalis-tk1/hdmi.rules (limited to 'recipes-core') diff --git a/recipes-core/hdmi-hotplug/files/apalis-tk1/hdmi.rules b/recipes-core/hdmi-hotplug/files/apalis-tk1/hdmi.rules new file mode 100644 index 0000000..445bd72 --- /dev/null +++ b/recipes-core/hdmi-hotplug/files/apalis-tk1/hdmi.rules @@ -0,0 +1,11 @@ +#UDEV [504.185864] change /devices/virtual/switch/hdmi (switch) +#ACTION=change +#DEVPATH=/devices/virtual/switch/hdmi +#SEQNUM=1794 +#SUBSYSTEM=switch +#SWITCH_NAME=hdmi +#SWITCH_STATE=0 +#USEC_INITIALIZED=4180704 + +SUBSYSTEM=="switch", DEVPATH=="/devices/virtual/switch/hdmi", ATTR{state}=="1", RUN+="/bin/sh -c 'DISPLAY=:0.0 xrandr --output HDMI-0 --auto --primary --output LVDS-0 --auto --right-of HDMI-0'" +#SUBSYSTEM=="switch", DEVPATH=="/devices/virtual/switch/hdmi", ATTR{state}=="1", RUN+="/bin/sh -c 'DISPLAY=:0.0 xrandr --output LVDS-0 --auto --primary --output HDMI-0 --auto --right-of LVDS-0'" -- cgit v1.2.3