linux kernel: 6.19.9 -> 7.0-rc4
This commit is contained in:
@@ -86,8 +86,8 @@
|
|||||||
|
|
||||||
# kernel options
|
# kernel options
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_testing;
|
||||||
# kernelPackages = pkgs.linuxPackages;
|
# kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -135,8 +135,6 @@
|
|||||||
"hugepagesz=1G"
|
"hugepagesz=1G"
|
||||||
"hugepages=3"
|
"hugepages=3"
|
||||||
|
|
||||||
# disable compute wave store and resume — workaround for amdgpu MES hangs/freezes
|
|
||||||
"amdgpu.cwsr_enable=0"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,12 +14,6 @@
|
|||||||
inputs.nixos-hardware.nixosModules.framework-amd-ai-300-series
|
inputs.nixos-hardware.nixosModules.framework-amd-ai-300-series
|
||||||
];
|
];
|
||||||
|
|
||||||
# Disable PSR, PSR-SU, and Panel Replay to fix display hangs and corruption.
|
|
||||||
# Panel Replay requires PSR/PSR-SU to also be disabled to avoid issues.
|
|
||||||
# This overrides nixos-hardware's 0x10 with 0x410 (last value wins in kernel cmdline).
|
|
||||||
# https://github.com/NixOS/nixos-hardware/pull/1692
|
|
||||||
boot.kernelParams = lib.mkAfter [ "amdgpu.dcdebugmask=0x410" ];
|
|
||||||
|
|
||||||
hardware.framework.laptop13.audioEnhancement.rawDeviceName =
|
hardware.framework.laptop13.audioEnhancement.rawDeviceName =
|
||||||
lib.mkDefault "alsa_output.pci-0000_c1_00.6.analog-stereo";
|
lib.mkDefault "alsa_output.pci-0000_c1_00.6.analog-stereo";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user