Created
June 14, 2012 19:40
-
-
Save sagark/2932455 to your computer and use it in GitHub Desktop.
Setting up hybrid-screenclone
This file contains hidden or 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
git clone git://github.com/liskin/hybrid-screenclone.git | |
cd hybrid-screenclone | |
sudo make | |
sudo cp screenclone /usr/bin/ | |
sudo chmod +x /usr/bin/screenclone | |
sudo cp xorg.conf.nvidia /etc/bumblebee/xorg.conf.nvidia | |
sudo rm /etc/X11/xorg.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't need
sudo
formake
...