[Pkg-fglrx-devel] r918 - fglrx-driver/trunk/debian
Andreas Beckmann
anbe-guest at alioth.debian.org
Sat Jun 16 12:42:43 UTC 2012
Author: anbe-guest
Date: 2012-06-16 12:42:43 +0000 (Sat, 16 Jun 2012)
New Revision: 918
Modified:
fglrx-driver/trunk/debian/libfglrx.preinst
fglrx-driver/trunk/debian/libfglrx.templates
Log:
use singular form, it's much more likely to have one unsupported gpu
Modified: fglrx-driver/trunk/debian/libfglrx.preinst
===================================================================
--- fglrx-driver/trunk/debian/libfglrx.preinst 2012-06-16 12:36:42 UTC (rev 917)
+++ fglrx-driver/trunk/debian/libfglrx.preinst 2012-06-16 12:42:43 UTC (rev 918)
@@ -172,7 +172,7 @@
UNSUPPORTED="$(for dev in $UNSUPPORTED_DEVICES ; do lspci -nn -s "$dev" ; done)"
- db_subst fglrx-driver/install-even-if-unsupported-gpu-exists unsupported-gpus "$UNSUPPORTED"
+ db_subst fglrx-driver/install-even-if-unsupported-gpu-exists unsupported-device "$UNSUPPORTED"
# ensure the question is asked again unless it was accepted previously
db_get fglrx-driver/install-even-if-unsupported-gpu-exists
Modified: fglrx-driver/trunk/debian/libfglrx.templates
===================================================================
--- fglrx-driver/trunk/debian/libfglrx.templates 2012-06-16 12:36:42 UTC (rev 917)
+++ fglrx-driver/trunk/debian/libfglrx.templates 2012-06-16 12:42:43 UTC (rev 918)
@@ -10,13 +10,13 @@
Default: false
#flag:translate!:3
_Description: Install fglrx driver despite unsupported graphics card?
- The following graphics chipsets found in your system are no longer handled
+ The following graphics chipset found in your system is no longer handled
by the fglrx driver:
.
- ${unsupported-gpus}
+ ${unsupported-device}
.
You may wish to keep fglrx (for instance to drive some other card), but the
- above cards require the free Radeon driver in the package
+ above card requires the free Radeon driver in the package
xserver-xorg-video-radeon. Before that driver can be used you must remove
fglrx configuration from xorg.conf (and xorg.conf.d/) and purge (not just
remove) the fglrx-driver package.
More information about the Pkg-fglrx-devel
mailing list