我有与描述相同的问题这里但声誉不足以发表评论或回答。我也读过相关问题/解决方案。
我遇到了与特定活动无关的随机冻结 - 有时只是在终端中输入内容。鼠标和键盘完全没有反应,但显示屏确实刷新了。此外,ssh 会话继续正常工作。
初始安装的是 14.04,没有出现任何问题。升级到 16.04 后没有立即出现冻结,而是在几个月后(无法再准确判断时间)才出现,这表明是软件问题。
根据建议这里以及我尝试过的其他地方
- 将鼠标/键盘移至不同的 USB 端口
- 将内核升级到 4.10、4.10.rc7、4.11.rc7(包括缺少的 i915 模块)也没有帮助
- 启用/禁用附加驱动程序
- 检查交换已启用
- 成功
intel_idle.max_cstate=1
了 lightdm restart
不恢复鼠标和键盘- 重新安装
xserver-xorg
- 重新安装
xserver-xorg-input-evdev
- 完全重新安装 xserver
- 使用 HWE 套件
sudo apt install xserver-xorg-hwe-16.04 xserver-xorg-input-all-hwe-16.04
我检查了 syslog、kern.log、.xsession-errors 和 Xorg.0.log。冻结 60 秒后,每隔 60 秒我就会在 Xorg.0.log 中看到以下内容:
[ 94823.921] (II) config/udev: removing device Logitech USB Optical Mouse
[ 94823.940] (II) evdev: Logitech USB Optical Mouse: Close
[ 94823.940] (II) UnloadModule: "evdev"
[ 94825.607] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 94825.607] (II) No input driver specified, ignoring this device.
[ 94825.607] (II) This device may have been added with another device file.
[ 94825.707] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event4)
[ 94825.707] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 94825.707] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
[ 94825.707] (**) Logitech USB Optical Mouse: always reports core events
[ 94825.707] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event4"
[ 94825.764] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc077
[ 94825.764] (--) evdev: Logitech USB Optical Mouse: Found 12 mouse buttons
[ 94825.764] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
[ 94825.764] (--) evdev: Logitech USB Optical Mouse: Found relative axes
[ 94825.764] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
[ 94825.764] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
[ 94825.764] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
[ 94825.764] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 94825.764] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 94825.764] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:046D:C077.005D/input/input103/event4"
[ 94825.764] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 9)
[ 94825.764] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
[ 94825.764] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[ 94825.764] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
[ 94825.764] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 94825.764] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
您还能建议哪些其他调查/解决方案?我可以根据要求提供更多信息。
附加信息
- 鼠标和键盘都是有线的,不是无线的,直接插入
- 如果我使用 2 个 USB SS 端口,也会冻结。
- 15G 交换(未使用)
- 1T 硬盘(已使用 70%)
- X.Org X 服务器 1.18.4
- xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
- 内核 4.11.0-041100rc7-通用
更新 1 经过多次重启 lightdm 并将鼠标/键盘插入不同的 USB 端口后,它们又开始工作了。不过这种情况并不总是发生。
更新2 切换到 HWE 有一定帮助,因为如果我切换 USB 端口,鼠标和键盘将再次可用,这使得系统几乎完全可用,直到今天切换端口没有帮助。
答案1
尽管我非常怀疑它是否有帮助,但我还是决定尝试更换鼠标和键盘(使用相同的品牌和型号)。
这立即解决了问题。
七个月过去了,一切仍然正常运转。