1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: bbswitch
Section: kernel
Priority: extra
Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
Uploaders:
Aron Xu <aron@debian.org>,
Vincent Cheng <vcheng@debian.org>,
Yunqiang Su <wzssyqa@gmail.com>,
Luca Boccassi <luca.boccassi@gmail.com>
Build-Depends: debhelper (>= 9), dkms, tar (>= 1.28)
Standards-Version: 3.9.8
Homepage: https://github.com/Bumblebee-Project/bbswitch
Vcs-Git: https://anonscm.debian.org/git/pkg-nvidia/bbswitch.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-nvidia/bbswitch.git
Package: bbswitch-dkms
Architecture: linux-any
Multi-Arch: foreign
Depends: ${misc:Depends}, dkms
Suggests: bumblebee
Description: Interface for toggling the power on NVIDIA Optimus video cards
bbswitch is a kernel module which automatically detects the required ACPI
calls for two kinds of Optimus laptops. It has been verified to work with
"real" Optimus and "legacy" Optimus laptops (at least, that is what the
author Lekensteyn calls those).
.
This package uses DKMS to automatically build the bbswitch kernel module.
Package: bbswitch-source
Architecture: linux-any
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: module-assistant, debhelper
Suggests: bumblebee
Description: Interface for toggling the power on NVIDIA Optimus video cards
bbswitch is a kernel module which automatically detects the required ACPI
calls for two kinds of Optimus laptops. It has been verified to work with
"real" Optimus and "legacy" Optimus laptops (at least, that is what the
author Lekensteyn calls those).
.
This package contains source code only, and is intended to be used with
module-assistant to build the bbswitch kernel module.
|