The screen of my laptop goes black when it wakes up from suspend. I don't think that the laptop freezes because I can do REISUB. I suppose it's a problem with the brightness, but I could be wrong.
Some of the things I've tried include turning up the brightness via the corresponding shortcuts, booting using nomodeset
, pressing the Ctrl+Alt+F1-F12 shortcuts, and uninstalling Redshift. But, none of them did anything.
I guess I could try going into TTY, but I don't know what I'd enter.
A few things that might be worth noting is that I have Redshift installed and I'm on Lubuntu 21.04.
Regarding my graphics card and drivers, I hope that the output of lspci -nnk | grep -i vga -A3
[1] provides enough information:
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 500 [8086:5a85] (rev 0b)
DeviceName: Onboard IGD
Subsystem: Intel Corporation HD Graphics 500 [8086:2212]
Kernel driver in use: i915
Any ideas?
[1] BuZZ-dEE, “You can use the command lspci -nnk | grep -i vga -A3 | grep ’in us
to see what video driver is in use on your system.,” Ask Ubuntu, Feb. 14, 2013. How can I find what video driver is in use on my system? (accessed Jun. 03, 2021).
kill
. On wake, the screen should be locked byxscreensaver
that may require you to hit a key to wake it (so it asks for a password). – guiverc Jun 05 '21 at 23:20