nvidia-tesla-460-alternative

allows the selection of NVIDIA as GLX provider (Tesla 460 version)

In setups with several NVIDIA driver versions installed (e.g. current and legacy) this metapackage registers an alternative to allow easy switching between the different versions.

nvidia-tesla-460-egl-icd

NVIDIA EGL installable client driver (ICD)

EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES.

libgl1-nvidia-tesla-460-glvnd-glx

NVIDIA binary OpenGL/GLX library (GLVND variant) (Tesla 460 version)

The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets.

libnvidia-tesla-460-fbc1

NVIDIA OpenGL-based Framebuffer Capture runtime library (Tesla 460 version)

The NVIDIA OpenGL-based Framebuffer Capture (NvFBCOpenGL) library provides a high performance, low latency interface to capture and optionally encode an OpenGL framebuffer. NvFBCOpenGL is a private API that is only available to approved partners for use in remote graphics scenarios.

python3-luma.led-matrix

library interfacing LED matrix displays

Library interfacing LED matrix displays with the MAX7219 driver (using SPI), WS2812 (NeoPixels, inc Pimoroni Unicorn pHat/Hat and Unicorn Hat HD) and APA102 (DotStar) on the Raspberry Pi and other Linux-based single board computers - it providesxi a Pillow-compatible drawing canvas, and other functionality to support: multiple cascaded devices LED matrix, seven-segment and NeoPixel variants scrolling/panning capability, terminal-style printing, state management, dithering to monochrome, pygame emulator

python3-cwcwidth

Python bindings for wc(s)width (Python 3)

This module provides functions to compute the printable length of a unicode character/string on a terminal. It leverages the wcwidth(3) and wcswidth(3) functions as defined in POSIX.1-2001 and POSIX.1-2008. This module provides the same functions as the pure Python implementation found in python3-wcwidth.