我在XPS13 9360上从 17.04 升级到 17.10,并且和其他人一样,有很多问题。这一个现在是过程
/usr/bin/gnome-shell
Run Code Online (Sandbox Code Playgroud)
有一种方法可以使 CPU 使用率始终保持在 20% 到 30% 之间:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2026 xxxxxx 20 0 4264020 703284 315308 S 29,6 4,3 9:32.37 gnome-shell
Run Code Online (Sandbox Code Playgroud)
使用的版本是
$ gnome-shell --version
GNOME Shell 3.26.1
Run Code Online (Sandbox Code Playgroud)
这在系统启动后直接发生,除了运行终端htop(除了一些启动应用程序,如 Dropbox)外,没有任何打开,但显然没有繁重的图形程序。我不知道从哪里开始,这里有一些关于我的显卡的信息
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
$ glxinfo | grep -i render
direct rendering: Yes
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_multithread_makecurrent, …Run Code Online (Sandbox Code Playgroud)