Merge pull request #774 from fgaz/star64/fbdev-force-no

star64: linux: force disable DRM_FBDEV_EMULATION
This commit is contained in:
Jörg Thalheim 2023-11-05 05:44:06 +01:00 committed by GitHub
commit 627bc9b882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ let
DRM_DP_AUX_BUS = no;
DRM_DP_AUX_CHARDEV = lib.mkForce no;
DRM_KMS_HELPER = no;
DRM_FBDEV_EMULATION = no;
DRM_FBDEV_EMULATION = lib.mkForce no;
DRM_LOAD_EDID_FIRMWARE = lib.mkForce no;
DRM_TTM = no;
DRM_VRAM_HELPER = no;