I know that the Ctrl+Alt+F* shortcuts go to virtual terminals. This worked fine up through 11.10. But in 12.04, all I get is a blank screen when using a Ctrl+Alt+F* shortcut; I can still go back to my X session, though, by pressing Ctrl+Alt+F7. What is malfunctioning?
Asked
Active
Viewed 1,661 times
0
1 Answers
0
I meet the same problem after update from 10.04 to 12.04. It is the problem of your video card driver. In my situation, after the update, the driver has been disabled and replaced by sth different. Go to the 'system setting', find the 'additional drivers', check if the correct video card driver is activated.

wt70707
- 43
- 1
- 5
/etc/default/grub
, add optiontext
to theGRUB_CMDLINE_LINUX_DEFAULT
and runsudo update-grub
and reboot.This should boot you into a console -
– ish Jun 07 '12 at 04:56tty1
. Can you switch between terminals from there? If yes, runstartx
from tty1 to enter the desktop environment, and from there, see if the shortcut keys work.GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
and runsudo update-grub
I get the message/usr/sbin/grub-mkconfig: 11: /etc/default/grub: text: not found
– Gregory Gauthier Jun 07 '12 at 05:04GRUB_CMDLINE_LINUX_DEFAULT="text"
– ish Jun 07 '12 at 05:07