60Hz seems to be the problem with the 500 and 700's. Try the method mentioned in this thread. My Samsung is working great at 30Hz on HDMI or 50Hz on DP.
Hopefully there will be an Apple provided plist or driver.
This is what I ended up doing.
—————
1 - Go to Launchpad and start Terminal.
2 - type "sudo -s" and input your password.
3 - type "cd /System/Library/Displays/Overrides/DisplayVendorID-4c2d/".
4 - type "pico DisplayProductID-b80"
5 - copy and paste this inside:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DisplayProductID</key>
<integer>2944</integer>
<key>DisplayVendorID</key>
<integer>19501</integer>
<key>IODisplayEDID</key>
<data>AP///////wBMLYALAAAAADQXAQS1PSN4Ol+xoldPoigPUFS/74BxT4EAgcCBgKnAswCVANEAq KwAoPBwM4AwIDUAX1khAAAaVl4AoKCgKVAwIDUAX1khAAAaAAAA/QAySx6GNgAKICAgICAgAAAA/ABV M jhENTkwCiAgICAgAXkCAwzwIwkHB4MBAAACOoAYcTgtQFgsRQBfWSEAAB4AAAAAAAAAAAAAAAAAAAAA A AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA A AAAAAAAAAAAAAAAAAAAAAAAAAAAlw==</data>
</dict>
</plist>
Press Control + X, then y
6 - Reboot, or turn off and change the cable if you're using HDMI, and you're all set.
-------
I hope it helps.
-Chris