Xubuntu 19.10 - Черный экран с указателем мыши

Xubuntu 19.10 на Dell Optiplex 755 - отлично работает.

Единственная проблема в том, что когда я оставляю компьютер без присмотра на какое-то время, я обнаруживаю, что есть только черный экран с видимым указателем мыши. В противном случае на экране ничего нет.

Я могу нажать ctrl-alt-f1, войти в систему через терминал и перезагрузиться, после чего все возобновится в обычном режиме.

Есть идеи?

0
задан 12 December 2019 в 07:21

1 ответ

Такая же ситуация и с MSI VR600X.

Это полезно для меня: https://www.stephenwagner.com/2019/05/05/ubuntu-linux-black-screen-frozen-system-after-upgrade-install/

Временное исправление

Чтобы система загрузилась:

After turning on your PC, hold the right SHIFT key to get to the GRUB bootloader.
Once GRUB is open, press the “e” key to edit the first highlighted entry “Ubuntu”.
Move your cursor down to the line that starts with “linux”, and use the right arrow key to find the section with the words “ro quiet splash”.
Add “nomodeset” after these words.

nomodeset

Feel free to remove “quiet” and “splash” for more verbosity to troubleshoot the boot process.
Press “CTRL + X” or “F10” to boot.
The system should now boot.

Постоянное исправление

Чтобы навсегда решить проблему:

Once the system has booted using the temporary fix, log in.
Open a terminal window (Applications -> Terminal, or press the “Start” button and type terminal).
Either “su” in to root, or use “sudo” to open your favorite text editor and edit the file “/etc/default/grub” (I use nano which can be install by running “dnf install nano”):

nano /etc/default/grub

Locate the line with the variable “GRUB_CMDLINE_LINUX_DEFAULT”, and add “nomodeset” to the variables. Feel free to remove “splash” and “quiet” if you’d like text boot. Here’s an example of my line after editing (yours will look different):

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

Save the file and exit the text editor (CTRL+X to quit, the press “y” and enter to save).
At the bash prompt, execute the following command to regenerate the grub.conf file on the /boot partition from your new default file:

update-grub

Restart your system, it should now boot!

Обратите внимание: всегда убедитесь, что у вас есть полная резервная копия системы, прежде чем изменять какие-либо системные файлы!

0
ответ дан 27 January 2020 в 20:03

Другие вопросы по тегам:

Похожие вопросы: