Search Criteria
Package Details: bumblebee-picasso-git 3.2.1.r2.aaa1b42-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bumblebee-picasso-git.git (read-only, click to copy) |
---|---|
Package Base: | bumblebee-picasso-git |
Description: | NVIDIA Optimus support for Linux through VirtualGL or primus, igpu amd picasso |
Upstream URL: | http://www.bumblebee-project.org |
Licenses: | GPL3 |
Conflicts: | bumblebee |
Provides: | bumblebee |
Submitter: | gnox |
Maintainer: | None |
Last Packager: | chroma |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-08-03 20:45 (UTC) |
Last Updated: | 2021-11-28 18:10 (UTC) |
Dependencies (13)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- mesa-libgl (mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa)
- git (git-gitAUR, git-glAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- bbswitch (bbswitch-dkms-gitAUR, bbswitch-gitAUR, bbswitch-ati-gitAUR, bbswitch-ati-dkms-gitAUR, bbswitch-g14-dkms-gitAUR, 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-525xxAUR, nvidia-vulkanAUR, nvidia-vulkan-dkmsAUR, nvidia-tesla-dkmsAUR, nvidia-535xx-dkmsAUR, nvidia-525xx-dkmsAUR, nvidia-betaAUR, nvidia-beta-dkmsAUR, nvidia-dkms) (optional) – NVIDIA kernel driver
- nvidia-304xx (optional) – NVIDIA kernel driver for even older devices
- nvidia-340xxAUR (nvidia-340xx-dkmsAUR, nvidia-340xx-lts-dkmsAUR) (optional) – NVIDIA kernel driver for older devices
- primus (optional) – faster back-end for optirun
- virtualgl (virtualgl-gitAUR) (optional) – oldest back-end for optirun
- xf86-video-nouveau (xf86-video-nouveau-gitAUR) (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
Eirikr commented on 2023-12-09 04:02 (UTC)
Currently fails to compile with GCC13:
make -C /usr/src/linux M="$(pwd)" modules make[1]: Entering directory '/usr/lib/modules/6.6.4-arch1-1/build' warning: the compiler differs from the one used to build the kernel The kernel was built by: gcc (GCC) 13.2.1 20230801 You are using: gcc (GCC) 13.2.1 20231110 CC [M] /home/eirikr/.cache/yay/bbswitch-ati-git/src/bbswitch-ati-git/bbswitch.o /home/eirikr/.cache/yay/bbswitch-ati-git/src/bbswitch-ati-git/bbswitch.c: In function ‘bbswitch_off’: /home/eirikr/.cache/yay/bbswitch-ati-git/src/bbswitch-ati-git/bbswitch.c:270:13: error: implicit declaration of function ‘acpi_bus_get_device’; did you mean ‘acpi_is_pnp_device’? [-Werror=implicit-function-declaration] 270 | r = acpi_bus_get_device(dis_handle, &ad); | ^~~~~~~~~~~~~~~~~~~ | acpi_is_pnp_device cc1: some warnings being treated as errors make[3]: *** [scripts/Makefile.build:243: /home/eirikr/.cache/yay/bbswitch-ati-git/src/bbswitch-ati-git/bbswitch.o] Error 1 make[2]: *** [/usr/lib/modules/6.6.4-arch1-1/build/Makefile:1913: /home/eirikr/.cache/yay/bbswitch-ati-git/src/bbswitch-ati-git] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make[1]: Leaving directory '/usr/lib/modules/6.6.4-arch1-1/build' make: *** [Makefile:13: default] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: bbswitch-ati-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: bbswitch-ati-dkms-git - exit status 4
chroma commented on 2021-11-29 08:56 (UTC)
figured out the issue, you just need to edit /etc/bumblebee/xorg.conf.nvidia and uncomment out the device ID line
chroma commented on 2021-11-28 18:12 (UTC)
added the gcc patch! This package used to work before, getting this error now:
[XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
trying to track down the cause
ixevix commented on 2020-11-13 14:12 (UTC)
I had to add this patch to get it to compile
https://github.com/Bumblebee-Project/Bumblebee/issues/1058