Skip to content

Instantly share code, notes, and snippets.

@LastZactionHero
Last active March 4, 2018 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LastZactionHero/3c2c1905e12b8bd689154a8f452e5c1e to your computer and use it in GitHub Desktop.
Save LastZactionHero/3c2c1905e12b8bd689154a8f452e5c1e to your computer and use it in GitHub Desktop.
Linux on Razer Blad
#!/bin/sh
case $1 in
post)
rmmod i2c_hid
modprobe i2c_hid
;;
esac
Blacklist Nouveau
https://ask.fedoraproject.org/en/question/106433/kernel-panic-in-4113-using-nouveau-driver/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment