-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Second display framebuffer created when using virtio-ramfb-gl #4438
Comments
PS: For anyone looking for a work around, you can disable that second display, but it's annoying and difficult to do because the mouse movement is off, however once you've got it disabled then the mouse movement will be fixed. |
Same issue on Fedora GNOME |
Same issue here, on Fedora GNOME and UTM |
Ditto. Fedora 37 with UTM 4.1.0 and 4.1.1. |
It seems like the second output is the kernel's simple framebuffer, which was enabled in Fedora 36. |
This fixes it for me, however Anaconda seems to crash now. |
Yeah, I didn't find a way around it other than switching the gpu device to |
Have you all tried the latest beta? Crashes due to graphics rendering should be fixed. |
Anaconda still crashes with UTM 4.1.3. |
“ renders unusably slow” explain? |
The display draws the image line-by-line, something like a really slow CRT. |
That’s always been an issue with UEFI firmware’s virtiogpu drivers. I’ll try to fix it one day but it shouldn’t affect anything else
Do you mean crashes UTM or crashes in the guest? If it’s the guest try running it with QEMU. If it’s an issue with QEMU, file an issue with them. Otherwise open a new issue here. |
Just curious, why doesn't it happen with
Crashes in the guest. And indeed it looks like an unrelated problem. |
EFI uses the ramfb device instead of the virtiogpu device when both are provided. |
So I don’t have grub set to show up every boot so the slow console buffer isn’t an issue for me. If people really feel that strongly about it, I can investigate the issue in the EFI driver code… |
I find it becomes more of an issue if you're using Retina mode and it has to draw the entire GRUB menu. If this GPU driver is the new default, it should probably be documented in "Known Issues", as the workaround isn't apparent. For the original issue, I'll have to check Fedora Rawhide to see if its fixed. |
For me it seems to be fixed as of 4.2.4 |
I can confirm it seems to work properly on 4.2.4. Tested with Fedora 38, GNOME Wayland session, booted with Update: sorry, was replying to the wrong thread; actually it's #4983 that seems to be fixed. This issue, i.e. the stray framebuffer, seems to be still there as of 4.2.4. |
I've encountered this issue when using Fedora with KDE Plasma, however it might affect other distros as well. A second display framebuffer is created and shares the same VM window, which is very annoying to disable because it causes the mouse movement to be off. I should also mention I'm using X11.
Configuration
debug log and config plist.zip
The text was updated successfully, but these errors were encountered: