I have installed Ubuntu 12.04 on the latest VirtualBox release and I cannot change the resolution.
Here are the commands that i run:
-- in Windows
VBoxManage setextradata "Ubuntu" "CustomVideoMode1" "1920x1080x32"
-- in Ubuntu
~$ gtf 1920 1080 32
# 1920x1080 @ 32.00 Hz (GTF) hsync: 35.20 kHz; pclk: 86.17 MHz
Modeline "1920x1080_32.00" 86.17 1920 1992 2184 2448 1080 1081 1084 1100 -HSync +Vsync
~$ xrandr --newmode "1920x1080_32.00" 86.17 1920 1992 2184 2448 1080 1081 1084 1100 -HSync +Vsync
xrandr: Failed to get size of gamma for output default
Because this fails, xrandr --addmode
does not work either. I kept searching the webs and there's a common reccurent theme with a file /etc/X11/xconf.org
but this is apparently missing from my image.
Also the scroll doesn't work.