Em vez de uma reinicialização, tente este comando:
sudo /etc/init.d/lightdm restart
Se isso não funcionar, reinicie o módulo:
lsmod | grep amd <- search for the module name
sudo modprobe -r *module-name <- unload the module
sudo modprobe *module-name <- load the module