This repository has been archived by the owner on Jun 19, 2020. It is now read-only.
forked from Bumblebee-Project/Bumblebee-Project.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.html
85 lines (59 loc) · 2.93 KB
/
install.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
layout: default
title: Installing Bumblebee
---
<div class="bb_body">
<h1>Installing Bumblebee 3.2.1</h1>
<ul>
<li><a href="#Arch">Arch Linux</a></li>
<li><a href="#Debian">Debian Linux</a></li>
<li><a href="#Fedora">Fedora Linux</a></li>
<li><a href="#Gentoo">Gentoo Linux</a></li>
<li><a href="#Mandriva">Mandriva Linux</a></li>
<li><a href="#Slackware">Slackware Linux</li>
<li><a href="#Ubuntu">Ubuntu Linux</a></li>
<li><a href="#source">from source / Generic installation instructions</a></li>
</ul>
<hr class="horizontal-line-r">
<p>
<h2>Arch linux</h2>
Install package bumblebee from AUR. If you want the bleeding edge, in-development version, you can install bumblebee-git. Both packages can be used with Nvidia or Nouveau drivers.<br>
For 32-bit applications on 64-bit systems you must install lib32-virtualgl and relevant lib32-* libraries. To add Power Management functionality you need to install bbswitch-git package.<br>
More help and information for Arch can be found <a href="https://wiki.archlinux.org/index.php/Bumblebee#Installation">over here.</a>
</p>
<p>
<h2>Debian linux</h2>
Follow instructions <a href="https://wiki.debian.org/Bumblebee#Installation">over here</a>.
</p>
<p>
<h2>Fedora linux</h2>
Help and information for Fedora can be found <a href="https://fedoraproject.org/wiki/Bumblebee">over here.</a>
</p>
<p>
<h2>Gentoo linux</h2>
<pre>emerge bumblebee</pre>
After installation completes, add yourself to the "bumblebee" group to enable use of the optirun command. You will have to re-login for group changes to take effect.
</p>
<p>
<h2>Mandriva linux</h2>
Mandriva carries Bumblebee as an officially supported package. To install, simply run:
<pre>urpmi bumblebee</pre>
After installation completes, add yourself to the "bumblebee" group to enable use of the optirun command. You will have to re-login for group changes to take effect. More help and information for Mandriva can be found
<a href="http://wiki.mandriva.com/en/Bumblebee#Installation">here.</a>
</p>
<h2>Slackware linux</h2>
<p>Follow instructions <a href="http://docs.slackware.com/howtos:hardware:nvidia_optimus">here</a>.</p>
<h2>Ubuntu linux</h2>
<p>Follow instructions <a href="https://wiki.ubuntu.com/Bumblebee#Installation">here</a>.</p>
<p>
<h2>From source</h2>
The best an recommended way to install Bumblebee is through your distribution repositories. If not such packages exist, then you can still install Bumblebee manually from source.
</p>
<p>The latest source tarball:</p>
<ul>
<li><a
href="{{site.href}}/data/bumblebee-3.2.1.tar.gz">bumblebee-3.2.1.tar.gz</a>
(md5: <tt>30974e677bb13e8a3825fd6f3e7d3b24</tt>)
</ul>
<p><a href="http://wiki.bumblebee-project.org/Install-and-usage">Full instructions for a manual install can be found on our wiki here.</a></p>
</div>