I have some problem with Linux, I switch graphic interface to the console using Ctrl + Alt + Shift + F1, but I can't type anything, every second I receive:

my question is, why can't I type anything in console, can I do something about that?
|
I have some problem with Linux, I switch graphic interface to the console using Ctrl + Alt + Shift + F1, but I can't type anything, every second I receive:
my question is, why can't I type anything in console, can I do something about that? | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
It appears that hdc is experiencing some sort of error and the messages are overtaking the console. Techincally you can still type, but you will be unable to see the command you are typing. Ctrl+L should clear the screen and give you some ability to get something done. | |||
|
feedback
|
|
Try CTRL+ALT+SHIFT+[F2 to F12]. One of them should open a new text console and one of them may take you back to your graphical ui | |||
|
feedback
|
|
It looks like your system is using tty1 to display messages or syslog. Or it's where Anyhow, I would not use tty1 for anything. It's been configured for diagnostic purposes in this case. You have tty2+ available, and only one of those has X. That said, the issue with tty1 is not the problem. The problem is that | |||
|
feedback
|