This commit is contained in:
parent
bff04dd948
commit
b0845c833a
4 changed files with 52 additions and 51 deletions
|
@ -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" ];
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
amdgpu = {
|
||||
initrd.enable = true;
|
||||
opencl.enable = true;
|
||||
amdvlk.enable = true;
|
||||
|
||||
# Temp disabled as it breaks GTK
|
||||
# amdvlk.enable = true;
|
||||
};
|
||||
};
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue