Reliable TV wake after suspend
Previously the TV could stay off after resume: the wake-up ran before the network could actually carry traffic, so the Wake-on-LAN packet was silently lost and never resent. Turning the TV on is now handled by the NetworkManager dispatcher's up event — which fires exactly when the network is back — and the ON path retries up to 5 times, resending WoL on each attempt. The old D-Bus sleep watcher is gone; the monitor service is now a pure DRM watcher.
New config option
LOGGING="yes"— set to"no"inlgpowercontrol.confto silence all journal logging.
Re-run sudo ./install.sh to upgrade; the dispatcher script moves to /etc/NetworkManager/dispatcher.d/ with a symlink from pre-down.d/.
Full changelog: v2.4...v2.5