You are not logged in.

#1 2022-08-10 09:07:49

xHz
Member
Registered: 2022-08-10
Posts: 2

[SOLVED]Arch Linux tty cannot suspend/hibernate

Ryzen 5 3600 + RTX 3060 Ti, Windows + Arch Linux 5.18.16.arch1-1 Dual boot.

Hello everyone! I installed arch following the wiki, actually just a few days ago I installed desktop environments like xorg-server, bspwm, etc. and it works fine, But hibernate doesn't work when I need to save progress shutdown. I have been reinstalling the system for testing these days. The replay scene and its suspend/hibernation results are as follows:

1. New system with open source graphics driver(nouveau):
1.1 sudo systemctl suspend: Success.
1.2 sudo systemctl hibernate: Failed, it cannot be resumed after booting, the cursor blinks a few times and the screen goes black. After reboot journalctl -b -1 returns break in the following fields:

Aug 09 11:29:08 xHz systemd-sleep[663]: Entering sleep state 'hibernate'...
Aug 09 11:29:08 xHz kernel: PM: hibernation: hibernation entry

2. New system with NVIDIA closed source drive:
2.1 sudo systemctl hibernate: Success.
2.2 sudo systemctl suspend: Failed, The screen doesn't respond when I press the power button, I can only force the shutdown by long pressing the power button. After reboot journalctl -b -1 returns break in the following fields:

Aug 09 11:00:48 xHz systemd-sleep[823]: Entering sleep state 'suspend'...
Aug 09 11:00:48 xHz kernel: PM: suspend entry (deep)

3. Install desktop environments such as xorg-server, bspwm, etc. on the basis of 2 and startx to enter the desktop environment:
sudo systemctl suspend: Succes.
sudo systemctl hibernate: Failed, its characteristics are close to that of 1.2.

The above is my test. I also tried to replace the linux-lts+nvidia-lts, linux-zen kernel for testing, and also checked various solutions on the Internet such as powerment.conf and blacklist nvidiafb, etc. Even update my bios version , but no surprises ever happened. Has anyone encountered a similar problem? I just want to be able to suspend and hibernate the desktop environment normally on the nvidia closed source driver, if you need more information, please contact me,Thank you!

Last edited by xHz (2022-08-11 18:36:15)

Offline

#2 2022-08-10 14:06:16

seth
Member
Registered: 2012-09-03
Posts: 51,179

Re: [SOLVED]Arch Linux tty cannot suspend/hibernate

Windows + Arch Linux 5.18.16.arch1-1 Dual boot.

Start w/ the 3rd link below. #1 reason of all ACPI related issues.

Online

#3 2022-08-11 18:35:45

xHz
Member
Registered: 2022-08-10
Posts: 2

Re: [SOLVED]Arch Linux tty cannot suspend/hibernate

seth wrote:

Windows + Arch Linux 5.18.16.arch1-1 Dual boot.

Start w/ the 3rd link below. #1 reason of all ACPI related issues.

Thanks for your response, I downgraded the latest nvidia driver to 470xx solved the problem. big_smile

Offline

Board footer

Powered by FluxBB