Saturday, April 27, 2024
65
rated 0 times [  65] [ 0]  / answers: 1 / hits: 109090  / 3 Years ago, fri, may 14, 2021, 8:28:39

After booting to the GUI in 12.04, I attempt to move to the virtual terminal (or shell, or tty) via Ctrl-Alt-F1 (F1 through F6), and the screen remains blank. I have tried all 6 tty instances and the results are the same. Ctrl-alt-F7 brings me back to the GUI without a problem. Any thoughts?


More From » command-line

 Answers
6

This is usually caused because the graphical text-mode resolution set at boot up is not compatible with your video card. The solution is to switch to true text-mode by configuring Grub appropriately:




  1. Open the terminal with Ctrl+Alt+T

  2. Paste the below, and enter your password when asked:



    sudo sed -i -e 's/#GRUB_TERMINAL/GRUB_TERMINAL/g' /etc/default/grub

  3. Then type sudo update-grub


  4. Reboot and the virtual terminals should now work.


[#36918] Saturday, May 15, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
istictroubli

Total Points: 306
Total Questions: 96
Total Answers: 114

Location: Sao Tome and Principe
Member since Wed, Jul 13, 2022
2 Years ago
istictroubli questions
;