Wednesday, December 22, 2010

VirtualBox CentOS Guest OS: Fix FullScreen Mode Resolution

# Useful in resolving problem with Full Screen resolution in CentOS/VirtualBox
# Installing Guest Additions should resolve the issue

yum install kernel sources

yum install gcc

yum install kernel-devel

# if uname -r shows PAE release e.g 2.6.18-194.26.1.el5PAE then install kernel-PAE-devel

yum install kernel-PAE-devel

# run the guest addition installer

sh VBoxLinuxAdditions-x86.run

# Use System->Administration->Display to set the desired resolution; Reboot.


1 comment:

  1. [root@localhost riana]# yum install kernel-PAE-devel
    Loaded plugins: fastestmirror, refresh-packagekit, security
    Loading mirror speeds from cached hostfile
    * base: mirror.stanford.edu
    * extras: centos.mirror.netriplex.com
    * rpmforge: apt.sw.be
    * updates: ftp.osuosl.org
    Setting up Install Process
    No package kernel-PAE-devel available.
    Error: Nothing to do


    Alternative:
    root@localhost riana]# yum install kernel-devel-2.6.32-220.el6.x86_64

    ReplyDelete