VirtualBox中Ubuntu全屏显示设置

    (说明:XP中屏幕分辨率1280*800,但装在VirtualBox的Ubuntu9.04的分辨率只能设置到800*600;即使将虚拟机全屏,Ubuntu也只是在屏幕正中间的一块显示,不是所谓的Ubuntu系统本身的全屏)

    下面是我整理的网上介绍的方法:
    1.安装make gcc lib等:$sudo apt-get install build-essential
    2.安装module-assistant:$sudo apt-get install module-assistant
    3.运行:$sudo m-a prepare
    4.安装VirtualBox工具:
       (1)使用“虚拟光驱”加载VirtualBox安装目录中的“VBoxGuestAdditions.iso”;
       (2)切换至光驱目录:$cd /cdrom
       (3)终端运行命令:$sudo ./VBoxLinuxAdditions-x86.run
       (4)修改VBox在Ubuntu中的设置:$sudo gedit /etc/X11/xorg.conf
            Section "Device"
                Identifier "Configured Video Device"
                 Driver "vboxvideo"
            EndSection
            Section "Monitor"
                Identifier "Configured Monitor"
            EndSection
            Section "Screen"
                 Identifier "Default Screen"
                 Monitor "Configured Monitor"
                 Device "Configured Video Device"
                 DefaultDepth 24                 #我这里颜色质量只能开到24
                 SubSection "Display"
                      Modes "1280x800" "800x600" #按屏幕需要改就可以了
                 EndSubSection
             EndSection

    5.重启Ubuntu,设置分辨率为1280*800

    所有的操作都能行得通,但是最后“显示”属性设置“分辨率”下拉菜单里还是没有1280*800,也就是此方法我还没验证成功。

    踌躇中......

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值