Display resolution in Ubuntu 10.10 on VB 4.0.2

Discussions about using Linux guests in VirtualBox.
Post Reply
sarto_g
Posts: 1
Joined: 2. Feb 2011, 13:39
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Ubuntu

Display resolution in Ubuntu 10.10 on VB 4.0.2

Post by sarto_g »

Hi all,

I'm running Ubuntu 10.10 in VB 4.0.2.
Host is Win7 64bit
Monitor resolution in guest OS is 1024 x 768 (4:3). The host resolution is 1440 x 900 and i'd like to set 1440 x 900 also in Ubuntu

I've given guest 1 GiB of RAM & 64 MiB of video memory and I have installed GA:
  • VBoxAddition_4.0.2_69518
    VboxAddition_4.0.2-update-69551
Auto-resize & seamless mode work correctly, but if I press Host Key + F the VM goes to fullscreen and I have black at the sides.

I also tried the following:

Code: Select all

sudo apt-get update 
sudo apt-get install build-essential linux-headers-$(uname -r) 
sudo apt-get install virtualbox-ose-guest-x11
without success: Max resolution is always 1024 x 768 .

Any suggestion would be appreciated.

Thank you
jcarmona
Posts: 2
Joined: 2. Feb 2011, 16:25
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: ubuntu 10.10

Re: Display resolution in Ubuntu 10.10 on VB 4.0.2

Post by jcarmona »

I have the exact same issue. Has anybody responded?
particleman
Posts: 16
Joined: 10. Jan 2011, 05:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: arch,gentoo

Re: Display resolution in Ubuntu 10.10 on VB 4.0.2

Post by particleman »

Try and go full screen and then change the resolution, once in full screen hit ctrl-g and check resolution again.
jcarmona
Posts: 2
Joined: 2. Feb 2011, 16:25
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: ubuntu 10.10

Re: Display resolution in Ubuntu 10.10 on VB 4.0.2

Post by jcarmona »

tried that and it did not work. Max resolution is 800 x 600. windows 7 host is set to 1680 x 1050.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Display resolution in Ubuntu 10.10 on VB 4.0.2

Post by Sasquatch »

As long as dynamic resolutions work, there is no reason that you get black borders in full screen. And I'm going to say this for the 14.382 time, don't believe the max possible resolution noted in the resolution settings of the Guest OS.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
c_anderson
Posts: 1
Joined: 20. Feb 2011, 11:02
Primary OS: MS Windows XP
VBox Version: OSE Debian
Guest OSses: Ubuntu

Re: Display resolution in Ubuntu 10.10 on VB 4.0.2

Post by c_anderson »

I fixed this problem by adding the following line to /etc/X11/xorg.conf
Modes "1680x1050"
I commented out all the other Modes that were already there. After a reboot, I was able to set 1680x1050 via the Monitors control panel.

PS It will be a cold day in hell before I upgrade my Virtualbox software again.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Display resolution in Ubuntu 10.10 on VB 4.0.2

Post by Sasquatch »

You do realise that providing a resolution in Xorg.conf will disable the dynamic resizing feature?
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
larsbars
Posts: 1
Joined: 21. Feb 2011, 01:55
Primary OS: MS Windows 7
VBox Version: OSE Debian
Guest OSses: Ubuntu

Re: Display resolution in Ubuntu 10.10 on VB 4.0.2

Post by larsbars »

I was having similar issues. Upgrading to VirtualBox 4.0.4 and installing the Guest Additions for that version fixed the issue. Ubuntu now automatically resizes its resolution when i go fullscreen with virtual box.
Post Reply