summaryrefslogtreecommitdiff
path: root/bin/debvm-run
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-03-02 14:39:44 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-03-02 14:39:44 +0100
commit33a35d318c97dd8040b49e8d186ec05ad2e90e84 (patch)
treeaab2fd9b3d78a610cdb51ab38b52e73df157b454 /bin/debvm-run
parenta490de50fa5235cbbf7d3b672a21ee1341c7b3f8 (diff)
downloaddebvm-33a35d318c97dd8040b49e8d186ec05ad2e90e84.tar.gz
debvm-run: improve graphical experience on !x86
Diffstat (limited to 'bin/debvm-run')
-rwxr-xr-xbin/debvm-run8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/debvm-run b/bin/debvm-run
index 53bfb3b..a089ef4 100755
--- a/bin/debvm-run
+++ b/bin/debvm-run
@@ -358,6 +358,14 @@ else
amd64|i386)
set -- -vga virtio "$@"
;;
+ *)
+ set -- \
+ -device virtio-gpu-gl-pci \
+ -display gtk,gl=on \
+ -device virtio-keyboard-pci \
+ -device virtio-tablet-pci \
+ "$@"
+ ;;
esac
fi