You are not logged in.
I have an acer nitro 5 with an amd ryzen 7 with integrated graphics and a discrete rtx 3050 and have recently installed arch linux with plasma wayland but whenever i put my computer to sleep and then wake it up, it just has a blinking cursor and then just freezes. is there anything i need to do. the journalctl logs only go up to when it was commanded to sleep with the last log being
kernel: PM: suspend entry (deep)
Last edited by Omarz2012 (2024-11-12 00:25:40)
Offline
Hi there. It looks like something related to graphics drivers or, maybe, power management configuration.
Try disabling Wayland and using X11 session. Restart your computer and during login screen choose a X11 plasma session. Put computer to sleep and see if problem persists.
I hope this can help you to get more details of your issue.
Offline
update: restarting sddm seem to help a bit
Hi there. It looks like something related to graphics drivers or, maybe, power management configuration.
Try disabling Wayland and using X11 session. Restart your computer and during login screen choose a X11 plasma session. Put computer to sleep and see if problem persists.
I hope this can help you to get more details of your issue.
why disable wayland
Offline
The issue could be related to Wayland's power management integration. This is a guess only. Did you tryied? Does it change anything?
Offline
I will once I come home
The issue could be related to Wayland's power management integration. This is a guess only. Did you tryied? Does it change anything?
Edit: It has nothing to do with the display manager
Last edited by Omarz2012 (2024-11-07 23:10:35)
Offline
restarting sddm seems to fix the issue? but then it breaks again when i set it to sleep for a second time
my journalctl
Nov 07 17:37:07 omarscoolarchernitro5 org_kde_powerdevil[1209]: Sleep event. connector=card2-eDP-1, dref not set
Nov 07 17:37:06 omarscoolarchernitro5 wpa_supplicant[708]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-41 noise=9999 txrate=175600
Nov 07 17:37:06 omarscoolarchernitro5 kernel: ACPI: button: The lid device is not compliant to SW_LID.
at this point should i just reinstall
Last edited by Omarz2012 (2024-11-07 23:32:58)
Offline
at this point should i just reinstall
Spoiler: that will achieve nothing w/ 99.98% probability.
https://bbs.archlinux.org/viewtopic.php?id=300676
https://wiki.archlinux.org/title/NVIDIA … er_suspend
Disable those services and add
nvidia_drm.fbdev=0 nvidia.NVreg_PreserveVideoMemoryAllocations=0
to the https://wiki.archlinux.org/title/Kernel_parameters (both currently default to 1)
You might also wanna try https://aur.archlinux.org/packages/nvidia-535xx-dkms
Online
so i disabl nvidia-suspend, nvidia-hibernate and nvidia-resume right?
at this point should i just reinstall
Spoiler: that will achieve nothing w/ 99.98% probability.
https://bbs.archlinux.org/viewtopic.php?id=300676
https://wiki.archlinux.org/title/NVIDIA … er_suspend
Disable those services and addnvidia_drm.fbdev=0 nvidia.NVreg_PreserveVideoMemoryAllocations=0
to the https://wiki.archlinux.org/title/Kernel_parameters (both currently default to 1)
You might also wanna try https://aur.archlinux.org/packages/nvidia-535xx-dkms
Offline
If you don't disable "nvidia.NVreg_PreserveVideoMemoryAllocations=0" you'll get an error from that.
Online
so i disable preserve meory allocations and fbdev then reboot, and then i disable the services right?
If you don't disable "nvidia.NVreg_PreserveVideoMemoryAllocations=0" you'll get an error from that.
Last edited by Omarz2012 (2024-11-11 22:59:52)
Offline
Yes.
Online
Thx it works.
Offline