Crashes and bugs: fix typo (#946)

This commit is contained in:
littleblack111 2025-01-14 23:10:57 +08:00 committed by GitHub
parent 2eb7049679
commit 41326619a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,7 +159,7 @@ Please note, these logs are EXTREMELY verbose. Please reproduce your bug(s) ASAP
{{< /callout >}}
```sh
echo 0x19F | sudo tee /sys/module/drm/parameters/debug # cnables verbose drm logging
echo 0x19F | sudo tee /sys/module/drm/parameters/debug # enables verbose drm logging
sudo dmesg -C # clears kernel debug logs
dmesg -w > ~/dmesg.log & # writes kernel logs in the background to a file at ~/dmesg.log
Hyprland