Guest additions do not work in Fedora 10

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Jirina
Posts: 2
Joined: 14. Dec 2008, 22:38

Guest additions do not work in Fedora 10

Post by Jirina »

I successfully installed guest additions in Fedora 10 (host is Win XP Pro with SP3). However, when I resize the window with the guest or try full screen, the guest screen does not change its dimensions (it does not follow the host window resizing). Also, the mouse integration shows some strange things too - the mouse pointer of the guest is overlapped by the one of the host.

What can I try to get rid of these problems? (everything works well in Kubuntu 8.04 and OpenSUSE 11.0).
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

Post by Sasquatch »

Check the differences between the two (or three) Guests' xorg.conf file. It's likely that on your Fedora Guest, there is no vboxvideo driver set. Make sure that you don't run a beta or RC version of xserver-xorg, the video driver won't install if you do.
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.
Jirina
Posts: 2
Joined: 14. Dec 2008, 22:38

Post by Jirina »

Thank you for your suggestions. I found out that xorg.conf is not created in Fedora 10 by default, so I tried to follow some of the googled advice:

su
yum install system-config-display
system-config-display --reconfig

This produced some warnings and I had some problems to start Fedora after restarting the guest, but I accidentally succeeded (I am completely new to Linux), xorg.conf is now present in /etc/X11 and the guest window is now resizing correctly and full screen works as well.
Post Reply