Fedora 33 Dies in it's Sleep

When I leave my workstation for longer then 20 minutes is when the trouble starts. When I turn my monitor back on fedora 33 will not send any start up packets to the monitor. I have to restart my computer before the CPU sees the monitor.

Any body ever see anything like this? It;s a first for me. I thought it was my monitor, but this the same system I was running fedora 32 on with no problems.

1 Like

A similar issue:
https://discussion.fedoraproject.org/t/screen-never-recovers-after-it-goes-to-sleep/77227?u=vgaetera

1 Like

inxi -SMDjmGxxxz will show us some important details about your computer, post it here.
sudo journalctl -eb-1 this will open the end of previous session’s log, either until the sleep or forced restart.

1 Like

Exact same problem here. Also, interestingly, when the computer sleeps - the NIC completely kills my switch. I haven’t had the opportunity to do a packet capture.

inxi:

    System:    Kernel: 5.10.7-200.fc33.x86_64 x86_64 bits: 64 compiler: gcc v: 2.35-15.fc33) Desktop: GNOME 3.38.3 tk: GTK 3.24.24 
               wm: gnome-shell dm: GDM 3.38.2.1 Distro: Fedora release 33 (Thirty Three) 
    Machine:   Type: Desktop Mobo: Intel model: DZ75ML-45K v: AAG75008-101 serial: <filter> UEFI: Intel 
               v: MLZ7510H.86A.0016.2013.0312.1057 date: 03/12/2013 
    Memory:    RAM: total: 31.32 GiB used: 2.67 GiB (8.5%) 
               Array-1: capacity: 32 GiB slots: 4 EC: None max module size: 8 GiB note: est. 
               Device-1: DIMM3 size: 8 GiB speed: 1333 MT/s type: DDR3 detail: synchronous bus width: 64 bits total: 64 bits 
               manufacturer: M0 part-no: N/A serial: <filter> 
               Device-2: DIMM1 size: 8 GiB speed: 1333 MT/s type: DDR3 detail: synchronous bus width: 64 bits total: 64 bits 
               manufacturer: M1 part-no: N/A serial: <filter> 
               Device-3: DIMM4 size: 8 GiB speed: 1333 MT/s type: DDR3 detail: synchronous bus width: 64 bits total: 64 bits 
               manufacturer: M0 part-no: N/A serial: <filter> 
               Device-4: DIMM2 size: 8 GiB speed: 1333 MT/s type: DDR3 detail: synchronous bus width: 64 bits total: 64 bits 
               manufacturer: M1 part-no: N/A serial: <filter> 
    Graphics:  Device-1: NVIDIA GP106 [GeForce GTX 1060 6GB] vendor: ASUSTeK driver: nvidia v: 460.32.03 bus ID: 01:00.0 
               chip ID: 10de:1c03 
               Display: server: Fedora Project X.org 1.20.10 compositor: gnome-shell driver: nvidia 
               unloaded: fbdev,modesetting,nouveau,vesa alternate: nv resolution: 3840x2160~60Hz s-dpi: 96 
               OpenGL: renderer: GeForce GTX 1060 6GB/PCIe/SSE2 v: 4.6.0 NVIDIA 460.32.03 direct render: Yes 
    Drives:    Local Storage: total: 1.03 TiB used: 65.15 GiB (6.2%) 
               ID-1: /dev/sda vendor: Samsung model: SSD 860 EVO 500GB size: 465.76 GiB speed: 6.0 Gb/s serial: <filter> rev: 3B6Q 
               temp: 32 C scheme: GPT 
               ID-2: /dev/sdb vendor: Samsung model: SSD 840 PRO Series size: 119.24 GiB speed: 6.0 Gb/s serial: <filter> 
               rev: 4B0Q temp: 28 C scheme: GPT 
               ID-3: /dev/sdc vendor: Samsung model: SSD 860 EVO 500GB size: 465.76 GiB speed: 3.0 Gb/s serial: <filter> rev: 3B6Q 
               temp: 27 C scheme: GPT 
    Swap:      ID-1: swap-1 type: partition size: 15.69 GiB used: 0 KiB (0.0%) priority: -2 dev: /dev/dm-2 
               ID-2: swap-2 type: zram size: 4.00 GiB used: 0 KiB (0.0%) priority: 100 dev: /dev/zram0

journalctl:

Jan 21 14:48:31 localhost.localdomain gnome-shell[3501]: JS ERROR: TypeError: windowActor is null
                                                         _addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
                                                         vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Jan 21 14:48:41 localhost.localdomain gnome-shell[3501]: JS ERROR: TypeError: windowActor is null
                                                         _addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
                                                         vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Jan 21 14:48:46 localhost.localdomain gnome-shell[3501]: JS ERROR: TypeError: windowActor is null
                                                         _addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
                                                         vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Jan 21 14:48:51 localhost.localdomain gnome-shell[3501]: JS ERROR: TypeError: windowActor is null
                                                         _addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
                                                         vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Jan 21 14:48:55 localhost.localdomain ModemManager[2443]: <info>  [sleep-monitor] system is about to suspend
Jan 21 14:48:55 localhost.localdomain NetworkManager[2590]: <info>  [1611265735.4772] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Jan 21 14:48:55 localhost.localdomain NetworkManager[2590]: <info>  [1611265735.4776] manager: NetworkManager state is now ASLEEP
Jan 21 14:48:55 localhost.localdomain systemd[1]: Reached target Sleep.
Jan 21 14:48:55 localhost.localdomain systemd[1]: Starting Suspend...```