Summary
Description: Unnamed repository; edit this file 'description' to name the repository.
Last Change: Wed 4/10/13 13:00
Recent Commits
>
--git a/SuSE/CHANGELOG b/SuSE/CHANGELOG
index 07544b7..74ba4a5 100644
--- a/SuSE/CHANGELOG
+++ b/SuSE/CHANGELOG
@@ -1,68 +1,77 @@
-Thu Jun 14 21:17:00 CEST 2012 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Thu Jul 26 10:16:00 CEST 2012 - Sebastian Siebert <freespacer@gmx.de>
+
+- remove unneeded patch: amd-3.4.0-missing-functions.patch
+
+-------------------------------------------------------------------
+Thu Jun 14 21:17:00 CEST 2012 - Sebastian Siebert <freespacer@gmx.de>
- add patch for Kernel 3.4.0 and higher to prevent compile error
- activate packaging for openSUSE 12.2
-Thu May 03 20:15:03 CEST 2012 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Thu May 03 20:15:03 CEST 2012 - Sebastian Siebert <freespacer@gmx.de>
+
- add new file for /etc/ati/atiapfxx.blb
- create /etc/ati/atiapfuser.blb during installation and remove the
file if the package was uninstalled.
-Wed Mar 07 19:37:22 CET 2012 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Wed Mar 07 19:37:22 CET 2012 - Sebastian Siebert <freespacer@gmx.de>
+
- remove runlevel 3 from the init script atieventsd.sh
-Wed Feb 15 19:20:01 CET 2012 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Wed Feb 15 19:20:01 CET 2012 - Sebastian Siebert <freespacer@gmx.de>
+
- update packaging script and fglrx.spec file
- remove unneeded ati-powermode.sh
-Sat Jan 07 19:51:51 CET 2012 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Sat Jan 07 19:51:51 CET 2012 - Sebastian Siebert <freespacer@gmx.de>
+
- add auto detection for Balsam Professional
- Balsam Professional is based on openSUSE
-Sun Nov 20 17:02:29 CET 2011 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Sun Nov 20 17:02:29 CET 2011 - Sebastian Siebert <freespacer@gmx.de>
- openSUSE 12.1:
- add search path for dynamic libraries: /usr/X11R6/lib{,64}
- change mode bits 644 => 755 for /usr/lib/*
- add unsupported openSUSE 12.2
-Mon Oct 10 08:20:32 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Mon Oct 10 08:20:32 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
- activate packaging for openSUSE 12.1
- add kernel-debug package in the detecting routine of build script
- rewrite the PowerXpress check routine in the post install script
-Fri Sep 30 00:04:15 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Fri Sep 30 00:04:15 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
- add OpenCL runtime integration (changes in packaging script + spec file)
-Fri Aug 19 00:44:15 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Fri Aug 19 00:44:15 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
- rewrite the KMS Configuration for Tumbleweed and openSUSE 12.1
-Thu Jul 28 14:13:23 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Thu Jul 28 14:13:23 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
- KMS Configuration in Tumbleweed for openSUSE 11.4 is missing
- add to the force mode removing the older fglrx kernel modules
in fglrx-kernel-build.sh
-Thu Jul 14 21:03:41 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Thu Jul 14 21:03:41 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
- rename variables from ATI to AMD
-Thu Jun 30 02:35:23 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
+Thu Jun 30 02:35:23 CEST 2011 - Sebastian Siebert <freespacer@gmx.de>
- add new KMS Configuration for further openSUSE versions (e.g., 12.1)
- rename from ATI to AMD in some scripts
diff --git a/SuSE/amd-3.4.0-missing-functions.patch b/SuSE/amd-3.4.0-missing-functions.patch
deleted file mode 100644
index 932655a..0000000
--- a/SuSE/amd-3.4.0-missing-functions.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -rup fglrx.orig/firegl_public.c fglrx/firegl_public.c
---- fglrx.orig/firegl_public.c 2012-05-25 14:22:07.218954103 +0200
-+++ fglrx/firegl_public.c 2012-05-29 22:50:59.013254964 +0200
-@@ -188,6 +188,12 @@
- #include <linux/swap.h>
- #include "asm/i387.h"
-
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)
-+#ifdef CONFIG_X86_32
-+#include "asm/fpu-internal.h"
-+#endif
-+#endif
-+
- #include "firegl_public.h"
- #include "kcl_osconfig.h"
- #include "kcl_io.h"
-@@ -4154,7 +4160,11 @@ static int kasInitExecutionLevels(unsign
- {
- unsigned int p;
- KCL_DEBUG5(FN_FIREGL_KAS, "%d\n", level_init);
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)
-+ for_each_possible_cpu(p)
-+#else
- for_each_cpu_mask(p, cpu_possible_map)
-+#endif
- {
- KCL_DEBUG1(FN_FIREGL_KAS,"Setting initial execution level for CPU # %d\n", p);
- preempt_disable();
-diff -rup fglrx.orig/kcl_ioctl.c fglrx/kcl_ioctl.c
---- fglrx.orig/kcl_ioctl.c 2012-05-25 14:21:43.716077316 +0200
-+++ fglrx/kcl_ioctl.c 2012-05-29 01:22:18.548377787 +0200
-@@ -213,6 +213,12 @@ void ATI_API_CALL KCL_IOCTL_UnregisterCo
- #endif
- }
-
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)
-+# ifdef CONFIG_COMPAT
-+DEFINE_PER_CPU(unsigned long, old_rsp);
-+# endif
-+#endif
-+
- /** \brief Allocate user space for 32-bit app making 64-bit IOCTL
- * \param size [in] Number of bytes to allocate
- * \return Pointer to allocated memory
diff --git a/SuSE/fglrx.spec b/SuSE/fglrx.spec
index 5f7d84e..baf1679 100644
--- a/SuSE/fglrx.spec
+++ b/SuSE/fglrx.spec
@@ -229,14 +229,6 @@ echo "Apply some patches ..."
echo "ati-2.6.36-compat_alloc_user_space.patch could not applied! Please report this bug to Sebastian Siebert <freespacer@gmx.de>. Thank you."
fi
%endif
-%if %suse_version > 1100
- patch -p1 -s < /usr/share/doc/packages/fglrx/patches/amd-3.4.0-missing-functions.patch
- if [ $? -eq 0 ]; then
- echo "amd-3.4.0-missing-functions.patch applied successfully."
- else
- echo "amd-3.4.0-missing-functions.patch could not applied! Please report this bug to Sebastian Siebert <freespacer@gmx.de>. Thank you."
- fi
-%endif
# placeholder_for_additional_patches_for_fglrx_sources
rm -f *.orig
# For openSUSE 12.1 and higher: we should add a dynamic library&n
Copyright © 2013 by Phoronix Media