From 3748fc07d2930723d4eb5adf4f3dc924b95392dd Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 11 Sep 2023 14:45:45 +0100 Subject: [PATCH] arm/generic-arm64: set XSERVER to install the modesetting driver The default XSERVER only pulls in the framebuffer driver, which is pretty broken with modern kernels and the modesetting driver is a lot more functional. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm/conf/machine/generic-arm64.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-arm/conf/machine/generic-arm64.conf b/meta-arm/conf/machine/generic-arm64.conf index 27a0a2f1..2e82e86a 100644 --- a/meta-arm/conf/machine/generic-arm64.conf +++ b/meta-arm/conf/machine/generic-arm64.conf @@ -19,3 +19,8 @@ MACHINE_FEATURES:append = " alsa bluetooth efi qemu-usermode rtc screen usbhost SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" + +XSERVER ?= "xserver-xorg \ + xf86-video-fbdev \ + xf86-video-modesetting \ + "