summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2014-05-04 17:42:12 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2014-05-04 21:51:05 +0200
commit64ea4ec3de0d792eb6394b9b96526e70271109e6 (patch)
treee0f8042c0d1cdd701ad21c0e423c3fce20d1c9b0 /config
parent5fe385f946a5e4b46f45fd7bd799adf624460dae (diff)
downloadkanotix-64ea4ec3de0d792eb6394b9b96526e70271109e6.zip
kanotix-64ea4ec3de0d792eb6394b9b96526e70271109e6.tar.gz
kwin hack: remove aticonfig check
Diffstat (limited to 'config')
-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