The 10-chwd.conf adds nvidia related modules into mkinitcpio.conf. And Arch Linux set NVreg_PreserveVideoMemoryAllocations=1 by default for nvidia module. These settings make hibernation unusable. (See note in https://wiki.archlinux.org/title/NVIDIA/Tips_and_tricks#Preserve_video_memory_after_suspend).
My computer can't properly restore from hibernate. This problem made me confused until I see the Building initramfs for linux-cachyos log and comment the MODULES+= line in 10-chwd.conf. After that, hibernate works fine. So I think it's better to add a switch or a prompt to mention this issue.
The
10-chwd.confadds nvidia related modules intomkinitcpio.conf. And Arch Linux setNVreg_PreserveVideoMemoryAllocations=1by default fornvidiamodule. These settings make hibernation unusable. (See note in https://wiki.archlinux.org/title/NVIDIA/Tips_and_tricks#Preserve_video_memory_after_suspend).My computer can't properly restore from hibernate. This problem made me confused until I see the
Building initramfs for linux-cachyoslog and comment theMODULES+=line in10-chwd.conf. After that, hibernate works fine. So I think it's better to add a switch or a prompt to mention this issue.