Step1:
開啟安裝於VirtualBox上的 CentOS ,然後點選虛擬機器的裝置選項,
並且點擊 安裝Guest Additions 選項。點擊後,桌面上應該會出現光碟機掛載虛擬光碟
VBOXADDITIONS 的顯示。
Step2:安裝kernel-devel 與 gcc 套件
開啟終端機,輸入以下指令:
[root@localhost ~]# yum install kernel-devel -y
[root@localhost ~]# yum install kernel sources -y
[root@localhost ~]# yum install gcc -y
Step3:
[root@localhost ~]# export MAKE='/usr/bin/gmake -i'
[root@localhost ~]# cd /media/VBOXADDITIONS_4.0.4_70112/
[root@localhost VBOXADDITIONS_4.0.4_70112]# sh VBoxLinuxAdditions.run
完成後,重新啟動 CentOS
就可以調整解析度到1024x768的解析度了。
******若無export MAKE='/usr/bin/gmake -i'將導致Building the OpenGL support module時出現錯誤。******
參考:
http://home.gamer.com.tw/creationDetail.php?sn=1281316
http://victe.blogspot.com/2012/01/centos-62-x8664-minimalsudovboxguestadd.html
沒有留言:
張貼留言