安装 13.10 后系统很慢?

Roe*_*and 6 performance

刚刚在我的 Acer C7 Ubuntu'd Chromebook 上从 13.04“升级”到 13.10,我注意到的第一件事是一切都非常缓慢且无响应。13.04 几乎没有这个。打开系统监视器以检查进程,我看到 compiz 始终使用 20-80% 的 CPU,即使在空闲时也是如此。我尝试安装 Compizconfig,但它根本无法启动。

这是最终版本,而不是测试版。我怎样才能让它更具响应性 - 就像它应该的那样?

use*_*464 4

将加速方法从 SNA切换到旧的 UXA 对我来说很有效:

将以下行放入/etc/X11/xorg.conf(如果不存在则创建它,您将需要 root 权限才能编辑该文件):

Section "Device"
Identifier "Card0"
Driver "intel"
Option "AccelMethod" "uxa"
#Option "AccelMethod" "sna"
EndSection
Run Code Online (Sandbox Code Playgroud)

来源:http ://linuxg.net/fix-slow-graphics-performance-on-ubuntu-13-04-intel-gpu/


Ric*_*tte 1

我的华硕笔记本电脑也遇到了同样的问题。在升级过程中,本机视频驱动程序被删除且未重新安装。尝试重新安装视频驱动程序。

sudo apt-get install xserver-xorg-video-intel
Run Code Online (Sandbox Code Playgroud)

并重新启动显示管理器或重新启动。