My Mouse cursor freezes when opening my laptop lid

Im on the lenovo ideapad 5 14 latop. The configuration with the ryzen 4500u.

Whenever i resume my laptop from suspend or open the lid my mouse cursor freezes in the center of my screen and I am unable to move it what so ever. To fix this i have to shut down my computer completely everytime I want to use it and this is very annoying. Does anyone have a fix for this issue. Also I am very new to manjaro and linux in general.

Sounds like a module is not loaded properly.

Could you send the output of:

lspci -nnk
journalctl -b1 > ~/log.txt

You will find the log.txt in your home directory.

Thank you :wink:

1 Like

Hello, Iā€™m sorry for opening such an old question, but Iā€™m having the same problem as OP here had. Although I havenā€™t been able to solve it and I donā€™t want to do a reinstall with Xfce. Iā€™m sending my outputs here if you (or anybody else) can help me. Thank you beforehand.

Iā€™m on a semi-fresh install of the latest stable KDE installer.

Output of lspci -nnk:

00:00.0 Host bridge [0600]: Intel Corporation Device [8086:9b71] (rev 0c)
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: skl_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics [8086:9b41] (rev 02)
        DeviceName: To Be Filled by O.E.M.
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: i915
        Kernel modules: i915
00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 0c)
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: proc_thermal
        Kernel modules: processor_thermal_device
00:08.0 System peripheral [0880]: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model [8086:1911]
        Subsystem: Lenovo Device [17aa:382f]
00:12.0 Signal processing controller [1180]: Intel Corporation Comet Lake Thermal Subsytem [8086:02f9]
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: intel_pch_thermal
        Kernel modules: intel_pch_thermal
00:14.0 USB controller [0c03]: Intel Corporation Comet Lake PCH-LP USB 3.1 xHCI Host Controller [8086:02ed]
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
00:14.2 RAM memory [0500]: Intel Corporation Comet Lake PCH-LP Shared SRAM [8086:02ef]
        Subsystem: Lenovo Device [17aa:382f]
00:14.3 Network controller [0280]: Intel Corporation Comet Lake PCH-LP CNVi WiFi [8086:02f0]
        Subsystem: Intel Corporation Device [8086:0234]
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi
00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller [8086:02e8]
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
00:16.0 Communication controller [0780]: Intel Corporation Comet Lake Management Engine Interface [8086:02e0]
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: mei_me
        Kernel modules: mei_me
00:17.0 SATA controller [0106]: Intel Corporation Comet Lake SATA AHCI Controller [8086:02d3]
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: ahci
00:1d.0 PCI bridge [0604]: Intel Corporation Device [8086:02b0] (rev f0)
        Kernel driver in use: pcieport
00:1d.2 PCI bridge [0604]: Intel Corporation Device [8086:02b2] (rev f0)
        Kernel driver in use: pcieport
00:1e.0 Communication controller [0780]: Intel Corporation Device [8086:02a8]
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
00:1f.0 ISA bridge [0601]: Intel Corporation Comet Lake PCH-LP LPC Premium Controller/eSPI Controller [8086:0284]
        Subsystem: Lenovo Device [17aa:382f]
00:1f.3 Audio device [0403]: Intel Corporation Comet Lake PCH-LP cAVS [8086:02c8]
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel, snd_soc_skl, snd_sof_pci
00:1f.4 SMBus [0c05]: Intel Corporation Comet Lake PCH-LP SMBus Host Controller [8086:02a3]
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI (flash) Controller [8086:02a4]
        Subsystem: Lenovo Device [17aa:382f]
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: r8169
        Kernel modules: r8169
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader [10ec:522a] (rev 01)
        Subsystem: Lenovo Device [17aa:382f]
        Kernel driver in use: rtsx_pci
        Kernel modules: rtsx_pci

Output of journalctl -b1 > ~/log.txt was uploaded here, itā€™s too long.

Well, the disadvantage of doing something like that is that the OP and anyone who responded and anyone who was linked or tracked this topic will read this, but no one else, so better:

  • create a new topic,
  • close your lid,
  • open your lid
  • post the logs then (so theyā€™re smaller, now weā€™re looking for a needle in a haystack)
  • and always include an inxi --admin --verbosity=7 --filter --no-host --width with any question you have, even when you think itā€™s superfluousā€¦

:+1: