Package: bumblebee / 3.2.1-29
Metadata
Package | Version | Patches format |
---|---|---|
bumblebee | 3.2.1-29 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix device detection.patch | (download) |
src/bbsecondary.c |
2 1 1 - 0 ! |
fix detection of devices on bus numbers larger than 9 |
ignore error on X shutdown.patch | (download) |
src/bblogger.c |
3 2 1 - 0 ! |
ignore error on x shutdown |
modprobe r instead of rmmod.patch | (download) |
src/module.c |
3 2 1 - 0 ! |
switch from "rmmod" to "modprobe -r" With the introduction of nvidia-uvm module, unloading nvidia module will fail unless nvidia-uvm is unloaded. GH-565 suggests using "remove" or "softdep" modprobe.d clauses to teach modprobe to handle that for us; "rmmod" does not have that functionality, so switch to "modprobe -r". |
fix typos.patch | (download) |
src/bbconfig.c |
4 2 2 - 0 ! |
fix some typos found by lintian |
xorg binary config.patch | (download) |
Makefile.am |
1 1 0 - 0 ! |
add config option to set xorg binary to run Also add Xorg commandline binary to debug output |
ignore systemd logind noise.patch | (download) |
src/bblogger.c |
3 2 1 - 0 ! |
ignore systemd-logind noise This "error" appears when not run under logind. As it is not fatal, ignore it. (It also appears on my KDE desktop using KDM.) Bug: https://github.com/Bumblebee-Project/Bumblebee/issues/582 |
ignore failure to set DRM interface.patch | (download) |
src/bblogger.c |
1 1 0 - 0 ! |
ignore failure to set drm interface This always fail due to problems in libdrm, but does not affect Bumblebee's functionality. See GH-652 for more details. Bug: https://github.com/Bumblebee-Project/Bumblebee/issues/652 |
libkmod.patch | (download) |
Makefile.am |
8 4 4 - 0 ! |
module: use libkmod2 instead of modprobe |
amd apu.patch | (download) |
src/bumblebeed.c |
9 8 1 - 0 ! |
support for amd apu nvidia setup |
no bbswitch.patch | (download) |
conf/bumblebee.conf.in |
4 4 0 - 0 ! |
add option to always unload the driver on exit |
man section.patch | (download) |
Makefile.am |
5 3 2 - 0 ! |
fix man section |
gcc 10.patch | (download) |
src/bbconfig.h |
2 1 1 - 0 ! |
fix ftbfs with gcc-10 gcc-10 defaults to -fno-common see https://gcc.gnu.org/gcc-10/porting_to.html Bug-Debian: https://bugs.debian.org/957058 |
primus vk.patch | (download) |
src/optirun.c |
3 3 0 - 0 ! |
optirun: set enable_primus_layer=1 to enable primus-vk handling |
pcie_id_overrun.patch | (download) |
src/bbsecondary.c |
5 3 2 - 0 ! |
fix pcie id string overrun |
disable hard dpms.patch | (download) |
conf/xorg.conf.nvidia |
1 1 0 - 0 ! |
don't use harddpms The driver turns into a low power state after inactivity, but it cannot detect headless displays. Bug: https://github.com/Bumblebee-Project/Bumblebee/issues/1046 |
compiler warnings.patch | (download) |
src/bbsecondary.c |
4 2 2 - 0 ! |
fix new compiler warnings |