Você tentou simplesmente mudar para um "console" diferente, com CTRL + ALT + F1 através de F8 ? Normalmente, eles alternam os modos de tamanho / gráficos da tela e podem enviar um comando "redefinir" para o monitor.
Às vezes, CTRL + ALT + BACKSPACE está configurado para matar ou reiniciar o gerenciador de janelas, também pode causar um "reset".
PS. Fazer um desligamento pull-the-plug é terrível para a maioria dos sistemas de arquivos, se o kernel ainda estiver escutando (e quase sempre é) você pode fazer um " Magic SysRq " reboot / shutdown:
Segure CTRL + ALT + SysRq (mantenha pressionado estes)
mais um de cada vez, com alguns segundos de intervalo: R I I S U B
[Can be remembered with] "Raising Elephants Is So Utterly Boring", "Reboot Even If System Utterly Broken" or simply the word "BUSIER" read backwards, are often used to remember the following Sysrq-keys sequence:
_
unRaw (take control of keyboard back from X),
tErminate (send SIGTERM to all processes, allowing them to terminate gracefully),
kIll (send SIGKILL to all processes, forcing them to terminate immediately),
Sync (flush data to disk),
Unmount (remount all filesystems read-only),
reBoot.
-
Em vez de B para reiniciar, O também deve ser desligado. Veja esta página para mais informações também: link
Por exemplo, verifique cat /proc/sys/kernel/sysrq
para ver se eles estão ativados ou echo “1” > /proc/sys/kernel/sysrq
para ativá-los (talvez seja necessário root ou sudo tee
etc.).
Ou talvez o monitor / laptop esteja falhando devagar ...