Ubuntu 14.04 鼠标经常死机

use*_*129 20 mouse graphics freeze 14.04

我最近在我的华硕(i5 核心和 8GB RAM)上安装了 Ubuntu 14.04 和 Windows 7。

我经常遇到屏幕冻结的情况。我不能移动鼠标,但我可以使用键盘。发生这种情况时,我总是可以使用 Ctrl+Alt+F2 打开命令行并sudo service lightdm restart重新启动图形。

但这当然不能解决问题,而且相当烦人,因为它经常发生。

我如何在这里找到并解决根本问题?

提前问候和感谢

小智 10

我偶尔会在 12.04 LTS 中得到它。control+ALT+t 通常会打开一个终端窗口。modprobe -r psmouse其次modprobe psmouse通常会修复它。

通过启动到 GRUB 来检查 RAM。开机按住shift键,然后测试内存。


小智 4

重新安装鼠标驱动程序:

sudo apt-get --reinstall install xserver-xorg-input-mouse
Run Code Online (Sandbox Code Playgroud)


小智 -3

转至 nvidia 设置、配置文件,然后切换至 Intel Power Saving。注销并重新登录。

  • 考虑添加更多有关您认为可能存在的问题和解决方案的内容。 (5认同)