Ubuntu14.04系统设置

本文发布时间: 2019-Mar-22
1、开机画面紫框问题修复参考文章:https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1289809$ cat /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.grub if background_color 44,0,30; then clear fishould be$ cat /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.grub if ! background_color 44,0,30; then clear fi然后update-grup2、.启动画面中出现命令行可以参考这里进行调整,我之前试过,确实有用,不过关机画面还是有点问题;不过,我觉得没有必要每一步都做,下面是我的方法:直接修改开机时的分辨率: sudo vim /etc/default/grub在文件里面找到如下部分: # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' # GRUB_GFXMODE=640x480在之后加入: GRUB_GFXMODE=1360x768 GRUB_GFXPAYLOAD_LINUX=keep最后更新一下grub, sudo update-grub2关于查看自己显示器支持的分辨率,可以在开机grub出现时,按下c进入命令行,然后输入vbeinfo即可查看参考链接 http://www.cnblogs.com/Jack-Lee/p/3705612.html


(以上内容不代表本站观点。)
---------------------------------
本网站以及域名有仲裁协议。
本網站以及域名有仲裁協議。

2024-Mar-04 02:10pm
栏目列表