Skip to content

Commit 081542a

Browse files
authored
Merge pull request #1608 from trueNAHO/tuxedo-pulse-15-gen-2-load-more-modules-and-defer-warning
tuxedo/pulse/15/gen2: load more modules and defer warning
2 parents c8b6a49 + 40dffd0 commit 081542a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tuxedo/pulse/15/gen2/default.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
{
33
imports = [
44
../../../../common/cpu/amd
5+
../../../../common/cpu/amd/pstate.nix
6+
../../../../common/cpu/amd/zenpower.nix
57
../../../../common/gpu/amd
8+
../../../../common/hidpi.nix
9+
../../../../common/pc
10+
../../../../common/pc/laptop
611
../../../../common/pc/ssd
712
];
813

14+
# Defer the following Stage 1 warning to Stage 2:
15+
#
16+
# loading module amdgpu...
17+
# [...] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
18+
# [...] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
19+
hardware.amdgpu.initrd.enable = false;
20+
921
services.udev.extraRules = builtins.concatStringsSep "\n" (
1022
[ "# Properly suspend the system." ]
1123
++ (map

0 commit comments

Comments
 (0)