* Package name : adriconf
Version : 2.3.2
Upstream Author : Jean Hertel <jean.hertel@hotmail.com>
* URL : https://gitlab.freedesktop.org/mesa/adriconf/
* License : GPLv3
Programming Lang: C++
Description : GUI tool to configure open source graphics drivers
adriconf (Advanced DRI CONFigurator) is a GUI tool used to configure open
source graphics drivers. It works by setting options and writing them to the
standard drirc file used by the Mesa drivers.
The main features of the tool are:
* Automatic removal of invalid and unsupported options.
* Options whose value is identical to the system-wide value or the
driver's default value will be ignored.
* System-wide application options with redundant options will be removed
automatically.
-----
AFAIK, we don't seem to have any kind of easy-to-use configurator of
graphics drivers and this tool seems to fill those needs.
It would be a very valuable addition to the Debian users that need to tweak
one aspect or the other of their graphics configurations.
Thanks,
Hi Rogério and all, I've done a trial to package the tool adriconf. It works, but it misses several things: * the .desktop file from the flatpak directory should be copied. But I am very new debian packaging and I don't know how to override some rule to do that. * no manpage * the tests are generated but not ran at package build I can provide the source package if it can help someone. Regards,