Skip to content

Commit

Permalink
star64: linux: force disable DRM_FBDEV_EMULATION
Browse files Browse the repository at this point in the history
It was enabled in this nixpkgs commit:
NixOS/nixpkgs@e00c606
  • Loading branch information
fgaz committed Nov 4, 2023
1 parent 87f8403 commit 0c53ac4
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 0c53ac4

Please sign in to comment.