Can anyone confirm on High Sierra if the issue with the Lg Ultrafine display not waking/Mac not sleeping issue has actually been fixed? Thanks!
I fixed my sleep problem with these terminal commands
sudo pmset standby 1
sudo pmset hibernatemode 3
but check this command first to see what your current settings are
sudo pmset -g custom
make note of the standby and hibernate settings, in case you need to revert.
Thanks for this, closest thing I have seen to a fix yet. I'll look into it tonight!I fixed my sleep problem with these terminal commands
sudo pmset standby 1
sudo pmset hibernatemode 3
but check this command first to see what your current settings are
sudo pmset -g custom
make note of the standby and hibernate settings, in case you need to revert.