diff options
-rwxr-xr-x | bin/debvm-run | 8 |
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 |