diff options
author | Simon Rettberg | 2024-03-05 14:46:52 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-03-05 14:46:52 +0100 |
commit | 160ae03694bfa31087df5f17d720d6f1a82dd2a2 (patch) | |
tree | 6a836f14019c9207777e91e65727373ba866dbf4 | |
parent | [hardware-stats] Cleanup python script (diff) | |
download | mltk-160ae03694bfa31087df5f17d720d6f1a82dd2a2.tar.gz mltk-160ae03694bfa31087df5f17d720d6f1a82dd2a2.tar.xz mltk-160ae03694bfa31087df5f17d720d6f1a82dd2a2.zip |
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.
-rw-r--r-- | data/kernel.wanted.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |