A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
packages:bumblebee [2015/10/19 03:16]
admin
packages:bumblebee [2015/10/19 03:23]
admin
Line 23: Line 23:
 After reading this article, we'll try and install **Bumblebee** on our system. This [[https://​wiki.debian.org/​Bumblebee#​Installation|Debian wiki page]] tells us how to complete the installation. After reading this article, we'll try and install **Bumblebee** on our system. This [[https://​wiki.debian.org/​Bumblebee#​Installation|Debian wiki page]] tells us how to complete the installation.
  
 +In LMDE2 (Debian 8 Jessie):
 <​code>​ <​code>​
 > sudo apt-get install bumblebee primus > sudo apt-get install bumblebee primus
 +</​code>​
 +
 +You might need to add your user to the bumblebee group (normally it's done at install time if your user has sudo rights):
 +<​code>​
 +> sudo adduser $USER bumblebee ​
 +</​code>​
 +
 +You can now use //​**optirun**//​ or, better, //​**primusrun**//​ to launch applications that will use the NVIDIA GPU:
 +<​code>​
 +> primusrun vsxu_player
 </​code>​ </​code>​