1

Possible Duplicate:
Help fixing Virtual Console (tty1-6) under VirtualBox

I'm using Virtualbox 4.1.2 on a Windows host, and have ubuntu 11.10 oneiric installed. I can use the graphic mode normally, but when I try to use console model (Ctrl+alt+f1,ctrl+alt+f2) a distorced screen is showed (see the screenshot).

enter image description here

Thanks in advance

2 Answers2

1

I think you would be best served by installing 'openssh-server' and establish an SSH session into that VM using PuTTY or the Cygwin terminal - you can then run byobu or just straight Tmux or Screen to allow for multiple console applications at one time. It would give you much more flexibility, and be (I think) a good bit faster, and smoother than using VT's in the VirtualBox display.

Jayson Rowe
  • 1,858
0

The virtualbox guest additions only work in X11. It's by design. If you want term access use a)remote connection via ssh and Putty or b)accept that without the GUI running you have a set resolution.

RobotHumans
  • 29,530