Package: bumblebee / 3.2.1-14
Metadata
| Package | Version | Patches format |
|---|---|---|
| bumblebee | 3.2.1-14 | 3.0 (quilt) |
Patch series
view the series file| Patch | 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 ! |
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.) Error message reported in bugs GH-600, GH-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. |
| libkmod.patch | (download) |
Makefile.am |
8 4 + 4 - 0 ! |
module: use libkmod2 instead of modprobe |
