bumblebee.git
6 years agoMerge bumblebee (3.2.1-20) import into refs/heads/workingbranch
Luca Boccassi [Wed, 6 Feb 2019 11:57:48 +0000 (11:57 +0000)]
Merge bumblebee (3.2.1-20) import into refs/heads/workingbranch

6 years agoAdd option to always unload the driver on exit
Debian NVIDIA Maintainers [Wed, 6 Feb 2019 11:57:48 +0000 (11:57 +0000)]
Add option to always unload the driver on exit

Origin: upstream, https://github.com/Bumblebee-Project/Bumblebee/pull/983

Gbp-Pq: Name no-bbswitch.patch

6 years agoSupport for AMD APU+NVIDIA setup
Debian NVIDIA Maintainers [Wed, 6 Feb 2019 11:57:48 +0000 (11:57 +0000)]
Support for AMD APU+NVIDIA setup

Origin: upstream, https://github.com/Bumblebee-Project/Bumblebee/pull/1009

Gbp-Pq: Name amd-apu.patch

6 years agomodule: use libkmod2 instead of modprobe
Ondřej Janošík [Thu, 5 May 2016 16:48:43 +0000 (18:48 +0200)]
module: use libkmod2 instead of modprobe

Gbp-Pq: Name libkmod.patch

6 years agoIgnore failure to set DRM interface
Luca Boccassi [Sat, 14 May 2016 20:44:00 +0000 (21:44 +0100)]
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.

Gbp-Pq: Name ignore-failure-to-set-DRM-interface.patch

6 years agoIgnore systemd-logind noise
Peter Wu [Thu, 30 Oct 2014 09:22:07 +0000 (10:22 +0100)]
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.

Gbp-Pq: Name ignore-systemd-logind-noise.patch

6 years agoAdd config option to set Xorg binary to run
Rogier 'DocWilco' Mulhuijzen [Sat, 27 Feb 2016 20:43:41 +0000 (12:43 -0800)]
Add config option to set Xorg binary to run

Also add Xorg commandline binary to debug output

Gbp-Pq: Name xorg-binary-config.patch

6 years agofix some typos found by Lintian
Andreas Beckmann [Wed, 6 Feb 2019 11:57:48 +0000 (11:57 +0000)]
fix some typos found by Lintian

Gbp-Pq: Name fix-typos.patch

6 years agoswitch from "rmmod" to "modprobe -r"
Debian NVIDIA Maintainers [Wed, 6 Feb 2019 11:57:48 +0000 (11:57 +0000)]
switch from "rmmod" to "modprobe -r"

Origin: upstream, https://github.com/Bumblebee-Project/Bumblebee/commit/1ada79fe5916961fc4e4917f8c63bb184908d986
Bug: https://github.com/Bumblebee-Project/Bumblebee/issues/565
Bug-Debian: https://bugs.debian.org/793389

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".

Gbp-Pq: Name modprobe-r-instead-of-rmmod.patch

6 years agoIgnore error on X shutdown
Debian NVIDIA Maintainers [Wed, 6 Feb 2019 11:57:48 +0000 (11:57 +0000)]
Ignore error on X shutdown

Origin: upstream, https://github.com/Bumblebee-Project/Bumblebee/commit/25387e92822fb1a56fa43f1f9f636b987018d068

Gbp-Pq: Name ignore-error-on-X-shutdown.patch

6 years agoFix detection of devices on bus numbers larger than 9
Debian NVIDIA Maintainers [Wed, 6 Feb 2019 11:57:48 +0000 (11:57 +0000)]
Fix detection of devices on bus numbers larger than 9

Origin: upstream, https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b
Bug: https://github.com/Bumblebee-Project/Bumblebee/issues/573

Gbp-Pq: Name fix-device-detection.patch

6 years agobumblebee (3.2.1-20) unstable; urgency=medium
Luca Boccassi [Wed, 6 Feb 2019 11:57:48 +0000 (11:57 +0000)]
bumblebee (3.2.1-20) unstable; urgency=medium

  [ Andreas Beckmann ]
  * Drop versioned constraints that are satisfied in wheezy.
  * Switch to debhelper-compat (= 12).

  [ Luca Boccassi ]
  * Enable all hardening build flags.
  * bumblebee-nvidia: add Ubuntu's dependencies for 390 and 410 series.

[dgit import unpatched bumblebee 3.2.1-20]

6 years agoImport bumblebee_3.2.1-20.debian.tar.xz
Luca Boccassi [Wed, 6 Feb 2019 11:57:48 +0000 (11:57 +0000)]
Import bumblebee_3.2.1-20.debian.tar.xz

[dgit import tarball bumblebee 3.2.1-20 bumblebee_3.2.1-20.debian.tar.xz]

8 years agoMerge bumblebee (3.2.1-14) import into refs/heads/workingbranch
Luca Boccassi [Tue, 24 Jan 2017 14:20:27 +0000 (14:20 +0000)]
Merge bumblebee (3.2.1-14) import into refs/heads/workingbranch

8 years agomodule: use libkmod2 instead of modprobe
Ondřej Janošík [Thu, 5 May 2016 16:48:43 +0000 (18:48 +0200)]
module: use libkmod2 instead of modprobe

