How do I increase VirtualBox resolution past 800x600 in Linux?

23

2

Possible Duplicate:
Ubuntu on VirtualBox can only show resolution of 800x600 - how to change it?

No matter what I do I cannot get the resolution past 800x600. If I am using a Windows install in VirtualBox, I can get it to 1024x768.

What is limiting me from doing this in Linux?

Nick Stinemates

Posted 2008-09-12T05:03:00.997

Reputation: 388

Question was closed 2011-02-03T13:47:36.197

look here http://askubuntu.com/a/489948/287960

– Gangnus – 2014-06-30T11:32:58.973

2funny this is the duplicate when it was created 2 years prior.. – Nick Stinemates – 2013-06-18T21:27:45.120

Answers

31

Have you installed the VirtualBox Guest Additions on your guest yet? If so, then the size of the guest should reflect the size of your VirtualBox window, so if you maximise the latter, your guest should resize its display accordingly.

You may also need to activate VirtualBox's Auto-resize Guest Display option (Host-G is a hot key for that).

Chris Jester-Young

Posted 2008-09-12T05:03:00.997

Reputation: 2 116

http://helpdeskgeek.com/linux-tips/install-virtualbox-guest-additions-in-ubuntu/ may be of use if you're having trouble installing guest additions. – Graphain – 2011-02-07T21:16:35.840

8

If installing guest additions does not solve the problem for you try the following:

sudo apt-get install virtualbox-ose-guest-x11

And some more info on the problem here: http://forums.virtualbox.org/viewtopic.php?f=3&t=33645&start=0

Tomasz

Posted 2008-09-12T05:03:00.997

Reputation: 181

2+1 Worked for Gentoo host and Ubuntu 14.04 guest. The package name seems to have changed to virtualbox-guest-x11 – NigoroJr – 2014-06-26T03:17:10.727

That one actually have worked form me. +1 – rafek – 2011-01-30T18:30:38.290

Worked for me (remember to reboot). Alternatively see http://helpdeskgeek.com/linux-tips/install-virtualbox-guest-additions-in-ubuntu/

– Graphain – 2011-02-07T21:16:15.343