Skip to content

Commit

Permalink
Merge pull request #774 from fgaz/star64/fbdev-force-no
Browse files Browse the repository at this point in the history
star64: linux: force disable DRM_FBDEV_EMULATION
  • Loading branch information
Mic92 authored Nov 5, 2023
2 parents 87f8403 + 0c53ac4 commit 627bc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pine64/star64/linux-5.15.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 627bc9b

Please sign in to comment.