X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-extended%2Fagl-qemu-runner%2Ffiles%2Fagl-qemu-runner.sh;h=d050bdbfbcfbe60382d7d4aa86a1d1b5e387768e;hb=5a9014af6205b979d1b4a9a6ea2a0e9d79e0b21d;hp=6bf2cc4f92a35445f773a68332665cbacf6e1684;hpb=646b9023407d8315440dbd1223ccf2823a191623;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh b/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh index 6bf2cc4f9..d050bdbfb 100755 --- a/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh +++ b/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh @@ -37,7 +37,7 @@ if [ -n "$QEMU_TASKSET_CPUS" ]; then fi export SDL_VIDEODRIVER=wayland -export XDG_RUNTIME_DIR=/run/user/1001 +export XDG_RUNTIME_DIR=/run/user/200 # The following may be needed if the socket is not wayland-0, as SDL # seems to lack detection logic for that case. #export WAYLAND_DISPLAY=wayland-1 @@ -66,5 +66,6 @@ qemu-system-${arch} \ -device virtio-gpu-gl-device \ -display sdl,gl=on -vga std \ ${QEMU_AUDIO_OPT} \ + ${QEMU_CAN_OPT} \ ${QEMU_EXTRA_OPT} \ -full-screen