Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save muink/a90c6ca306b2fab7b9a9 to your computer and use it in GitHub Desktop.
Save muink/a90c6ca306b2fab7b9a9 to your computer and use it in GitHub Desktop.
VirtualBox虚拟机安装Ubuntu 14.04屏幕显示不全问题解决

VirtualBox虚拟机安装Ubuntu 14.04屏幕显示不全问题解决

主要步骤:

  1. 在VirtualBox内启动Ubuntu, 启动完毕后, 点击VirtualBox的菜单设备, 选择安装增强功能, 这时, 会有一张光盘被加载到Ubuntu中。
  2. 使用Ctrl+Alt+T打开终端
  3. cd / (切换到根目录下)
  4. cd media
  5. cd VBOXADDITIONS_4.1.18_78361 (字母全部大写, 根据版本号不同后面的数字可能不同)
  6. sudo sh VBoxLinuxAddition.run (Linux系统大小写敏感, 请注意别写错)
  7. 待出现Press Return to close this window...后, 重启VirtualBox

参考来源:

终于找到了在VirtualBox下安装Ubuntu的调整分辨率方法
[教程]VirtualBox安装Ubuntu 14.04 解决分辨率问题

@Selaginella99
Copy link

我这里是sudo sh VBoxLinuxAdditions.run 不知其他人是什么情况 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment