I have been in love with Endeavor for a few months, I’ve installed it on a multitude of devices, including my new laptop. The laptop is almost perfect, although it has a major issue, it doesn’t hibernate properly, instead, it goes to a black screen with a blinking underscore cursor, the screen goes completely off (keyboard lights stay on), blinking cursor again, and then back to the login. fastfetch tells me I have 2 GPUs:
GPU 1: NVIDIA Quadro P1000 Mobile [Discrete]
GPU 2: Intel UHD Graphics 630 @ 1.15 GHz [Integ]
The laptop is a Dell Precision 5530, please let me know if you have a solution or need more information, thanks in advance!
Anybody have any suggestions?
Try setting up nvidia.NVreg_PreserveVideoMemoryAllocations
as described here:
EndeavourOS-Nvidia-fixes.md
This guide was created for EndeavourOs Endeavour Release which if using the Online installer, as of July 2024,
will provide Plasma 6.1 and Nvidia 555 drivers. This guide shows using Grub but will work with systemd-boot as well if you follow steps for [kernel params](https://discovery.endeavouros.com/installation/systemd-boot/2022/12/).
1. Create file /etc/modprobe.d/nvidia.conf with the following contents
```conf
options nvidia_drm modeset=1
options nvidia_drm fbdev=1
options nvidia NVreg_EnableGpuFirmware=0
options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/var/tmp
```
This file has been truncated. show original
Additionally, some users report blacklisting the nvidiafb
is needed for suspend/hibernate with Nvidia hardware. https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate#Suspend/hibernate_does_not_work,_or_does_not_work_consistently
It may also be worth testing the LTS kernel to see if it makes any difference.
hello, sorry i missed this, i’ll check it out when I get home!
sadly, none of those fixed it… please let me know if you have any other ideas