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
Previous revision
Last revision Both sides next revision
hypervisor:base:video-driver [2014/04/10 03:11]
admin [Identify Driver and Hardware]
hypervisor:base:video-driver [2014/04/10 03:19]
admin [Install Bumblebee]
Line 28: Line 28:
 ===== Install Bumblebee ===== ===== Install Bumblebee =====
  
-As stated on the 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.\\ +As stated on the 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:+Here we'll create the **other-sources.list** file, then update our package list:
 <​code>​ <​code>​
 > nano /​etc/​apt/​other-source.list > nano /​etc/​apt/​other-source.list
Line 40: Line 40:
  
 We can now install the Nvidia driver from the backports:​\\ We can now install the Nvidia driver from the backports:​\\
-<color slateblue>​To use the free, "​nouveau"​ driver:</​color>​**+**<color slateblue>​To use the free, "​nouveau"​ driver:</​color>​**
 <​code>​ <​code>​
-> apt-get -t squeeze-backports install ​"​package"​+> apt-get -t wheezy-backports install ​bumblebee primus
 </​code>​ </​code>​
  
-<color slateblue>​To use the proprietary,​ "​nvidia"​ driver:</​color>​**+**<color slateblue>​To use the proprietary,​ "​nvidia"​ driver:</​color>​**
 <​code>​ <​code>​
-> apt-get install bumblebee-nvidia primus+> apt-get ​-t wheezy-backports ​install bumblebee-nvidia primus
 </​code>​ </​code>​