2019独角兽企业重金招聘Python工程师标准>>>

We will have to edit grub configuration. Open a terminal and paste this:

  1. sudo gedit /etc/default/grub Hit Enter. It will open grub preferences in Gedit.

  2. Locate the line # GRUB_GFXMODE=800x600 (resolution may be different).

You have to change the resolution to actual resolution of your screen, for example mine is 1240x1024. Next step is to uncomment this line (remove the # and and the empty space if is, so the letter G of the word GRUB will be the first letter in this line). After you are done, save the file and close.

3 . Now paste this line in terminal:

sudo gedit /etc/grub.d/00_header .

Hit Enter. It will open a text file with a lot of stuff. Use the search option at the top of the window to locate this line:

gfxmode=${GRUB_GFXMODE}

After you successfully find it, you will have to add this line: set gfxpayload=keep just under the gfxmode=${GRUB_GFXMODE}. Make it look like this:

set gfxmode=${GRUB_GFXMODE}
set gfxpayload=keep

Now, save the file and close.

4 . In terminal paste:

sudo update-grub

转载于:https://my.oschina.net/mayboy24/blog/316407

解决Vmware中安装Ubuntu Server 14.04 分辨率无法全屏问题相关推荐

  1. 在虚拟机中安装Ubuntu Server 15.04

    学Linux,上红联! 红联Linux门户|Linux通用技术|Linux发行版技术|Linux企业应用|Linux实验室|红联Linux论坛 Linux系统教程 Linux入门 Linux管理 Li ...

  2. 在 VMware Workstation 16 Pro 中安装 Ubuntu Server 22.04.1 并配置静态 IP 地址

    文章目录 1.下载 Ubuntu Server 22.04.1 2.新建虚拟机向导 3.编辑虚拟机设置 4.开启此虚拟机并配置Ubuntu系统 5.设置 root 用户的密码 6.允许远程连接 roo ...

  3. [原创]安装Ubuntu Server 14.04后

    安装后许多软件都没有,需要进行安装. 官方指南:https://help.ubuntu.com/lts/serverguide/index.html 1.修改网络配置文件 用ifconfig查看本地网 ...

  4. windows7用VMware workstation安装ubuntu server 16.04 虚拟机

    ubuntu安装完后只有普通用户,没有超级root用户,虽然安全但很繁琐,建立root用户如下: passwd root dpkg-reconfigure tzdata 修改时区 Asia -> ...

  5. 关于在ubuntu server 14.04上安装docker以及git之笔记

    关于在ubuntu server 14.04上安装docker以及在docker中安装git的若干纪录 (1). 先安装好ubuntu server 14.04 ,安装服务器的步骤不在此阐述! (2) ...

  6. ubuntu server 14.04安装手册【转】

    原创 ubuntu server 14.04安装手册 2019-01-26 22:13:23 baiduoWang 阅读数 1031更多 分类专栏: Linux 版权声明:本文为博主原创文章,遵循 C ...

  7. 解决VMware下安装Ubuntu 16.04 不支持1920X1080分辨率的问题

    解决VMware下安装Ubuntu 16.04 不支持1920X1080分辨率的问题 参考文章: (1)解决VMware下安装Ubuntu 16.04 不支持1920X1080分辨率的问题 (2)ht ...

  8. 服务器如何ghost系统安装,如何在Ubuntu Server 14.04 LTS上安装Ghost

    Ghost是一个很优秀的博客平台,设计美观,使用简便,且完全免费.同时也是一款开源软件,源代码共享在github上.到2014年1月,我们能感觉到界面更趋于简洁,分析图表可调整,分屏显示的方式让编辑更 ...

  9. PowerEdge R430 机架式服务器安装( Ubuntu server 14.04.1 、PHP5.5.9、PHP-redis2.8、Phalcon3.1) 未解决问题:换成静态路由的话,怎么就

    PowerEdge R430 机架式服务器安装( Ubuntu server 14.04.1 .PHP5.5.9.PHP-redis2.8.Phalcon3.1) 未解决问题:换成静态路由的话,怎么就 ...

最新文章

  1. python练习册 每天一个小程序 第0013题
  2. Android Studio 的 build 过程
  3. Bookshelf 2
  4. 技术点不亲身实验一遍,难免会被网文唬
  5. 伪命题:我们来谈谈校招生起薪的问题,它对你来说重要吗?
  6. python偶数分解成两个素数之和_偶数 2021218918 ,有多少种方法分解成两个素数之和?...
  7. 一加手机虚拟键失灵解决方案
  8. 交流信号叠加直流偏置_示波器助您更好地测量直流电源轫上的纹波噪声
  9. 利用python自动发邮件
  10. Java课程设计---Eclipse基本环境配置
  11. 15分钟快速了解如何在Kubernetes中配置健康检查
  12. 优雅的编写多线程——原子量
  13. abap --MOVE-CORRESPONDING
  14. 【渝粤教育】电大中专计算机网络基础_1作业 题库
  15. 傅里叶变换并把结果保存在excel文件中
  16. studio 3t注册码脚本
  17. Matlab优化函数linprog的使用
  18. 模电课程设计——三级电路1
  19. YYKit Demo
  20. 国内顶级程序员都有谁?说说你心中的互联网巨佬...

热门文章

  1. 危险!!!也许你的web网站或服务正在悄无声息地被SQL注入
  2. 不需要安装max或者xcode的object C开发环境
  3. MachineLearning(7)-决策树基础+sklearn.DecisionTreeClassifier简单实践
  4. 《Python Cookbook 3rd》笔记(4.8):跳过可迭代对象的开始部分
  5. 《Python Cookbook 3rd》笔记汇总
  6. 使用软链接的方式迁移Docker
  7. 集训01-03 (c++实现)
  8. 13个超棒的代码资源网站推荐
  9. [GCC for C]编译选项---IDE掩盖下的天空
  10. postman 无法正常返回结果 Could not get any response