Skip to content

Commit

Permalink
arm64: fix vnc console on qemu-kvm arm64
Browse files Browse the repository at this point in the history
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: flatcar/Flatcar#1030
  • Loading branch information
ader1990 committed May 26, 2023
1 parent 5161665 commit c76e969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/changes/2023-05-22-virtio-gpu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Enabled the virtio GPU driver ([scripts#830](https://github.com/flatcar/scripts/pull/830))
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c76e969

Please sign in to comment.