- Edited
Since my solution seems to be a unique one (and could possibly be incorrect) I'll post it here.
In Terminal, write:
sudo nvram boot-args="dither=1"
Reboot.
Also, you can check if it's there by entering nvram boot-args
afterwards. It should write out boot-args dither-1
Edit: this is actually incorrect, it should be sudo nvram boot-args="dither=0"
, thanks to NewDwarf for the fix.