#!/bin/bash
clear
echo
cd "$(dirname "$0")"
sudo mv -f /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/Configuration.plist /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/Configurationoriginal.plist
sudo cp -f .Resources/Configuration.plist /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources
sudo chown root:wheel /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/Configuration.plist
mv -f 'Disable Quartz Extreme on PCI Video Cards (Active).command' 'Disable Quartz Extreme on PCI Video Cards.command'
mv -f 'Enable Quartz Extreme on PCI Video Cards.command' 'Enable Quartz Extreme on PCI Video Cards (Active).command'
clear
echo
echo 'Quartz Extreme enabled on PCI video cards! Please reboot now!'
sleep 3
killall Terminal