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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix detection of devices on bus numbers larger than 9
ignore error on X shutdown.patch | (download)

src/bblogger.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 ignore error on x shutdown
modprobe r instead of rmmod.patch | (download)

src/module.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 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 !
src/bbrun.c | 2 1 + 1 - 0 !
src/module.c | 4 2 + 2 - 0 !
src/optirun.c | 2 1 + 1 - 0 !
src/switch/sw_bbswitch.c | 2 1 + 1 - 0 !
5 files changed, 7 insertions(+), 7 deletions(-)

 fix some typos found by lintian


xorg binary config.patch | (download)

Makefile.am | 1 1 + 0 - 0 !
conf/bumblebee.conf.in | 2 2 + 0 - 0 !
configure.ac | 10 10 + 0 - 0 !
src/bbconfig.c | 6 6 + 0 - 0 !
src/bbconfig.h | 1 1 + 0 - 0 !
src/bbsecondary.c | 8 7 + 1 - 0 !
src/bbsecondary.h | 8 0 + 8 - 0 !
7 files changed, 27 insertions(+), 9 deletions(-)

 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 !
1 file changed, 2 insertions(+), 1 deletion(-)

 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 !
1 file changed, 1 insertion(+)

 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 !
README.markdown | 1 1 + 0 - 0 !
configure.ac | 1 1 + 0 - 0 !
src/bbconfig.c | 12 6 + 6 - 0 !
src/bbconfig.h | 2 2 + 0 - 0 !
src/bblogger.c | 4 2 + 2 - 0 !
src/bumblebeed.c | 12 12 + 0 - 0 !
src/module.c | 185 124 + 61 - 0 !
src/optirun.c | 1 0 + 1 - 0 !
9 files changed, 152 insertions(+), 74 deletions(-)

 module: use libkmod2 instead of modprobe