bugsounet / MMM-Pir

Manage your screen with a pir sensor
MIT License
28 stars 7 forks source link

Not turrning off Monitor, only blanking screen #11

Closed spospordo closed 12 months ago

spospordo commented 12 months ago

I noticed this module was only turning on ecomode, but not turning off the display. The eventual solution was changing the dtoverlay settings in the boot config below. I'm not sure if this is something that needs to be addressed.

I'm running a Raspberry Pi 2b on raspberry pi os (bullseye v11)

  1. sudo nano /boot/config.txt or any other editor
  2. Change dtoverlay=vc4-kms-v3d to dtoverlay=vc4-fkms-v3d
  3. reboot

https://github.com/raspberrypi/firmware/issues/1224#issuecomment-1470791044

bugsounet commented 12 months ago

Hi,

It's exactly that Readme says ;)

Happy use, @bugsounet