mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-02-04 12:59:48 +01:00
Crashes and bugs: fix typo (#946)
This commit is contained in:
parent
2eb7049679
commit
41326619a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue