Skip to content

Commit c8aabf4

Browse files
committed
fix: Add revpatch=auto,sbvmm
1 parent 286d973 commit c8aabf4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Nix/modules/config/Kernel.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"WhateverGreen.kext".Enabled = true;
5353
"YogaSMC.kext".Enabled = true; # ThinkPad hotkeys, battery settings, fan settings, etc.
5454

55+
# REF: https://github.com/VoodooSMBus/VoodooRMI?tab=readme-ov-file#installation
5556
# Explicitly disable these kexts because "enable plugin recursively" is enabled
5657
"VoodooPS2Controller.kext/VoodooInput.kext".Enabled = false; # We'll be using VoodooRMI's VoodooInput instead.
5758
"VoodooPS2Controller.kext/VoodooPS2Mouse.kext".Enabled = false; # Probably useful? Not sure, will test it later

Nix/modules/config/NVRAM.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ in {
1616
bluetoothExternalDongleFailed = mkData "AA==";
1717
bluetoothInternalControllerInfo = mkData "AAAAAAAAAAAAAAAAAAA=";
1818
# << Bluetooth Workaround
19-
boot-args = "${debug} igfxonln=1 itlwm_cc=${itlwmRegion} acpi_layer=0x08 acpi_level=0x02 vm_compressor=2 unfairgva=4 -igfxsklaskbl";
19+
# revpatch=auto,sbvmm allows you to update on unsupported models
20+
boot-args = "${debug} igfxonln=1 itlwm_cc=${itlwmRegion} acpi_layer=0x08 acpi_level=0x02 vm_compressor=2 unfairgva=4 -igfxsklaskbl revpatch=auto,sbvmm";
2021
csr-active-config = mkData "BgAAAA=="; # Partially disable SIP for TotalFinder
2122
"prev-lang:kbd" = "en-US:0";
2223
};

0 commit comments

Comments
 (0)