summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVi0L02015-11-25 20:43:58 +0100
committerVi0L02015-11-25 20:43:58 +0100
commitf8a01cde9a0e84f36e01b5aa0a13e9fe2a863d70 (patch)
treeb97f8a35bdb6a9ba566ae5180479e74160cf8e4b
parent9b80b4eebb311766d28e8cdfa88695d2eb006f67 (diff)
downloadaur-f8a01cde9a0e84f36e01b5aa0a13e9fe2a863d70.tar.gz
added important note about dropped support for pre-GCN cards
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--catalyst-test.install8
3 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 031f915c416a..9b4669164596 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = catalyst-test
- pkgdesc = AMD/ATI Catalyst drivers for linux AKA Crimson. catalyst-hook + catalyst-utils + lib32-catalyst-utils + experimental powerXpress suppport. Radeons HD 2 3 4 k ARE NOT SUPPORTED
+ pkgdesc = AMD/ATI Catalyst drivers for linux AKA Crimson. catalyst-hook + catalyst-utils + lib32-catalyst-utils + experimental powerXpress suppport. PRE-GCN Radeons ARE NOT SUPPORTED
pkgver = 15.11
- pkgrel = 2
+ pkgrel = 3
url = http://www.amd.com
install = catalyst-test.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5a108d3bd723..f27bd7bed6c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,19 +18,17 @@
# Contributor: lano1106 (patch to improve jacob's patch)
# Contributor: zoopp
# Contributor: solar (authatieventsd' patch s/-1/255)
-# Contributor: Cold (current_euid patch)
-# Contributor: ubuntu (parts of 4.0, 4.1 and 4.2 kernel patches)
-# Contributor: kolasa (parts of 4.2 and 4.3 kernel patches)
+# Contributor: kolasa (part of 4.3 kernel patches)
# Contributor: gentoo (part of 4.3 kernel patches)
# PKGEXT='.pkg.tar.gz' # imho time to pack this pkg into tar.xz is too long, unfortunatelly yaourt got problems when ext is different from .pkg.tar.xz - V
pkgname=catalyst-test
pkgver=15.11
-pkgrel=2
+pkgrel=3
# _betano=1.0
_amdver=15.30.1025
-pkgdesc="AMD/ATI Catalyst drivers for linux AKA Crimson. catalyst-hook + catalyst-utils + lib32-catalyst-utils + experimental powerXpress suppport. Radeons HD 2 3 4 k ARE NOT SUPPORTED"
+pkgdesc="AMD/ATI Catalyst drivers for linux AKA Crimson. catalyst-hook + catalyst-utils + lib32-catalyst-utils + experimental powerXpress suppport. PRE-GCN Radeons ARE NOT SUPPORTED"
arch=('i686' 'x86_64')
url="http://www.amd.com"
license=('custom')
diff --git a/catalyst-test.install b/catalyst-test.install
index 8386887d649c..8dd48e0eb6ce 100644
--- a/catalyst-test.install
+++ b/catalyst-test.install
@@ -30,10 +30,10 @@ whisperer(){
echo -e "\e[0;32m--------------------------- PXP --------------------------------\e[0m"
echo -e "\e[0;32m@pxp_user:\e[0m I switched GL/glx links to catalyst again..."
echo -e "\e[0;32m----------------------------------------------------------------\e[0m"
- echo -e "\e[1;31m-------------------------- TTY BUG -----------------------------\e[0m"
- echo "There's a bug in switching to VT/TTY"
- echo "Using uvesafb is a workaround:"
- echo "https://wiki.archlinux.org/index.php/uvesafb"
+ echo -e "\e[1;31m------------ DROPPED SUPPORT FOR RADEONS HD 5 6 k --------------\e[0m"
+ echo "Please note that this release SADLY :( is"
+ echo "dropping support for pre-GCN cards so mainly"
+ echo "Radeons of series 5000 and 6000"
echo -e "\e[1;31m----------------------------------------------------------------\e[0m"
}