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
|
Source: driconf
Section: x11
Priority: optional
Maintainer: Michel Dänzer <daenzer@debian.org>
Build-Depends: cdbs, debhelper (>= 5.0.37.1), python (>= 2.3.5-7)
Build-Depends-Indep: python-support (>= 0.6), python-gtk2-dev (>> 2.4.0)
Standards-Version: 3.7.2.0
Package: driconf
Architecture: all
Depends: xdriinfo | xbase-clients (>> 6.8.0), python-gtk2 (>> 2.4.0),
${python:Depends}
Recommends: libgl1-mesa-dri | xlibmesa-gl (>> 6.8.0),
libgl1-mesa-dri | xlibmesa-dri (>> 6.8.0)
Suggests: mesa-utils | xbase-clients (<< 7.0.0)
Description: DRI configuration applet
Driconf is a configuration applet for the Direct Rendering Infrastructure
(DRI). It allows customizing performance and visual quality settings of OpenGL
drivers on a per-driver, per-screen and/or per-application level.
.
Driconf is implemented in Python. It uses the GTK+ toolkit bindings and the
xdriinfo program (from the xdriinfo or xbase-clients package) to retrieve
configuration information from OpenGL drivers.
.
Homepage: http://dri.freedesktop.org/wiki/DriConf
|