在基于VirtualBox的Oracle Linux上布署11G RAC,执行grid Infrastructure 集群件安装的时候,OUI界面显示不全,右下角缺少”next”与”cancel”按钮,显示如下
相关阅读:
Virtualbox安装CentOS修改分辨率为1366×768 http://www.linuxidc.com/Linux/2012-12/75447.htm
在 Ubuntu 12.10 中使用 Virtualbox 安装 Win7 http://www.linuxidc.com/Linux/2012-11/74195.htm
Ubuntu中用VirtualBox虚拟机安装Windows XP完整图解 http://www.linuxidc.com/Linux/2010-09/28435p8.htm
VirtualBox 虚拟机安装 Ubuntu 13.10 截图 http://www.linuxidc.com/Linux/2013-11/92698.htm
点击”System”–>”Administrator”–>”Display”,将分辨率由640×480调整至800×600,然后logout重新登陆,问题依旧。
编辑/etc/X11/xorg.cnf文件,设置分辨率参数Modes,显示如下
Section “InputDevice”
Identifier “Keyboard[0]”
Driver “kbd”
Option “XkbModel” “pc105”
Option “XkbLayout” “us”
Option “Protocol” “Standard”
Option “CoreKeyboard”
EndSection
Section “InputDevice”
Driver “mouse”
Identifier “Mouse[1]”
Option “Buttons” “9”
Option “Device” “/dev/input/mice”
Option “Name” “VirtualBox Mouse Buttons”
Option “Protocol” “explorerps/2”
Option “Vendor” “Oracle Corporation”
Option “ZAxisMapping” “4 5”
Option “CorePointer”
EndSection
Section “InputDevice”
Driver “vboxmouse”
Identifier “Mouse[2]”
Option “Device” “/dev/vboxguest”
Option “Name” “VirtualBox Mouse”
Option “Vendor” “Oracle Corporation”
Option “SendCoreEvents”
EndSection
Section “ServerLayout”
Identifier “Layout[all]”
InputDevice “Keyboard[0]” “CoreKeyboard”
InputDevice “Mouse[1]” “CorePointer”
InputDevice “Mouse[2]” “SendCoreEvents”
Option “Clone” “off”
Option “Xinerama” “off”
Screen “Screen[0]”
EndSection
Section “Monitor”
Identifier “Monitor[0]”
ModelName “VirtualBox Virtual Output”
VendorName “Oracle Corporation”
EndSection
Section “Device”
BoardName “VirtualBox Graphics”
Driver “vboxvideo”
Identifier “Device[0]”
VendorName “Oracle Corporation”
EndSection
Section “Screen”
SubSection “Display”
Depth 24
Modes “1024×768” “800×600” “640×480”
EndSubSection
Device “Device[0]”
Identifier “Screen[0]”
Monitor “Monitor[0]”
EndSection
然后重启系统,问题依旧,并且点击”System”–>”Administrator”–>”Display”,发现可选分辨率还是只有640×480和800×600。
更多详情见请继续阅读下一页的精彩内容: http://www.linuxidc.com/Linux/2014-04/100951p2.htm
网上说要安装Virtual Box增强功能,具体操作如下
点击“安装增强功能”后,桌面会出现VBOXADDITIONS _4.3.10_93012光盘图标,点击图标后,找到“VBOXLinuxAdditions.run”文件
双击运行,屏幕输出以下信息
Verifying archive integrity… All good.
Uncompressing VirtualBox 4.3.10 Guest Additions for Linux…………
VirtualBox Guest Additions installer
Copying additional installer modules …
Installing additional modules …
Removing existing VirtualBox non-DKMS kernel modules [ OK ]
Building the VirtualBox Guest Additions kernel modules
Building the main Guest Additions module [ OK ]
Building the shared folder support module [ OK ]
Building the OpenGL support module [ OK ]
Doing non-kernel setup of the Guest Additions [ OK ]
Starting the VirtualBox Guest Additions [ OK ]
Installing the Window System drivers
Installing X.Org 7.1 modules [ OK ]
Setting up the Window System to use the Guest Additions [ OK ]
You may need to restart the hal service and the Window System (or just restart
the guest system) to enable the Guest Additions.
Installing graphics libraries and desktop services componen[ OK ]
然后重启系统解决问题。
VirtualBox 的详细介绍:请点这里
VirtualBox 的下载地址:请点这里