async I am not sure Dithering is disabled or not. Can you please help me on this?
I have followed these steps.
Restart in recovery mode
run: csrutil disable
Restart in normal mode and in terminal run:
sudo nvram boot-args="enableDither=0 PE_i_can_has_debugger=1 iomfb_RuntimeProperty_enableDither=0"
restart in recovery and set: csrutil enable
restart your machine
After all the above steps done, I have ran your given command.
ioreg -l -d0 -w 0 -r -c AppleCLCD2 | grep -i -B 8 -A 0 dither
Now output in the terminal is below.

Is Dithering disabled now? In the result, it still says "enableDither" = YesI am not sure this is correct and I have missed something.