virtualbox下的Ubuntu 1366x768全屏显示

转载于 http://xiaxiahu.blogcn.com/articles/%E8%A7%A3%E5%86%B3virtualbox%E4%B8%8Bubuntu%E4%B8%8D%E5%85%A8%E5%B1%8F%E7%9A%84%E9%97%AE%E9%A2%98.html

Ubuntu作为guest分辨率只能调到800×600,全屏后仍然如此,如何使其全屏呢?(我的本子分辨率是1366*768)

1.安装VboxLinuxadditions

a)安装make gcc lib等
sudo apt-get install build-essential

b)安装module-assistant
sudo apt-get install module-assistant

c)运行
sudo m-a prepare

d)安装VboxLinuxadditions(选“设备”-“安装虚拟电脑工具包”)

进入目录后运行
sudo ./VBoxLinuxAdditions.run

2.修改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 "1366x768" "800x600" #按屏幕需要改就可以了
EndSubSection
EndSection

3.重启Ubuntu,然后分辨率就可以设置成1366×768了

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值