How can I restart Unity/GDM when I get a blank screen after suspend?

Solution 1:

GDM is replaced by lightdm. If you haven't changed it manually.

STOP

sudo stop lightdm

START

sudo start lightdm

As far as I can remember, it has restart also. Try with following

RESTART

sudo restart lightdm