Fix artifacting of laptop
Some checks failed
Lint / lint (push) Has been cancelled

This commit is contained in:
Vivian 2024-12-17 08:49:56 +01:00
parent bff04dd948
commit b0845c833a
4 changed files with 52 additions and 51 deletions

View file

@ -29,9 +29,10 @@
# Bootloader.
boot = {
kernelParams = [
"amdgpu.sg_display=0" # did not fix the flickering
"amdgpu.ppfeaturemask=0xffffffff" # did not fix flicker
"amdgpu.graphics_sg=0"
# "amdgpu.sg_display=0" # did not fix the flickering
# "amdgpu.ppfeaturemask=0xffffffff" # did not fix flicker
# "amdgpu.graphics_sg=0"
"amdgpu.dcdebugmask=0x10"
];
bootspec.enable = true;
initrd.kernelModules = [ "amdgpu" ];

View file

@ -21,8 +21,8 @@
amdgpu = {
initrd.enable = true;
opencl.enable = true;
amdvlk.enable = true;
# Temp disabled as it breaks GTK
# amdvlk.enable = true;
};
};
services = {