Last active
March 4, 2018 17:23
-
-
Save LastZactionHero/3c2c1905e12b8bd689154a8f452e5c1e to your computer and use it in GitHub Desktop.
Linux on Razer Blad
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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