This commit is contained in:
parent
81d4bff052
commit
c81bf4f54d
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@
|
|||
enable32Bit = true;
|
||||
};
|
||||
services.xserver.videoDrivers = ["amdgpu"];
|
||||
boot.initrd.kernelModules = [ "amdgpu" "ntsync" ];
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
boot.kernelModules = [ "ntsync" ];
|
||||
|
||||
# Enable AMD GPU overdrive for overclocking/undervolting
|
||||
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" "acpi_osi=\"!Windows 2015\"" "amdgpu.freesync_video=1"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue