-
Notifications
You must be signed in to change notification settings - Fork 50
/
README
183 lines (117 loc) · 5.57 KB
/
README
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
OBSOLETE PROJECT:
Please READ:
http://www.martin-juhl.dk/2011/08/reassemble-of-the-bee/
and
http://www.martin-juhl.dk/2011/08/ironhide-reporting-for-duty/
IMPORTANT:
Ubuntu Users:
Bumblebee has now been packaged into a PPA @ Launchpad:
https://launchpad.net/~mj-casalogic/+archive/bumblebee/
This will probably be the most up-to-date version for Ubuntu from now on...
For people currently running the script/git version please do :
sudo bumblebee-uninstall
sudo apt-get install ppa-purge
sudo ppa-purge ppa:ubuntu-x-swat/x-updates
sudo ppa-purge ppa:xorg-edgers/ppa
sudo apt-add-repository ppa:mj-casalogic/bumblebee
sudo apt-get update
sudo apt-get install bumblebee
openSuSE Users:
Bumblebee has been ported to the openSuSE Build Service repository :
http://download.opensuse.org/repositories/home:/Ximi1970:/bumblebee/openSUSE_11.4/
For people currently running the script/git version please do :
sudo bumblebee-uninstall
If you have used the nVidia package option:
sudo bash NVIDIA-Linux-xxxxx-xxxx.run --uninstall
If you have used the nVidia repository (mirror) option:
rpm -e x11-video-nvidiaG02
rpm -e nvidia-computeG02
rpm -e nvidia-gfxG02-kmp
zypper rr "nVidia Graphics Drivers (local mirror)"
Install the nVidia repository and packages if you do not want to
use the nouveau driver:
zypper ar -f ftp://download.nvidia.com/opensuse/11.4 "nVidia Graphics Drivers"
zypper install nvidia-gfxG02-kmp-`uname -r | cut -f3 -d"-"`
zypper install x11-video-nvidiaG02
Installing bumblebee:
zypper ar -f http://download.opensuse.org/repositories/home:/Ximi1970:/bumblebee/openSUSE_11.4 "Bumblebee"
zypper install bumblebee
or just use Yast to add the repositories and packages.
# ----------------------------------------------------------------------------
# "Red Bull License"
# <[email protected]> wrote this file and is providing free support
# in any spare time. If you need extended support, you can fuel him up by
# donating a Red Bull here to get him through the nights..:
#
# http://tinyurl.com/bumblebee-project
#
# ----------------------------------------------------------------------------
#
# ----------------------------------------------------------------------------
# "THE BEER-WARE LICENSE" (Revision 42):
# <[email protected]> wrote this file. As long as you retain this notice you
# can do whatever you want with this stuff. If we meet some day, and you
# think this stuff is worth it, you can buy me a beer in return Martin Juhl
# ----------------------------------------------------------------------------
#
# This file is part of bumblebee.
#
# bumblebee is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# bumblebee is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with bumblebee. If not, see <http://www.gnu.org/licenses/>.
#
This project is containing bumblebee (formerly known as prime-ng)..
bumblebee is Optimus support for Linux, with real offloading, and not
switchable graphics.. More important.. it works on Optimus Laptops without a
graphical multiplexer..
Bumblebee Supports: Ubuntu, Linux Mint, OpenSuSE and Fedora. More
are coming.
Arch Linux Support:
http://aur.archlinux.org/packages.php?ID=49469
Debian Linux Support:
https://github.com/z0rc/debumblebee
Gentoo Linux Support:
https://github.com/iegor/rainyday/tree/master/x11-misc/bumblebee
openSuSE Linux Support:
Github:
https://github.com/Ximi1970/bumblebee
Repositories:
http://download.opensuse.org/repositories/home:/Ximi1970:/bumblebee/openSUSE_11.3
http://download.opensuse.org/repositories/home:/Ximi1970:/bumblebee/openSUSE_11.4
Unstable repositories ( build with the latest cvs, svn and git packages ):
http://download.opensuse.org/repositories/home:/Ximi1970:/bumblebee-unstable/openSUSE_11.3
http://download.opensuse.org/repositories/home:/Ximi1970:/bumblebee-unstable/openSUSE_11.4
The Installation should now be completely automatic...
First of all: If you have any problem... please create a bug report package
with the bumblebee-bugreport tool..
Then create an issue on github...
This project have had great succes and I need to have a way to easily manage
support problems..
Now 3D is enabled on both the Intel and the nVidia at the same time..
The Intel card is running the Desktop and the nVidia card can be used for
the thougher applications with the command "optirun32 <application>" or
"optirun64 <application>"...
Support for automatically shutting down and starting up the nVidia card is
in developpement.
There are several ways to start using bumblebee :
Download the .zip or .tar.gz by clicking the 'Downloads' button on the
'Source' page to a directory of your liking. Unzip or untar and run the install
script with 'sudo ./install.sh' (or 'sudo -E ./install.sh' on Fedora)
Go to the directory of your liking and:
1. git clone http://github.com/MrMEEE/bumblebee.git
2. cd bumblebee/
3. sudo ./install.sh (or 'sudo -E ./install.sh' on Fedora)
(The second method makes it easier to regularly update bumblebee if you're
willing to invest a little bit of time in working with git.)
Status updates can be found here: http://www.martin-juhl.dk or on twitter:
http://twitter.com/martinjuhl
Or join the facebook group: http://tinyurl.com/bumblebeefacebook