You have a Kepler card with more than one DisplayPort port? Did you try the fix?
Here are some commands to apply the fix. It adds board-ids for MacPro4,1/MacPro5,1, iMac10,1, MacPro3,1
Code:
mkdir -p ~/AppleGraphicsDevicePolicy
cp /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist ~/AppleGraphicsDevicePolicy/Info.plist
# bbedit ~/AppleGraphicsDevicePolicy/Info.plist
/usr/libexec/PlistBuddy \
-c "Add :IOKitPersonalities:AppleGraphicsDevicePolicy:ConfigMap:Mac-F221BEC8 string none" \
-c "Add :IOKitPersonalities:AppleGraphicsDevicePolicy:ConfigMap:Mac-F221DCC8 string none" \
-c "Add :IOKitPersonalities:AppleGraphicsDevicePolicy:ConfigMap:Mac-F42C88C8 string none" \
~/AppleGraphicsDevicePolicy/Info.plist > /dev/null
#bbdiff /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist ~/AppleGraphicsDevicePolicy/Info.plist
sudo chmod 755 ~/AppleGraphicsDevicePolicy/Info.plist
sudo chown root:wheel ~/AppleGraphicsDevicePolicy/Info.plist
mount | grep ' on / ' | grep -q 'read-only' && sudo mount -uw /
sudo mv -f ~/AppleGraphicsDevicePolicy/Info.plist /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist
sudo touch /System/Library/Extensions