Archív značiek: graphics

Why does switching to the tty give me a blank screen?

http://askubuntu.com/questions/162535/why-does-switching-to-the-tty-give-me-a-blank-screen?rq=1

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.

2014-08-20 20:50:52
Comment – test – blank screen

Why does switching to the tty give me a blank screen?

http://askubuntu.com/questions/162535/why-does-switching-to-the-tty-give-me-a-blank-screen?rq=1

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.

2014-08-20 20:50:52
Comment – test – blank screen