Merge pull request #1707 from ryantrinkle/framework-amd-ai-300-graphics-refresh-bug
framework-16-amd-ai-300-series: mitigate various graphics issues
This commit is contained in:
commit
2da033befd
1 changed files with 8 additions and 0 deletions
|
|
@ -18,4 +18,12 @@
|
|||
|
||||
# Everything is updateable through fwupd
|
||||
services.fwupd.enable = true;
|
||||
|
||||
# The following mitigations fix various graphics issues
|
||||
# See https://gist.github.com/lbrame/f9034b1a9fe4fc2d2835c5542acb170a#user-content-quick-version-apply-the-mitigations-i-am-personally-using
|
||||
boot.kernelParams = [
|
||||
"amdgpu.dcdebugmask=0x410"
|
||||
"amdgpu.sg_display=0"
|
||||
"amdgpu.abmlevel=0"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue