Fedora 18 VirtualBox Resolution Guest Additions

fedoraresolutionvirtualbox

I've installed Fedora 18 64-bit guest into a VirtualBox VM running on a Max OS X host. Previously I've installed Fedora 17 and after installing guest additions from the RPM Fusion repo full screen mode worked by resizing to the same resolution as the host machine.

However on Fedora 18 after installing guest additions and running in full screen mode the guest runs at 1024×768. The host is running at 1366×768. This results in two large black bars on the left and right of the guest when in full screen mode.

Is there a way to alleviate this? Perhaps to get Fedora to run a custom resolution?

Edit The root of the problem was that GuestAdditions was failing to install. After trying to build it manually and using the version from RPM Fusion I was unable to solve this. I've downloaded Fedora 17 and the version of GuestAdditions from RPM Fusion works fine with it.

Best Answer

VirtualBox-guest from rpmfusion should work without problem , if You had any problem please report it on https://bugzilla.rpmfusion.org/enter_bug.cgi?product=Fedora component VirtualBox

yum install VirtualBox-guest kmod-VirtualBox

if you install kmod-VirtualBox it will install pre compiled kernel kmods .

Related Question