In virtualbox linux, the mouse is switched to my computer and the CentOS6.3 system is installed. The operation process is as follows: 1. after entering the X Window, select "device"> "Install enhancement" in the VirtualBox software menu. 2. an optical drive symbol appears on the desktop, indicating that the optical drive is successfully loaded. 3. Open the terminal, enter the/media folder, and you will see a file named VBoxAdditions.
Www.2cto.com 4. run sh VBoxLinuxAdditions. run. The content listed below will appear, and then reboot will be able to automatically switch. During installation, the building the main guestadditions module failed solution appears: to install the enhancement function, the kernel-devel package is required. Ensure that the kernel-devel and kernel versions are consistent.
View the version of kernel-devel in the software source: # After the yum update kernel is upgraded, the system must be restarted before the new kernel can be used. Www.2cto.com 2. Install kernel-devel and gcc. # Yum install kernel-devel gcc-c ++ here, the mouse can be switched over, but you cannot copy and paste it out. the building the opengl support module failed solution appears: export MAKE = '/usr/bin/gmake-I' reboot then you can share the clipboard. The screen resolution has not changed yet? Drag to change the size of the VirtualBox window, and the resolution changes accordingly.
Source http://blog.csdn.net/hongchangfirst/article/details/8522910