mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
arm64: fix vnc console on qemu-kvm arm64
Without DRM configured in the Linux kernel, the VNC console will show a screen with the message: "Display output is not active". Although the on QEMU-KVM AMD64 the issue is not presented, I have enabled the same flags for consistency. Fixes: https://github.com/flatcar/Flatcar/issues/1030
This commit is contained in:
parent
5161665848
commit
c76e969d47
1
changelog/changes/2023-05-22-virtio-gpu.md
Normal file
1
changelog/changes/2023-05-22-virtio-gpu.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Enabled the virtio GPU driver ([scripts#830](https://github.com/flatcar/scripts/pull/830))
|
@ -164,6 +164,8 @@ CONFIG_DM_UEVENT=y
|
|||||||
CONFIG_DM_VERITY=m
|
CONFIG_DM_VERITY=m
|
||||||
CONFIG_DM_ZERO=m
|
CONFIG_DM_ZERO=m
|
||||||
CONFIG_DNS_RESOLVER=y
|
CONFIG_DNS_RESOLVER=y
|
||||||
|
CONFIG_DRM=m
|
||||||
|
CONFIG_DRM_VIRTIO_GPU=m
|
||||||
CONFIG_DUMMY=m
|
CONFIG_DUMMY=m
|
||||||
CONFIG_DYNAMIC_DEBUG=y
|
CONFIG_DYNAMIC_DEBUG=y
|
||||||
CONFIG_E100=m
|
CONFIG_E100=m
|
||||||
|
Loading…
Reference in New Issue
Block a user