deathowl / ddlm

deathowl's dummy login manager
GNU General Public License v3.0
40 stars 11 forks source link

Upon waking up from sleep, Screen is black and only *typed* text ( user inputted ) is shown #4

Open hossamdash opened 2 years ago

hossamdash commented 2 years ago

I have a file called /etc/systemd/logind.conf.d/15-auto-suspend.conf

[Login]
IdleAction=suspend
IdleActionSec=1 min

to make my system sleep after one minute of inactivity on login screen. when the system goes to sleep and wakes up only thing that is shown is the text I input, rest of the screen is black. upon pressing enter and logging in the display manager is shown correctly for a flash and then login is successful.

deathowl commented 1 year ago

I could attempt forcing a full redraw every now and then, that might resolve this issue