vote up 0 vote down star

The question is more challenging than it looks like because keys, such as CTRL, ALT and F-keys, do not work properly in my VM Ubuntu.

I have tried to test the tip by Aaron Deguilla in the post Unable to understand a line in bashrc.

If you switch to console mode ("Ctrl-Alt-F1"), you'll see something like:

Welcome to .... - Kernel .... (tty1)

However, my keyboard settings are broken. So

how can I change my console with the limited amount of working keys?

flag

Belongs on severfault. Probably you need to fix your keyboard settings for the virtual machine. – dmckee Apr 28 at 17:35
Serverfault.com doesn't exist yet... – Andy Mikula Apr 28 at 17:52
@Andy Mikula: Noticed that, did 'ya? It is still not really appropriate here. That said, we have a good answer, and it won't get deleted until the new site comes up, which is the right outcome. – dmckee Apr 28 at 17:55
I tend to break things by purpose, it does not mean that I cannot fix them. Thanks to ephemient, it solved my main problem :) Now, it is time to break something else. – Masi Apr 28 at 17:56
I love the theme that people find so many ways to solve problems in SO. Sorry for asking too simply at this time. – Masi Apr 28 at 17:59

closed as belongs on serverfault.com by Daniel Lew, John Rasch, Chad Birch, dmckee, Adam Davis Apr 28 at 17:47

1 Answer

vote up 4 vote down check
chvt 1

will cause a switch to VT1. If you're not root, you may need to use one of

sudo chvt 1
su -c "chvt 1"

That being said, if it were me I would like to fix the keyboard settings eventually...

link|flag
+1 great thanks for solving the problem :) – Masi Apr 28 at 17:53

Not the answer you're looking for? Browse other questions tagged or ask your own question.