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?

link|improve this question
feedback

migrated from stackoverflow.com Jan 31 '11 at 0:42

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Sathya, Sathya Feb 3 '11 at 13:47

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

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).

link|improve this answer
helpdeskgeek.com/linux-tips/… may be of use if you're having trouble installing guest additions. – Graphain Feb 7 '11 at 21:16
feedback

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

link|improve this answer
That one actually have worked form me. +1 – rafek Jan 30 '11 at 18:30
Worked for me (remember to reboot). Alternatively see helpdeskgeek.com/linux-tips/… – Graphain Feb 7 '11 at 21:16
feedback

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