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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: nvidia-settings
Section: x11
Priority: optional
Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
Uploaders:
Andreas Beckmann <anbe@debian.org>,
Vincent Cheng <vcheng@debian.org>,
Luca Boccassi <bluca@debian.org>,
Build-Depends:
debhelper (>= 10),
dh-exec (>= 0.3),
m4,
libgl1-mesa-dev | libgl-dev,
libgtk2.0-dev (>= 2.4),
libgtk-3-dev,
libjansson-dev (>= 2.2),
libvdpau-dev (>= 0.9),
libxext-dev,
libxv-dev,
libxxf86vm-dev,
pkg-config,
xserver-xorg-dev,
Build-Conflicts:
libxnvctrl-dev,
Rules-Requires-Root: no
Standards-Version: 4.3.0
Homepage: https://download.nvidia.com/XFree86/nvidia-settings/
Vcs-Browser: https://salsa.debian.org/nvidia-team/nvidia-settings
Vcs-Git: https://salsa.debian.org/nvidia-team/nvidia-settings.git
Package: nvidia-settings
Section: contrib/x11
Architecture: i386 amd64 armhf
Pre-Depends:
nvidia-installer-cleanup,
Depends:
${nvidia-alternative},
libxnvctrl0 (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Recommends:
libgl1-nvidia${nvidia:Legacy}-glvnd-glx | libgl1-nvidia${nvidia:Legacy}-glx,
nvidia${nvidia:Legacy}-vdpau-driver,
libnvidia${nvidia:Legacy}-ml1,
Provides:
nvidia-settings-gtk-${nvidia:Version},
Conflicts:
nvidia-settings-gtk-${nvidia:Version},
Description: tool for configuring the NVIDIA graphics driver${nvidia:LegacyDesc}
The nvidia-settings utility is a tool for configuring the NVIDIA
Linux graphics driver. It operates by communicating with the NVIDIA
X driver, querying and updating state as appropriate. This
communication is done with the NV-CONTROL X extension.
.
Values such as brightness and gamma, XVideo attributes, temperature,
and OpenGL settings can be queried and configured via nvidia-settings.
Package: libxnvctrl0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${shlibs:Depends}, ${misc:Depends}
Description: NV-CONTROL X extension (runtime library)
The NV-CONTROL X extension provides a mechanism for X clients to
query and set configuration parameters of the NVIDIA X driver.
State set by the NV-CONTROL X extension is assumed to be persistent
only for the current server generation.
.
This package contains the shared library.
Package: libxnvctrl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libxnvctrl0 (= ${binary:Version}),
${misc:Depends}
Description: NV-CONTROL X extension (development files)
The NV-CONTROL X extension provides a mechanism for X clients to
query and set configuration parameters of the NVIDIA X driver.
State set by the NV-CONTROL X extension is assumed to be persistent
only for the current server generation.
|