[Pkg-fglrx-devel] r938 - fglrx-driver/trunk/debian
Andreas Beckmann
anbe-guest at alioth.debian.org
Sat Jun 30 18:28:46 UTC 2012
Author: anbe-guest
Date: 2012-06-30 18:28:46 +0000 (Sat, 30 Jun 2012)
New Revision: 938
Modified:
fglrx-driver/trunk/debian/libfglrx.preinst
fglrx-driver/trunk/debian/libfglrx.templates
Log:
Redo "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-30 18:26:52 UTC (rev 937)
+++ fglrx-driver/trunk/debian/libfglrx.preinst 2012-06-30 18:28:46 UTC (rev 938)
@@ -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-30 18:26:52 UTC (rev 937)
+++ fglrx-driver/trunk/debian/libfglrx.templates 2012-06-30 18:28:46 UTC (rev 938)
@@ -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