Skip to content

Instantly share code, notes, and snippets.

View adrinux's full-sized avatar

Adrian Simmons adrinux

View GitHub Profile
@adrinux
adrinux / disable_nmi_watchdog.sh
Last active November 28, 2019 12:06
Disabling nmi_watchdog in manjaro Gnome
# Was experiencing pauses and stuttering in the GUI. This made things smooth again.
# Disable nmi_watchdog, replace nvim with your preferred editor
sudo nvim /etc/modprobe.d/watchdog.conf
# add lines
blacklist iTCO_wdt
blacklist iTCO_vendor_support
# add to kernel params in grub config