Quote:
EDIT: Finally got it. Resized the images again, powered off and then back on and now the screensaver is working perfectly.
|
Thanks for reporting back. Edits are easy to miss so I didn't see it before.
Even so it doesn't work reliably enough. There are misdetections - like poweroff image showing when connecting to PC, or nothing showing despite "Sleeping" present because timing was off. So I need a more reliable criteria which brings me back to the scanline idea.
Now scanline wasn't particularly popular because it was hard to setup, but I'm working on autodetection. I have this working quite well for standby at least, it autodetects the most significant standby offset and adds it to the screensaver.cfg. Doing the same for poweroff is a bit more complicated, the time window is so much smaller...
Code:
screensaver.cfg
#
# Standby scanline autodetected Sat Sep 10 18:54:35 CEST 2016
# If this value does not work, remove it so it will be re-detected.
#
standby=1288:ffff*31a60000*7bcfffff*ffdf*ffff*0000*c638ffff*f79e39e70000*8430ffff*21040000*b5b6ffff*f79e39e70000*8430ffff*21040000*b5b6ffff*d69a000039e7528a18e30000*2965c6180861000018e35acb52aa29450000*ad55ffff*b596086139e74a4918c30000*2124ffff*d6ba08414208528a21040000*31a6ffffad750000*212408410000*630cffff*630c0000*2965bdf7ffff*84300000*18c3ffff*
I'll have an update for this later.