- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
调节VirtualBox中Ubuntu虚拟机的分辨率.pdf
调节VirtualBox 中Ubuntu虚拟机的分辨率 Page 1 of 2
调节调节VirtualBox中中Ubuntu虚拟虚拟机的分辨率机的分辨率
调节调节 中中 虚虚拟拟机的分辨率机的分辨率
Posted by Linux人总编 on November 03, 2010 in 高手进阶 | 0 Comment
更多
文/NinGoos blog
准备将工作电脑环境迁移到Linux ,先在虚拟机中适应,之前在x200 中使用vmware ,每次启动虚拟机,
电脑都要假死十几分钟才能反映过来,于是改用轻量级的VirtualBox3.2.10 (又一款带Oracle标的东东,
Oracle越来越无处不在了),下载Ubuntu10.10 ,很快安装搞定。不过头疼和悲剧的是,旺旺还没有
Linux版本。。。
不过进Ubuntu桌面后,屏幕分辨率只能在800×600和640×480之间切换,刷新频率也是很奇怪的61HZ 。
Google 了下发现是需要和VMWareTool一样需要安装一个虚拟机的辅助工具。先在 “设备”- “分配光
驱”选中VBoxGuestAdditions.iso ,然后运行其中的安装程序或者脚本:
ningoo@ningoo-VirtualBox:~$ sudo sh /media/VBOXADDITIONS_3.2.10_66523/VBoxLinuxAdditions-x86.run
[sudo] password for ningoo:
Verifying archive integrity... All good.
Uncompressing VirtualBox 3.2.10 Guest Additions for Linux
VirtualBox Guest Additions installer
Uninstalling old VirtualBox DKMS kernel modules ...done.
Building the VirtualBox Guest Additions kernel modules
Building the main Guest Additions module ...done.
Building the shared folder support module ...done.
Doing non-kernel setup of the Guest Additions ...done.
Starting the VirtualBox Guest Additions ...done.
Installing the Window System drivers
Installing X.Org Server 1.9 modules ...done.
Setting up the Window System to use the Guest Additions ...done.
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 components ...done.
安装完重启,VirtualBox就能根据是否全屏以及物理主机的分辨率等情况自动支持相应的分辨率了。话
说Ubuntu用起来确实太爽了,尤其是碰到需要安装一些东西到时候: L
ningoo@ningoo-VirtualBox:~$ opreport
程序 “opreport”尚未安装。 您可以使用以下命令安装:
sudo apt-get install oprofile
ningoo@ningoo-VirtualBox:~$ sudo apt-get install oprofile
[sudo] password for ningoo:
正在读取软件包列表 ... 完成
正在分析软件包的依赖关系树
正在读取状态信息 ... 完成
将会安装下列额外的软件包:
libopagent1
建议安装的软件包:
oprofile-gui
下列【新】软件包将被安装:
libopagent1 oprofile
文档评论(0)