-
Notifications
You must be signed in to change notification settings - Fork 18
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
Archlinux After qemu and kernel upgrade I lost virtio-vga support #24
Comments
virtio modules where not loaded at start by the kernel
now I have those modules loaded
But the problem remains: the module virtio-vga is not provided by my kernel :(
|
I have downgraded to linux-lts 5.10.61 but still no virtio-vga . this doesn't seem to be a kernel module ... |
so after downgrading linux , I finally downgraded qemu from version 6.1.0-1 to version 6.0.0-1 and it finaly fixed the problem. |
Thank you for the update @tombombadilom |
There is no downgrade required, I also tried it on Arch Linux. With the latest version of qemu (6.1.0-5) virtio-vga works, but the command line parameters are different. The following change is necessary (I found this on Reddit):
There is also a notice that another parameter is deprecated, so I would propose the following change:
|
merged 2bf2284 |
After qemu and kernel upgrade I lost the virtio-vga support
too bad everything was going perfectly fine with mac os x
dmesg | grep drm did not return pci:virtio-vga and in kernel virtio drivers it cannot be found either.
normaly there should be no problem has I have this enabled
here are my libs versions
I wonder if there is something that i am missing ? if I have to downgrade version for qemu and/or kernel. Or compile a modified kernel .
The text was updated successfully, but these errors were encountered: