From 160ae03694bfa31087df5f17d720d6f1a82dd2a2 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 5 Mar 2024 14:46:52 +0100 Subject: kernel: Let's try without simpledrm because of nvidia With the nvidia driver, we get a bogus None-2-1 display in Xorg that messes things up. Disabling simpledrm might fix the issue, at least setting initcall_blacklist=sysfb_init did, so maybe this is enough to fix the problem and not cause any regressions with proper GPU drivers. --- data/kernel.wanted.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/kernel.wanted.config b/data/kernel.wanted.config index 3734d2df..a13b22bd 100644 --- a/data/kernel.wanted.config +++ b/data/kernel.wanted.config @@ -251,7 +251,7 @@ CONFIG_DRM_R128=n CONFIG_DRM_RADEON=m CONFIG_DRM_RADEON_KMS=y CONFIG_DRM_RADEON_USERPTR=y -CONFIG_DRM_SIMPLEDRM=y +CONFIG_DRM_SIMPLEDRM=n CONFIG_DRM_TTM=m CONFIG_DRM_UDL=m CONFIG_DRM_USB=m -- cgit v1.2.3-55-g7522