Chinaunix首页 | 论坛 | 博客
  • 博客访问: 424022
  • 博文数量: 58
  • 博客积分: 587
  • 博客等级: 中士
  • 技术积分: 710
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-25 11:37
文章分类

全部博文(58)

文章存档

2014年(4)

2013年(32)

2012年(22)

分类: LINUX

2012-10-30 00:36:35

参照中资料做下载

VirtualBox的ubuntu分辨率问题


解决方法如下:
1. 加载vitrualbox的Guest Additions镜像。
2. sudo sh /media/cdrom/VBoxLinuxAdditions.run
3. 重启
至此应该可以调到1280x800,如果还不行就执行如下操作。
4. sudo gedit /etc/X11/xorg.conf
添加 Driver "vboxvideo"
Section "Device"
Identifier "Configured Video Device"
Driver "vboxvideo"
EndSection
5. sudo displayconfig-gtk
选驱动为 “vboxvideo”;
选显示器型号,选分辨率。。
6. 重启
阅读(791) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~