Last active
November 11, 2015 19:49
-
-
Save ricbra/b683f95321bf50bc649e to your computer and use it in GitHub Desktop.
Install Debian on a MacBook Pro (10,1)
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
For the fans: https://ineed.coffee/projects/mbpfan/ | |
sudo cp mbpfan.service /usr/lib/systemd/system | |
sudo cp mbpfan.service /etc/systemd/system/mbpfan.service | |
sudo systemctl daemon-reload | |
sudo systemctl start mbpfan.service | |
sudo systemctl enable mbpfan.service | |
in /etc/rc.local | |
setpci -v -H1 -s 00:01.00 BRIDGE_CONTROL=0 | |
macfanctl | |
nvidia-driver | |
nvidia-xconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment