Skip to content

Instantly share code, notes, and snippets.

@sagark
Created June 14, 2012 19:40
Show Gist options
  • Save sagark/2932455 to your computer and use it in GitHub Desktop.
Save sagark/2932455 to your computer and use it in GitHub Desktop.
Setting up hybrid-screenclone
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
@krlmlr
Copy link

krlmlr commented Jun 4, 2013

You don't need sudo for make...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment