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 not available".

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 a1651b7
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -27,6 +27,8 @@ CONFIG_CRYPTO_SHA256_SSSE3=m
CONFIG_DCDBAS=m
CONFIG_DEBUG_BOOT_PARAMS=y
CONFIG_DELL_RBU=m
CONFIG_DRM=m
CONFIG_DRM_VIRTIO_GPU=m
CONFIG_EDAC_AMD64=m
CONFIG_EDAC_DECODE_MCE=m
CONFIG_EDAC_E752X=m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ CONFIG_CRYPTO_SHA1_ARM64_CE=y
CONFIG_CRYPTO_SHA2_ARM64_CE=y
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_DM_DEBUG=y
CONFIG_DRM=m
CONFIG_DRM_VIRTIO_GPU=m
CONFIG_FB_ARMCLCD=y
CONFIG_GPIO_PL061=y
CONFIG_GPIO_XGENE=y
Expand Down

0 comments on commit a1651b7

Please sign in to comment.