Skip to content

Commit 5d99c74

Browse files
Princemachiavellidanielfullmer
authored andcommitted
fix: disable efifb driver for all Xavier
1 parent f37a6a1 commit 5d99c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ in
106106

107107
# Needed on Orin at least, but upstream has it for both
108108
"nvidia.rm_firmware_active=all"
109-
] ++ lib.optional (lib.hasPrefix "xavier-nx" cfg.som || cfg.som == "generic") "video=efifb:off"; # Disable efifb driver, which crashes Xavier NX
109+
] ++ lib.optional (lib.hasPrefix "xavier-" cfg.som || cfg.som == "generic") "video=efifb:off"; # Disable efifb driver, which crashes Xavier NX and possibly AGX
110110

111111
boot.initrd.includeDefaultModules = false; # Avoid a bunch of modules we may not get from tegra_defconfig
112112
boot.initrd.availableKernelModules = [ "xhci-tegra" ]; # Make sure USB firmware makes it into initrd

0 commit comments

Comments
 (0)