You are not logged in.
Pages: 1
My desktop session locks from resume from suspend. I'd rather it did not. The machine already boots without a user password required.
I have unchecked Require password to stop on the screen saver config page.
I've seen and implemented suggestions from https /www.q4os.org/forum/viewtopic.php?id=2157. No success.
The lock screen actually appears before the system suspends. Hibernate appears unobtainable in so far as the machine shuts down and immediately restarts, unrelated to this issue. For now, I'd be happy if I could resume from suspend without typing in the user password.
kodi@kodi:/etc/systemd$ uname -r
5.10.0-15-amd64
kodi@kodi:/etc/systemd$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
Offline
In TDE you may find TDEPowersave>General Settings>Lock Screen is set to Lock before suspend/standby
Last edited by bin (2022-06-25 07:12)
Offline
Thanks. That option is unchecked.
At this point I'm wondering if there is a config file to edit.
I have this OS on a laptop and it does not have this behavior. The lock screen options work as expected.
Possibly unrelated is the fact that the BIOS on this machine only supports S3 so hibernate just doesn't work and I'm relegated to Suspend. Not the end of the world. In any case, we're talking about behavior concerning Suspend and resume and the Lock Screen dialog that actually appears prior to the screen going blank as it suspends.
Offline
I ended up going with
sudo mv kdesktop_lock kdesktop_lock.old
and a reboot.
Now there is no lockscreen.
Taking suggestions for a less heavy handed way of handling this :-)
Offline
How are you actually initiating the 'Suspend' please?
Also, please can you run inxi -F and paste the output here?
Offline
I am initialing Suspend in what I assume is the standard manner, The Suspend Session button on the End Session dialog. Nothing funky. The results are the same if I use the Suspend option in the Kodi application. Systemctl suspend also works.
As indicated in my previous post, I rudely renamed the Lockdown dialog so the OS can never show it to me.
kodi@kodi:~$ inxi -f
CPU:
Info: Dual Core model: Intel Core2 Duo E8400 bits: 64 type: MCP
L2 cache: 6 MiB
Speed: 1995 MHz min/max: 2000/3000 MHz Core speeds (MHz): 1: 1995 2: 1995
Flags: acpi aperfmperf apic arch_perfmon bts clflush cmov constant_tsc
cpuid cx16 cx8 de ds_cpl dtes64 dtherm dts est flexpriority fpu fxsr ht
lahf_lm lm mca mce mmx monitor msr mtrr nopl nx pae pat pbe pdcm pebs pge
pni pse pse36 pti rep_good sep smx sse sse2 sse4_1 ssse3 syscall tm tm2
tpr_shadow tsc vme vmx vnmi vpid xsave xtpr
kodi@kodi:~$
Offline
Pages: 1