summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig/chroot_local-hooks/kwin-fglrx-hack4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/kwin-fglrx-hack b/config/chroot_local-hooks/kwin-fglrx-hack
new file mode 100755
index 0000000..2754ea9
--- /dev/null
+++ b/config/chroot_local-hooks/kwin-fglrx-hack
@@ -0,0 +1,4 @@
+#!/bin/sh
+if grep -qs 'aticonfig --get-pcs-key=LDC,ReleaseVersion' /usr/lib/kde4/libexec/kwin_opengl_test; then
+ sed -i 's/aticonfig --get-pcs-key=LDC,ReleaseVersion/echo String: 14.10.1006-140417a-171101C/' /usr/lib/kde4/libexec/kwin_opengl_test
+fi