<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
        問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
        當前位置: 首頁 - 科技 - 知識百科 - 正文

        基于VirtualBOX的OracleLinux分辨率設置

        來源:懂視網 責編:小采 時間:2020-11-09 08:00:33
        文檔

        基于VirtualBOX的OracleLinux分辨率設置

        基于VirtualBOX的OracleLinux分辨率設置:在基于Virtual BOX的Oracle Linux上布署11G RAC,執行grid Infrastructure 集群件安裝的時候,OUI界面顯示不全,右下角缺少next與cancel按鈕,顯示如下 點擊System--Administrator--Display,將分辨率由640x480調整至800x600,
        推薦度:
        導讀基于VirtualBOX的OracleLinux分辨率設置:在基于Virtual BOX的Oracle Linux上布署11G RAC,執行grid Infrastructure 集群件安裝的時候,OUI界面顯示不全,右下角缺少next與cancel按鈕,顯示如下 點擊System--Administrator--Display,將分辨率由640x480調整至800x600,

        在基于Virtual BOX的Oracle Linux上布署11G RAC,執行grid Infrastructure 集群件安裝的時候,OUI界面顯示不全,右下角缺少next與cancel按鈕,顯示如下 點擊System--Administrator--Display,將分辨率由640x480調整至800x600,然后logout重新登陸,問題依舊

        在基于Virtual BOX的Oracle Linux上布署11G RAC,執行grid Infrastructure 集群件安裝的時候,OUI界面顯示不全,右下角缺少"next"與"cancel"按鈕,顯示如下


        點擊"System"-->"Administrator"-->"Display",將分辨率由640x480調整至800x600,然后logout重新登陸,問題依舊。

        編輯/etc/X11/xorg.cnf文件,設置分辨率參數Modes,顯示如下

        div "InputDevice"
        Identifier "Keyboard[0]"
        Driver "kbd"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us"
        Option "Protocol" "Standard"
        Option "CoreKeyboard"
        Enddiv


        div "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"
        Enddiv


        div "InputDevice"
        Driver "vboxmouse"
        Identifier "Mouse[2]"
        Option "Device" "/dev/vboxguest"
        Option "Name" "VirtualBox Mouse"
        Option "Vendor" "Oracle Corporation"
        Option "SendCoreEvents"
        Enddiv


        div "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]"
        Enddiv


        div "Monitor"
        Identifier "Monitor[0]"
        ModelName "VirtualBox Virtual Output"
        VendorName "Oracle Corporation"
        Enddiv


        div "Device"
        BoardName "VirtualBox Graphics"
        Driver "vboxvideo"
        Identifier "Device[0]"
        VendorName "Oracle Corporation"
        Enddiv


        div "Screen"
        Subdiv "Display"
        Depth 24

        Modes "1024x768" "800x600" "640x480"
        EndSubdiv
        Device "Device[0]"
        Identifier "Screen[0]"
        Monitor "Monitor[0]"
        Enddiv

        然后重啟系統,問題依舊,并且點擊"System"-->"Administrator"-->"Display",發現可選分辨率還是只有640x480和800x600。

        百度了一下,網上說要安裝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 ]
        然后重啟系統解決問題。

        備注:如果雙擊“VBOXLinuxAdditions.run”文件,屏幕沒有輸出上面的信息,可以在命令行下進去文件所在路徑,以root用戶執行。


        聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

        文檔

        基于VirtualBOX的OracleLinux分辨率設置

        基于VirtualBOX的OracleLinux分辨率設置:在基于Virtual BOX的Oracle Linux上布署11G RAC,執行grid Infrastructure 集群件安裝的時候,OUI界面顯示不全,右下角缺少next與cancel按鈕,顯示如下 點擊System--Administrator--Display,將分辨率由640x480調整至800x600,
        推薦度:
        • 熱門焦點

        最新推薦

        猜你喜歡

        熱門推薦

        專題
        Top
        主站蜘蛛池模板: 四虎www成人影院免费观看| 免费在线视频一区| 男男AV纯肉无码免费播放无码| 亚洲日韩中文在线精品第一| 99ri精品国产亚洲| 在线观看的免费网站无遮挡| 亚洲国产成人久久精品99| 在线精品自拍亚洲第一区| 99xxoo视频在线永久免费观看| 亚洲男同帅GAY片在线观看| 亚洲国产精品嫩草影院| 91人成网站色www免费下载| 亚洲国产人成在线观看69网站| 日韩精品无码一区二区三区免费 | 激情小说亚洲色图| 国产免费黄色大片| 午夜不卡AV免费| 国产成人亚洲综合色影视| 1000部拍拍拍18免费网站| 国产亚洲一区二区手机在线观看| 在线免费观看h片| 亚洲欧洲校园自拍都市| 国内精品免费视频自在线| 一级做a爰黑人又硬又粗免费看51社区国产精品视 | 亚洲国产精品嫩草影院在线观看 | 在线观看特色大片免费网站| 亚洲AV成人片色在线观看| 9i9精品国产免费久久| 免费在线观看黄网站| a级男女仿爱免费视频| 亚洲一级毛片在线播放| 亚洲一级毛片免费看| 亚洲欧美国产国产综合一区| 亚洲午夜国产片在线观看| 日韩在线永久免费播放| 亚洲Aⅴ在线无码播放毛片一线天| 国产免费一区二区三区| 久久亚洲精品专区蓝色区| 亚洲精品99久久久久中文字幕| 免费一级毛片无毒不卡| 亚洲午夜理论片在线观看|