博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu gui_Ubuntu的GUI响应非常慢
阅读量:2515 次
发布时间:2019-05-11

本文共 1080 字,大约阅读时间需要 3 分钟。

ubuntu gui

For Dell PowerEdge T630 server, if you install latest Ubuntu desktop version (16.04) or (14.04), you will get a very slow GUI (X-window).

对于Dell PowerEdge T630服务器,如果安装了最新的Ubuntu桌面版本(16.04)或(14.04),您将获得非常慢的GUI(X窗口)。

$ inxi -GGraphics:  Card: Matrox G200eR2 X.org: 1.15.1 driver: vesa tty size: 205x58 Advanced Data: N/A out of X

For Ubuntu 14.04.1, this problem can be solved by following steps.

对于Ubuntu 14.04.1,可以通过以下步骤解决此问题。

1, Switch to console mode

1,切换到控制台模式

CTRL + ALT + F1

2, Stop lightdm service

2,停止lightdm服务

sudo service lightdm stop

3, Generate Xorg new configure file:

3,生成Xorg新的配置文件:

sudo X -configure

4, Move the Xorg configure file to dir:

4,将Xorg配置文件移至目录:

sudo mv xorg.conf.new /etc/X11/xorg.conf

5, Open ‘/etc/X11/xorg.conf’ and substitute ‘mga’ to be ‘vesa’

5,打开'/etc/X11/xorg.conf'并将'mga'替换为'vesa'

6, lightdm again with new configure file

6,使用新的配置文件再次 lightdm

sudo start lightdm

For Ubuntu 16.04, this problem seems to be there and cannot solve by above way.

对于Ubuntu 16.04,此问题似乎存在,并且无法通过上述方法解决。

Answered by harryxiyou.
由harryxiyou回答。

翻译自:

ubuntu gui

转载地址:http://laowd.baihongyu.com/

你可能感兴趣的文章
通过镜像下载Android系统源码
查看>>
Maven配置
查看>>
HttpServletRequest /HttpServletResponse
查看>>
SAM4E单片机之旅——24、使用DSP库求向量数量积
查看>>
从远程库克隆库
查看>>
codeforces Unusual Product
查看>>
hdu4348 - To the moon 可持久化线段树 区间修改 离线处理
查看>>
正则表达式的搜索和替换
查看>>
个人项目:WC
查看>>
地鼠的困境SSL1333 最大匹配
查看>>
flume+elasticsearch+kibana遇到的坑
查看>>
【MM系列】在SAP里查看数据的方法
查看>>
C#——winform
查看>>
CSS3 transform制作的漂亮的滚动式导航
查看>>
《小强升职记——时间管理故事书》读书笔记
查看>>
Alpha 冲刺(3/10)
查看>>
Kaldi中的Chain模型
查看>>
spring中的ResourceBundleMessageSource使用和测试示例
查看>>
css规范 - bem
查看>>
电梯调度程序的UI设计
查看>>