You are not logged in.
Hi !
Here is what I believe is happening: When my screen is turned off for a long enough time, my display goes in stand by mode, and it can't recover an active screen afterward. In case the computer goes fully to sleep, this issue doesn't come up.
System:
CPU: AMD Ryzen 9 7950X3D
GPU rtx 4080 SUPER
DE: Plasma 6 (wayland)
DM: sdd (also tried ly)
Bootloader: systemd-boot
HDMI 2.1
What I have tried:
sudo systemctl enable nvidia-suspend.service
sudo systemctl enable nvidia-hibernate.service
sudo systemctl enable nvidia-resume.service
Creating
/etc/modprobe.d/nvidia.conf
with:
options nvidia NVreg_PreserveVideoMemoryAllocations=1
Adding
nvidia_drm.modset=1
to the boatloader
/boot/loader/entries/*.conf
This allowed me to resume from sleep without problem, but the display shutdown issue still persist.
Last edited by stickypine (2024-11-03 12:57:41)
Offline
Could you upload your journal from before this error? You can use the following command:
sudo journalctl -b -1
Also nvidia parameters:
cat /proc/driver/nvidia/params
Offline
Could you upload your journal from before this error? You can use the following command:
sudo journalctl -b -1
Also nvidia parameters:
cat /proc/driver/nvidia/params
sudo journalctl -b -1
Journal file /var/log/journal/cf7eeb53b7514ac396fd00a17566078f/system@0006261a5f6864a6-266b7478c7ab9862.journal~ is truncated, ignoring file.
Nov 04 19:21:34 forest systemd[1587]: Queued start job for default target Main User Target.
Nov 04 19:21:34 forest systemd[1587]: Created slice User Application Slice.
Nov 04 19:21:34 forest systemd[1587]: Reached target Paths.
Nov 04 19:21:34 forest systemd[1587]: Reached target Timers.
cat /proc/driver/nvidia/params
ResmanDebugLevel: 4294967295
RmLogonRC: 1
ModifyDeviceFiles: 1
DeviceFileUID: 0
DeviceFileGID: 0
DeviceFileMode: 438
InitializeSystemMemoryAllocations: 1
UsePageAttributeTable: 4294967295
EnableMSI: 1
EnablePCIeGen3: 0
MemoryPoolSize: 0
KMallocHeapMaxSize: 0
VMallocHeapMaxSize: 0
IgnoreMMIOCheck: 0
TCEBypassMode: 0
EnableStreamMemOPs: 0
EnableUserNUMAManagement: 1
NvLinkDisable: 0
RmProfilingAdminOnly: 1
PreserveVideoMemoryAllocations: 1
EnableS0ixPowerManagement: 0
S0ixPowerManagementVideoMemoryThreshold: 256
DynamicPowerManagement: 3
DynamicPowerManagementVideoMemoryThreshold: 200
RegisterPCIDriver: 1
EnablePCIERelaxedOrderingMode: 0
EnableResizableBar: 0
EnableGpuFirmware: 18
EnableGpuFirmwareLogs: 2
RmNvlinkBandwidthLinkCount: 0
EnableDbgBreakpoint: 0
OpenRmEnableUnsupportedGpus: 1
DmaRemapPeerMmio: 1
ImexChannelCount: 2048
CreateImexChannel0: 0
RegistryDwords: ""
RegistryDwordsPerDevice: ""
RmMsg: ""
GpuBlacklist: ""
TemporaryFilePath: "/var/tmp"
ExcludedGpus: ""
Hope it provides some useful information !
Last edited by stickypine (2024-11-04 19:58:24)
Offline
Nvidia, your parameters look good, but it seems like the journal is missing. You can try uploading the 0x0.st journal to its site.
Offline