Search Criteria
Package Details: bumblebee-git 3.2.1.r57.61c6161-1
Git Clone URL: | https://aur.archlinux.org/bumblebee-git.git (read-only, click to copy) |
---|---|
Package Base: | bumblebee-git |
Description: | NVIDIA Optimus support for Linux through VirtualGL or primus |
Upstream URL: | http://www.bumblebee-project.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Samsagax |
Maintainer: | SolarAquarion |
Last Packager: | SolarAquarion |
Votes: | 50 |
Popularity: | 0.000000 |
First Submitted: | 2011-09-06 12:46 |
Last Updated: | 2019-01-03 01:14 |
Dependencies (13)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-git, glib2-nodocs-git, glib2-patched-thumbnailer)
- mesa-libgl (catalyst-firepro, catalyst-total, catalyst-libgl, mesa-libgl-noglvnd, catalyst-test, mesa-arm-git, mesa)
- git (git-git) (make)
- help2man (help2man-git) (make)
- bbswitch (bbswitch-dkms-git, bbswitch-git, bbswitch-ck, bbswitch-ati-git, bbswitch-ati-dkms-git, bbswitch-zen, bbswitch-g14-dkms-git, bbswitch-dkms) (optional) – switch on/off discrete card
- lib32-primus (optional) – faster back-end for optirun
- lib32-virtualgl (optional) – run 32bit applications with optirun
- nvidia (nvidia-llb-dkms, nvidia-full-vulkan-all, nvidia-beta, nvidia-beta-dkms, nvidia-vulkan, nvidia-vulkan-dkms) (optional) – NVIDIA kernel driver
- nvidia-304xx (optional) – NVIDIA kernel driver for even older devices
- nvidia-340xx (nvidia-340xx-lts-dkms, nvidia-340xx-dkms) (optional) – NVIDIA kernel driver for older devices
- primus (optional) – faster back-end for optirun
- virtualgl (virtualgl-git) (optional) – oldest back-end for optirun
- xf86-video-nouveau (optional) – Nouveau driver
Required by (6)
- lib32-primus-vk-git (requires bumblebee)
- nemo-run-with-nvidia (requires bumblebee)
- nv-card (requires bumblebee) (optional)
- nv-card-pm (requires bumblebee) (optional)
- nvman (requires bumblebee)
- primus-vk-git (requires bumblebee)
Latest Comments
1 2 3 4 5 6 Next › Last »
PedroHLC commented on 2019-03-13 17:14
According to @Lone_Wolf at a reasoned comment in
mesa-git
that you should replacemesa-libgl
withlibgl / libegl / libgles or opengl-driver
, this should allow us to use it with others mesa packages from AUR.Fincer commented on 2017-03-15 19:18
Patch file 0001-bb_mutebblogger.patch is deprecated. The patch contents have already been included in the main Bumblebee codebase. Please remove this patch.
mmedum commented on 2017-03-14 09:05
I am seeing a problem with patch 0001, failed at Hunk #1 when trying to patch.
lexikon commented on 2017-03-12 23:22
package are conflict with nvidia-utils
jwhendy commented on 2017-03-12 20:42
During upgrade today (perhaps due to mesa-libgl -> mesa?):
:: bumblebee-git and nvidia-utils are in conflict (nvidia-libgl). Remove nvidia-utils? [y/N]
I can install community/bumblebee, though. Following the dep chain, this requires nvidia, which requires nvidia-utils, and nvidia-utils provdies nvidia-libgl... but this package provides nvidia-libgl, so I think that's where the problem is.
Avimux commented on 2016-12-09 15:56
Due to recent commits, this line is no longer necessary:
# Make bash_completion work
mv -v "${pkgdir}/etc/bash_completion.d/bumblebee" "${pkgdir}/etc/bash_completion.d/optirun"
In fact, it won't build with it.
Corax commented on 2016-10-29 20:14
Indeed, I don't think this line is useful anymore, I removed it and it works fine.
johncf commented on 2016-10-09 08:21
> echo "remove nvidia modprobe -r --ignore-remove nvidia-drm nvidia-modeset nvidia-uvm nvidia" >> "${pkgdir}/usr/lib/modprobe.d/bumblebee.conf"
Is this still necessary after #762 was merged? If not, please revert that commit...
#762: https://github.com/Bumblebee-Project/Bumblebee/pull/762
dapolinario commented on 2016-04-14 17:36
You could add the following line in the PKGBUILD file:
echo "remove nvidia modprobe -r --ignore-remove nvidia-drm nvidia-modeset nvidia-uvm nvidia" >> "${pkgdir}/usr/lib/modprobe.d/bumblebee.conf"
After:
echo "blacklist nvidia" > "${pkgdir}/usr/lib/modprobe.d/bumblebee.conf"
Thus this package will work properly with bbswitch (https://github.com/Bumblebee-Project/Bumblebee/pull/751).
neTpK commented on 2015-12-08 13:11
For those with nvidia_modeset issues, see:
https://github.com/Bumblebee-Project/Bumblebee/issues/699#issuecomment-162867091