GithubHelp home page GithubHelp logo

kevinyzy / bumblebee-old-and-abbandoned Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mrmeee/bumblebee-old-and-abbandoned

0.0 2.0 0.0 22.9 MB

OUTDATED!!!!! - Replaced by "The Bumblebee Project" and "Ironhide"

Home Page: http://www.martin-juhl.dk/2011/08/ironhide-reporting-for-duty/

Shell 100.00%

bumblebee-old-and-abbandoned's Introduction

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

bumblebee-old-and-abbandoned's People

Contributors

mrmeee avatar lekensteyn avatar paulvriens avatar archangegabriel avatar matthew85 avatar avilella avatar demjan avatar aurelgadjo avatar tuxkernel avatar 7heo avatar pclayton avatar mb1248 avatar

Watchers

James Cloos avatar Kevin.Y avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.