brooc / boblight-rpi

Boblight solution for Raspberry Pi using DispmanX
GNU General Public License v3.0
14 stars 3 forks source link

boblight-dispmanx stop working CEC #2

Open Mikka20 opened 11 years ago

Mikka20 commented 11 years ago

Reproduce (OpenELEC 3.X.X):

brooc commented 11 years ago

I think this has to do with me calling bcm_host_deinit(). I'll need to ask dom about this.

brooc commented 11 years ago

Please try remarking this function call and rerun. I don't have CEC on my TV so I can't test...

Mikka20 commented 11 years ago

Please try remarking this function call and rerun. I don't have CEC on my TV so I can't test...

Take, nothing change :(

nbazaa commented 11 years ago

Hi! I made a script that starts and stops boblight-dispmanx. When I found out that CEC was not working I tried to manualy start cec-client and CEC was working again. So my solution is (it is not the best but is working) that when you stop (kill) dispmanx start cec-client and when you start it kill cec-client and start dispmanx. It is working for me.