Skip to content

Commit 56bd667

Browse files
authored
Merge pull request #47 from sargunv/patch-1
Laggy trackpad workaround
2 parents 859cfbf + 7fe8c81 commit 56bd667

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

framework13/Fedora41-amd-fw13.md

+15
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,21 @@ sudo dnf install gnome-tweaks -y
7272

7373
## Optional and *only if needed* - current AMD Ryzen 7040 Series workarounds to common issues
7474

75+
### Laggy or stuttering touchpad:
76+
77+
- Browse to the horizontal line in the upper left corner, click to open it.
78+
- Type out the word terminal, click to open it.
79+
- Then press the enter key, user password, enter key.
80+
81+
```
82+
sudo grubby --update-kernel=ALL --args="amdgpu.dcdebugmask=0x10"
83+
```
84+
> **TIP:** If you've set other kernel parameters, like from the section above, include both inside `--args=""`.
85+
86+
87+
**Reboot**
88+
89+
7590
### Buzzing sound from 3.5mm jack
7691

7792
- Browse to the horizontal line in the upper left corner, click to open it.

0 commit comments

Comments
 (0)