Fullscreen scales guest-machine

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
Lumio
Posts: 4
Joined: 18. Jun 2009, 23:09
Primary OS: Mac OS X Leopard
VBox Version: OSE other
Guest OSses: Debian Lenny / Gentoo / WinXP

Fullscreen scales guest-machine

Post by Lumio »

Hi,
I have a resolution of 1280x800 and I configured the Screen-Section for X11 like the this:

Code: Select all

Section "Screen"
	Identifier		"Default Screen"
	Monitor			"Configured Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth			16
		Modes			"1280x800"
	EndSubSection
	SubSection "Display"
		Depth			24
		Modes			"1280x800"
	EndSubSection
EndSection
Well the problem now is, that if I use that configuration in full screen mode, the machine gets scalate, so that I can't see everything.

I'm using Debian Lenny
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Fullscreen scales guest-machine

Post by Perryg »

Why don't you comment out the modes lines and install the Guest additions so you can use the full advantage of VirtualBox. See example below:

Code: Select all

Section "Screen"
   Identifier      "Default Screen"
   Monitor         "Configured Monitor"
#   DefaultDepth   24
   SubSection "Display"
      Depth         16
#      Modes         "1280x800"
   EndSubSection
   SubSection "Display"
      Depth         24
#      Modes         "1280x800"
   EndSubSection
EndSection
Lumio
Posts: 4
Joined: 18. Jun 2009, 23:09
Primary OS: Mac OS X Leopard
VBox Version: OSE other
Guest OSses: Debian Lenny / Gentoo / WinXP

Re: Fullscreen scales guest-machine

Post by Lumio »

That ends up with the same problem
To show you, what I mean, I uploaded the following pictures:
http://thumber.citrosaft.com/file_Picture+218c2c.png (in fullscreen mode)
http://thumber.citrosaft.com/file_Picture+34f3ff.jpg (you can see the missing part)
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Fullscreen scales guest-machine

Post by Perryg »

Leave the commented parts in the xorg.conf and the run in a terminal window "/etc/init.d/vboxadd setup" so it can re-compile the video.
If this does not work re-install the guest additions and watch for any errors in that window.
Also you can look at /var/log/vboxadd-install.log for errors and problems.
Lumio
Posts: 4
Joined: 18. Jun 2009, 23:09
Primary OS: Mac OS X Leopard
VBox Version: OSE other
Guest OSses: Debian Lenny / Gentoo / WinXP

Re: Fullscreen scales guest-machine

Post by Lumio »

Okay, I installed the additional software, and everything is fine now. :) thanks
Post Reply