diff options
author | Joerg Schirottke <master@kanotix.com> | 2014-05-04 17:42:12 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2014-05-04 21:51:05 +0200 |
commit | 64ea4ec3de0d792eb6394b9b96526e70271109e6 (patch) | |
tree | e0f8042c0d1cdd701ad21c0e423c3fce20d1c9b0 /config | |
parent | 5fe385f946a5e4b46f45fd7bd799adf624460dae (diff) | |
download | kanotix-64ea4ec3de0d792eb6394b9b96526e70271109e6.zip kanotix-64ea4ec3de0d792eb6394b9b96526e70271109e6.tar.gz |
kwin hack: remove aticonfig check
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/kwin-fglrx-hack | 4 |
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 |