Gbp-Pq: Name libkmod.patch

8 years agoIgnore failure to set DRM interface
Luca Boccassi [Sat, 14 May 2016 20:44:00 +0000 (21:44 +0100)]
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.

Gbp-Pq: Name ignore-failure-to-set-DRM-interface.patch

8 years agoIgnore systemd-logind noise
Peter Wu [Thu, 30 Oct 2014 09:22:07 +0000 (10:22 +0100)]
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.

Gbp-Pq: Name ignore-systemd-logind-noise.patch

8 years agoAdd config option to set Xorg binary to run
Rogier 'DocWilco' Mulhuijzen [Sat, 27 Feb 2016 20:43:41 +0000 (12:43 -0800)]
Add config option to set Xorg binary to run

Also add Xorg commandline binary to debug output

Gbp-Pq: Name xorg-binary-config.patch

8 years agofix some typos found by Lintian
Andreas Beckmann [Tue, 24 Jan 2017 14:20:27 +0000 (14:20 +0000)]
fix some typos found by Lintian

Gbp-Pq: Name fix-typos.patch

8 years agoWith the introduction of nvidia-uvm module, unloading nvidia module will fail unless...
Debian NVIDIA Maintainers [Tue, 24 Jan 2017 14:20:27 +0000 (14:20 +0000)]
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".

Origin: upstream, https://github.com/Bumblebee-Project/Bumblebee/commit/1ada79fe5916961fc4e4917f8c63bb184908d986
Bug: https://github.com/Bumblebee-Project/Bumblebee/issues/565
Bug-Debian: 793389

Gbp-Pq: Name modprobe-r-instead-of-rmmod.patch

8 years agoIgnore error on X shutdown
Debian NVIDIA Maintainers [Tue, 24 Jan 2017 14:20:27 +0000 (14:20 +0000)]
Ignore error on X shutdown

Origin: upstream, https://github.com/Bumblebee-Project/Bumblebee/commit/25387e92822fb1a56fa43f1f9f636b987018d068

Gbp-Pq: Name ignore-error-on-X-shutdown.patch

8 years agoFix detection of devices on bus numbers larger than 9
Debian NVIDIA Maintainers [Tue, 24 Jan 2017 14:20:27 +0000 (14:20 +0000)]
Fix detection of devices on bus numbers larger than 9

Origin: upstream, https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b
Bug: https://github.com/Bumblebee-Project/Bumblebee/issues/573

Gbp-Pq: Name fix-device-detection.patch

8 years agobumblebee (3.2.1-14) unstable; urgency=medium
Luca Boccassi [Tue, 24 Jan 2017 14:20:27 +0000 (14:20 +0000)]
bumblebee (3.2.1-14) unstable; urgency=medium

  * Add dependency to lsb-base (>= 3.0-6) to fix Lintian Error
  * Add blacklist and dependency for nvidia-367*

[dgit import unpatched bumblebee 3.2.1-14]

8 years agoImport bumblebee_3.2.1-14.debian.tar.xz
Luca Boccassi [Tue, 24 Jan 2017 14:20:27 +0000 (14:20 +0000)]
Import bumblebee_3.2.1-14.debian.tar.xz

[dgit import tarball bumblebee 3.2.1-14 bumblebee_3.2.1-14.debian.tar.xz]

11 years agoIgnore error on X shutdown
Debian NVIDIA Maintainers [Sun, 26 Oct 2014 00:04:28 +0000 (01:04 +0100)]
Ignore error on X shutdown

Origin: upstream, https://github.com/Bumblebee-Project/Bumblebee/commit/25387e92822fb1a56fa43f1f9f636b987018d068

Gbp-Pq: Name ignore-error-on-X-shutdown.patch

11 years agoFix detection of devices on bus numbers larger than 9
Debian NVIDIA Maintainers [Sun, 26 Oct 2014 00:04:28 +0000 (01:04 +0100)]
Fix detection of devices on bus numbers larger than 9

Origin: upstream, https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b
Bug: https://github.com/Bumblebee-Project/Bumblebee/issues/573

Gbp-Pq: Name fix-device-detection.patch

11 years agobumblebee (3.2.1-7) unstable; urgency=medium
Vincent Cheng [Sun, 26 Oct 2014 00:04:28 +0000 (01:04 +0100)]
bumblebee (3.2.1-7) unstable; urgency=medium

  * Move conffile handling introduced in 3.2.1-6 from bumblebee-nvidia
    to bumblebee.

[dgit import unpatched bumblebee 3.2.1-7]

11 years agoImport bumblebee_3.2.1-7.debian.tar.xz
Vincent Cheng [Sun, 26 Oct 2014 00:04:28 +0000 (01:04 +0100)]
Import bumblebee_3.2.1-7.debian.tar.xz

[dgit import tarball bumblebee 3.2.1-7 bumblebee_3.2.1-7.debian.tar.xz]

12 years agoImport bumblebee_3.2.1.orig.tar.gz
Vincent Cheng [Fri, 3 May 2013 10:04:38 +0000 (11:04 +0100)]
Import bumblebee_3.2.1.orig.tar.gz

[dgit import orig bumblebee_3.2.1.orig.tar.gz]