#!/bin/sh
if [ ! -f /etc/wdm/letux.stamp ]; then
tail -n +7 "$0" | ( cd /etc ; patch -p1 )
touch /etc/X11/wdm/letux.stamp
fi
exit
commit 26ed51cb4b6111b6c420491ecfc0254a94875bcd
Author: Andreas Kemnade <andreas@kemnade.info>
Date:   Tue Jan 2 22:34:13 2018 +0100

    kill xvkbd

diff --git a/X11/wdm/Xstartup_0 b/X11/wdm/Xstartup_0
index ef0eb8a..745f0bd 100755
--- a/X11/wdm/Xstartup_0
+++ b/X11/wdm/Xstartup_0
@@ -7,6 +7,8 @@
 set -e
 
 # Call the global Xstartup script, if it exists
+killall xvkbd || true
+
 if [ -x /etc/X11/wdm/Xstartup ]; then
   /etc/X11/wdm/Xstartup || exit $?
 fi
commit 72c9bfcdddca4b46d1e9f920b38fabeeb37f3fc1
Author: Andreas Kemnade <andreas@kemnade.info>
Date:   Tue Jan 2 07:08:16 2018 +0100

    enable xvkbd in wdm

diff --git a/X11/wdm/Xsetup_0 b/X11/wdm/Xsetup_0
index e15a304..30148bc 100755
--- a/X11/wdm/Xsetup_0
+++ b/X11/wdm/Xsetup_0
@@ -3,7 +3,7 @@
 # /etc/X11/wdm/Xsetup_0
 #
 # This script is run whenever wdm is asked to manage a display on :0
-
+xvkbd -no-keypad -geometry 480x200+0+10 &
 if grep -qs '^run-xconsole' /etc/X11/wdm/wdm.options; then
   xconsole -geometry 480x62+0-0 -daemon -notify -verbose -fn fixed \
     -exitOnFail -file /dev/xconsole
