Replies: 2 comments
-
Apparently your gentoo qemu doesn't have the virtio-vga-gl device - you could either set some extra flags and re-compile qemu or try using
|
Beta Was this translation helpful? Give feedback.
0 replies
-
If you find something useful for Gentoo users (maybe a package.use tweak for qemu) then please consider adding it to the wiki |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I confirm this bug has not already been reported
Describe the bug
I am trying to launch a Windows 10 VM with the command:
quickemu --vm windows-10.conf
And I get the following error:
`- Process: ERROR! Failed to start windows-10.conf as windows-10
qemu-system-x86_64: -device virtio-vga-gl,xres=1280,yres=800: 'virtio-vga-gl' is not a valid device model name`
However, when I launch the VM with:
quickemu --vm windows-10.conf --display spice
It just works. Is this a known and expected behavior? Or am I missing any component?
Thanks for your help.
To Reproduce
Steps to reproduce the behavior:
quickemu
with arguments '--vm windows-10.conf'qemu-system-x86_64: -device virtio-vga-gl,xres=1280,yres=800: 'virtio-vga-gl' is not a valid device model name
Expected behavior
The VM running.
Quickemu output
Run
quickemu
orquickemu
and include the output of the failure below:Quickemu output
System information
Run
quickreport
and include the output here; if you can't runquickreport
,please provide the output of the following:
Quickreport output
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions