Linux版本的VirtualBox下载:http://www.virtualbox.org/wiki/Linux_Downloads。请下载对应的版本。

RedHat、RHEL:rpm -i vh *.rpm
Ubuntu安装:sudo dpkg -i *.deb

如果虚拟的是linux系统,那么如何安装GuestAdditions
在linux系统中选择安装增强功能,然后会自动关在GuestAdditions的ISO文件,有如下的窗口打开,复制里面的VBoxLinuxAdditions.run文件(可能位于/media/VBOXADDITIONS_version),然后执行。(这里以CentOS 为例)
<ignore_js_op> 
执行安装就可以了

# bash VBoxLinuxAdditions.run 
Verifying archive integrity... All good.
Uncompressing VirtualBox 1.6.4 Guest Additions for Linux installation.............................................................................................................................................................................
VirtualBox 1.6.4 Guest Additions installation
Building the VirtualBox Guest Additions kernel module...
Building the shared folder support kernel module...
Installing the VirtualBox Guest Additions...
Successfully installed the VirtualBox Guest Additions.
You must restart your guest system in order to complete the installation.

安装后需要重新启动虚拟机。。。。

Linux or Solaris/OpenSolaris虚拟机的系统必须有X.org Server 1.3或以上版本才可以有无缝模式seamless Mode效果。

文件夹共享:# mount -t vboxsf [-o OPTIONS] sharename mountpoint
例如:#mount -t vboxsf  download /mnt/box,前提是挂载点必须存在
<ignore_js_op>

虚拟linux系统的显示及分辨率

安装完增强功能后,会简单的修改xorg.conf文件就可以了,modes设置你需要的分辨率
Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "2048x800" "1024x640" "800x600" "640x480"
        EndSubSection
EndSection

最新文章

  1. 一个无缝滚动的jquery插件
  2. mysql 备份软件 Xtrabackup 的 xtrabackup_binlog_pos_innodb和xtrabackup_binlog_info 文件区别
  3. Centos以rpm方式进行安装MySql
  4. Dorado7 4版本升级5版本问题汇总
  5. tyvj 1049 最长不下降子序列 n^2/nlogn
  6. Linux:两台服务器之间添加信任关系,进行远程操作的时候不需要输入密码
  7. css Hack,用IE11模拟测试的,条件注释要找真IE去测,模拟的无效
  8. 使用ul,添加新闻信息列表
  9. SQL Server 2008连接字符串写法大全(摘自网络)
  10. [Unity3D]Unity3D游戏开发之鼠标滚轮实现放大缩小
  11. HP quality center 9.0 邮件设置
  12. css伪元素用法大全
  13. MySQL之最基本命令
  14. Python(五)模块
  15. 初识spark的MLP模型
  16. LuoGu P2420 让我们异或吧
  17. 100本Python精品书籍(附pdf电子书下载)
  18. HashSet源码解析
  19. 云-AWS-百科:AWS
  20. Day 46 视图、存储过程、触发器、函数、事物、锁

热门文章

  1. Razor学习(二)@Html标签
  2. aspx和razor的区别
  3. Azure上Linux VM DDOS攻击预防: 慢速攻击
  4. Linux文件系统学习笔记-1
  5. Amazon 解决下载文件乱码
  6. USB Mass Storage大容量存储的基本知识
  7. EPiServer 简单项目总结
  8. mybatis数据库数据分页问题
  9. 解决WEB页面上&quot;焦点控制&quot;一法
  10. linux之SQL语句简明教程---TRIM