-
Notifications
You must be signed in to change notification settings - Fork 50
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
sys-kernel: enable kernel virtio vnc output #2359
base: main
Are you sure you want to change the base?
Conversation
Not that it's a bad idea, but why do you need SIMPLEDRM? I found that the existing kernel works with QEMU's |
I also wonder why CONFIG_EFI_FB isn't enough on arm64. That's what amd64 normally uses given that we don't pass |
da5650e
to
fa5000d
Compare
made some tests and verified the minimal patch, and it seems that DRM and VIRTIO_GPU is needed at the same time (makes sense as they are in the same config tree). |
Fix for: flatcar/Flatcar#1553
TBD: check whether all the changes are actually required and the initrd / kernel size increase.