Package Details: bumblebee-picasso-git 3.2.1.r2.aaa1b42-1

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)

Required by (6)

Sources (5)

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