diff options
Diffstat (limited to 'meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm')
-rwxr-xr-x | meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm index 858af0b67e..c707a4bdb8 100755 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm | |||
@@ -34,6 +34,10 @@ case "$1" in | |||
34 | chmod o+w /var/log | 34 | chmod o+w /var/log |
35 | chmod g+r /dev/tty[0-3] | 35 | chmod g+r /dev/tty[0-3] |
36 | chmod o+rw /dev/input/* | 36 | chmod o+rw /dev/input/* |
37 | # hidraw device is probably needed | ||
38 | if [ -e /dev/hidraw0 ]; then | ||
39 | chmod o+rw /dev/hidraw* | ||
40 | fi | ||
37 | fi | 41 | fi |
38 | # Using su rather than sudo as latest 1.8.1 cause failure [YOCTO #1211] | 42 | # Using su rather than sudo as latest 1.8.1 cause failure [YOCTO #1211] |
39 | su -l -c '/etc/X11/Xserver&' $username | 43 | su -l -c '/etc/X11/Xserver&' $username |