Differences

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

Link to this comparison view

Next revision
Previous revision
hypervisor:base:video-driver [2014/04/10 02:47]
admin created
hypervisor:base:video-driver [2014/05/08 23:23] (current)
admin [Install Bumblebee]
Line 5: Line 5:
 reading through those references will eventually lead you back to... the debian wiki you started from!\\ reading through those references will eventually lead you back to... the debian wiki you started from!\\
 To be precise, you'll get back to [[https://​wiki.debian.org/​Bumblebee|the Debian wiki page about Bumblebee]],​ where you'll find installation instructions:​ To be precise, you'll get back to [[https://​wiki.debian.org/​Bumblebee|the Debian wiki page about Bumblebee]],​ where you'll find installation instructions:​
 +
 +===== Identify Driver and Hardware =====
  
 First, to know **<color slateblue>​what driver is effectively in use</​color>​**:​ First, to know **<color slateblue>​what driver is effectively in use</​color>​**:​
Line 22: Line 24:
 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 08) 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 08)
 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF106 [GeForce GT 555M] [10de:0dce] (rev a1) 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF106 [GeForce GT 555M] [10de:0dce] (rev a1)
 +</​code>​
 +
 +===== Install Bumblebee =====
 +
 +As stated on the [[https://​wiki.debian.org/​Bumblebee|Debian wiki]]: "For Wheezy users, Bumblebee packages are available from wheezy-backports"​. This means we first need to add the backports in our sources. To keep the system as clean as possible, you may want to add a file inside **/​etc/​apt/​sources.list.d/​ **rather than editing the **sources.list** file.\\
 +Here we'll create the **other-sources.list** file, then update our package list:
 +<​code>​
 +> nano /​etc/​apt/​other-source.list
 +
 +ADD:
 +deb http://​ftp.belnet.be/​debian wheezy-backports main
 +
 +> apt-get update ​
 +</​code>​
 +
 +We can now install the Nvidia driver from the backports:​\\
 +**<color slateblue>​To use the free, "​nouveau"​ driver:</​color>​**
 +<​code>​
 +> apt-get -t wheezy-backports install bumblebee primus
 +</​code>​
 +
 +**<color slateblue>​To use the proprietary,​ "​nvidia"​ driver:</​color>​**
 +<​code>​
 +> apt-get -t wheezy-backports install bumblebee-nvidia primus
 </​code>​ </​code>​