VirtualBox-based Oracle Linux resolution settings

Source: Internet
Author: User

11g rac is deployed on VirtualBox-based Oracle Linux. When the grid Infrastructure cluster is installed, the OUI is not displayed completely. The "next" and "cancel" buttons are missing in the lower right corner, as shown below:

Use Virtualbox to install CentOS and change the resolution to 1366x768.

Use Virtualbox in Ubuntu 12.10 to install Win7

Complete Windows XP installation using VirtualBox Virtual Machine in Ubuntu

Install Ubuntu 13.10 On VirtualBox Virtual Machine


Click "System" --> "Administrator" --> "Display" to adjust the resolution from 640xlarge to 800x600, and then log on to logout again. the problem persists.

Edit the/etc/X11/xorg. cnf file and set the resolution parameter 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" "assumerps/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 "1024x768" "800x600" "640x480"
EndSubSection
Device "Device [0]"
Identifier "Screen [0]"
Monitor "Monitor [0]"
EndSection

Then restart the System and the problem persists. Then, click "System" --> "Administrator" --> "Display" and find that the available resolutions are only 800x600 and x.

 

For more details, please continue to read the highlights on the next page:

  • 1
  • 2
  • Next Page

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.