From c76e969d47edde66a9a1c7c8a1ab231cd18cfd3b Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Fri, 26 May 2023 15:55:13 +0300 Subject: [PATCH] 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 --- changelog/changes/2023-05-22-virtio-gpu.md | 1 + .../sys-kernel/coreos-modules/files/commonconfig-6.1 | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changelog/changes/2023-05-22-virtio-gpu.md diff --git a/changelog/changes/2023-05-22-virtio-gpu.md b/changelog/changes/2023-05-22-virtio-gpu.md new file mode 100644 index 00000000000..d49b89abfb1 --- /dev/null +++ b/changelog/changes/2023-05-22-virtio-gpu.md @@ -0,0 +1 @@ +- Enabled the virtio GPU driver ([scripts#830](https://github.com/flatcar/scripts/pull/830)) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 index 3b822fc8a8c..b32a5309d89 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 @@ -164,6 +164,8 @@ CONFIG_DM_UEVENT=y CONFIG_DM_VERITY=m CONFIG_DM_ZERO=m CONFIG_DNS_RESOLVER=y +CONFIG_DRM=m +CONFIG_DRM_VIRTIO_GPU=m CONFIG_DUMMY=m CONFIG_DYNAMIC_DEBUG=y CONFIG_E100=m