waded / xbox-cec

xbox-cec: Replace Xbox One IR blasts with HDMI CEC commands
MIT License
2 stars 1 forks source link

Setup should ensure Pi doesn't become active source if it boots/reboots #6

Open waded opened 4 years ago

waded commented 4 years ago

Most Pi distros I've worked with send active-source message, and so the Pi steals input when it's turned on, at boot. That isn't really what you'd want with xbox-cec on a single-purpose Pi. Docs or automation of setup should deal with this, and explain how to undo this on a multi-purpose Pi.

I suspect

hdmi_ignore_cec_init=1 

in config.txt is what we need.