-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.html
63 lines (55 loc) · 3.7 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
<!DOCTYPE html>
<html>
<head>
<title>Bumblebee - NVIDIA Optimus support for Linux!</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="bb_logo"><object data="/logo.svg" type="image/svg+xml" width=100 height=100><noscript><img src="/logo.png" width=100 height=100></noscript></object></div>
<div class="bb_menu">
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="http://bumblebee-project.org/source">Code</a></li>
<li><b>Installing</b></li>
<li><a href="http://wiki.bumblebee-project.org">Wiki</a></li>
</ul>
</div>
<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>
<h2><a name="Arch"></a>Arch linux</h2>
<p>Install package bumblebee from AUR.<br>If you want the bleeding edge, in-development version, you can install bumblebee-git.<br>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.<br>To add Power Management functionality you need to install bbswitch-git package.<br><a href="https://wiki.archlinux.org/index.php/Bumblebee#Installation">More help and information for Arch can be found here.</a></p>
<h2><a name="Debian"></a>Debian linux</h2>
<p>Follow instructions <a href="https://wiki.debian.org/Bumblebee#Installation">here</a>.</p>
<h2><a name="Fedora"></a>Fedora linux</h2>
<p><a href="https://fedoraproject.org/wiki/Bumblebee">Help and information for Fedora can be found here.</a></p>
<h2><a name="Gentoo"></a>Gentoo linux</h2>
<p><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>
<h2><a name="Mandriva"></a>Mandriva linux</h2>
<p>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.<br><a href="http://wiki.mandriva.com/en/Bumblebee#Installation">More help and information for Mandriva can be found here.</a></p>
<h2><a name="Slackware"></a>Slackware linux</h2>
<p>Follow instructions <a href="http://docs.slackware.com/howtos:hardware:nvidia_optimus">here</a>.</p>
<h2><a name="Ubuntu"></a>Ubuntu linux</h2>
<p>Follow instructions <a href="https://wiki.ubuntu.com/Bumblebee#Installation">here</a>.</p>
<h2><a name="source"></a>from source / Generic installation instructions</h2>
<p>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="http://bumblebee-project.org/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>
</body>
</html>