[Pkg-fglrx-devel] r928 - fglrx-driver/trunk/debian

Michael Gilbert gilbert-guest at alioth.debian.org
Fri Jun 29 18:09:29 UTC 2012


Author: gilbert-guest
Date: 2012-06-29 18:09:27 +0000 (Fri, 29 Jun 2012)
New Revision: 928

Modified:
   fglrx-driver/trunk/debian/libfglrx.preinst
   fglrx-driver/trunk/debian/libfglrx.templates
Log:
Revert "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-29 18:09:22 UTC (rev 927)
+++ fglrx-driver/trunk/debian/libfglrx.preinst	2012-06-29 18:09:27 UTC (rev 928)
@@ -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-device "$UNSUPPORTED"
+	db_subst fglrx-driver/install-even-if-unsupported-gpu-exists unsupported-gpus "$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-29 18:09:22 UTC (rev 927)
+++ fglrx-driver/trunk/debian/libfglrx.templates	2012-06-29 18:09:27 UTC (rev 928)
@@ -10,13 +10,13 @@
 Default: false
 #flag:translate!:3
 _Description: Install fglrx driver despite unsupported graphics card?
- The following graphics chipset found in your system is no longer handled
+ The following graphics chipsets found in your system are no longer handled
  by the fglrx driver:
  .
- ${unsupported-device}
+ ${unsupported-gpus}
  .
  You may wish to keep fglrx (for instance to drive some other card), but the
- above card requires the free Radeon driver in the package
+ above cards require 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