[neon/ubuntu-core] /: Disable GL acceleration again, seems to have too many sideeffects ATM

Kevin Ottens null at kde.org
Wed Apr 24 01:13:39 BST 2024


Git commit d033c109c6bf7f262434e6e7206ecb4a1c2c8754 by Kevin Ottens.
Committed on 24/04/2024 at 00:13.
Pushed by ervin into branch 'master'.

Disable GL acceleration again, seems to have too many sideeffects ATM

M  +0    -1    run-image.sh

https://invent.kde.org/neon/ubuntu-core/-/commit/d033c109c6bf7f262434e6e7206ecb4a1c2c8754

diff --git a/run-image.sh b/run-image.sh
index 789bf52..42227a1 100755
--- a/run-image.sh
+++ b/run-image.sh
@@ -26,7 +26,6 @@ OVMF_BIN=`find_ovmf_bin`
 echo "If you need to access local-snaps from the guest run: mount -t 9p host_share /mnt"
 qemu-system-x86_64 -smp 2 -m 2048 -machine accel=kvm \
       -display gtk,gl=on \
-      -device virtio-vga-gl \
       -net nic,model=virtio \
       -net user,hostfwd=tcp::8022-:22 \
       -drive file=$OVMF_BIN,if=pflash,format=raw,unit=0,readonly=on \


More information about the Neon-commits mailing list