-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spice error after plasma mobile installation #11
Comments
the stable channel carries the rather old qemu 3.x, try switching to the edge channel:
and see if that helps ... |
Thanks for the quick response @ogra1, I ran Now I am greeted with
qemu-virgil version: |
try using |
Thanks @ogra1, the window now appears however it goes back to the black screen during boot. There's a new error message, however. Command: Output:
Mesa Version: Graphics Card: Edit: I found this topic here https://forum.snapcraft.io/t/problem-with-libdrm-and-amdgpu-pro/9421/14 Is this still an ongoing issue with snapd? |
After installing KDE plasma mobile on qemu I am greeted with a black screen after boot.
I am Following the instructions at: https://docs.plasma-mobile.org/DevGuide.html
Everything runs smoothly, from installing snap with
To running the initial .iso and installing it to a raw qemu-img
However, after installing the image with calamares and booting the freshly installed virtual machine with
qemu-virgil -device virtio-vga,virgl=on -display gtk,gl=on -m 2G -enable-kvm -boot order=d -drive file=~/virt/plamodisk,format=raw
I am greeted with a black boot screen. This is in their official documentation and I cant seem to find anyone else having the issue specifically with plasma mobile.
Terminal output:
I tried running it with some different parameters:
qemu-system-x86_64 -boot menu=on -drive file=~/virt/plamodisk,format=raw -vga virtio -display gtk,gl=on -m 2G -enable-kvm
Terminal output:
My search has led me to believe it has something to do with the spice-gtk client, but unfortunately I am pretty new with Linux and I am unsure exactly what that means. Normally I'd just try to find the correct package and install it with apt but since qemu-virgil is on snap and I am unsure if I can mix the two.
The text was updated successfully, but these errors were encountered: