With the latest Red Hat release I experienced an issue with increasing the screen resolution above 1027×768. After checking out the VirtualBox forums, I found my answer and a solution to the issue.
We don’t intend to ship a driver for X.org 1.19 because systems with such a new X server should be able to load the vboxvideo kernel module. Unfortunately RHEL 7 mixes an old kernel (3.10) with a recent X server (1.19). Fortunately RedHat backported relevant DRM code from recent Linux to their custom 3.10.x kernel and we could make the vboxvideo kernel driver work with the RHEL 7.3 and RHEL 7.4 kernels. Source: VirtualBox forums.
As suggested, installing the most recent guest additions (5.1.27 r117460) solved the issue I was experiencing. The following steps were used to mount and install the guest additions:
cd ~ wget -q https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_5.1.27-117460.iso sudo mkdir /mnt/vboxguest sudo mount -o loop ~/VBoxGuestAdditions_5.1.27-117460.iso /mnt/vboxguest sudo /mnt/vboxguest/VBoxLinuxAdditions.run sudo umount /mnt/vboxguest sudo rmdir /mnt/vboxguest reboot
You’ll find the VirtualBox test builds at this address.
Roger hosts his website off of a Raspberry Pi!
This post, re-published here with permission, was originally published on Roger’s site here.
Leave a Reply