Linux ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]
(2015-07-20, 23:22)PityOnU2 Wrote: ...
Thanks for the info. I will choose option 2.

Finding a guid on how to do option 2 is a bit difficult, though. Here is an old guide for nVidia chipsets, which seems convoluted and doesn't apply to this box. I followed the guide here to the letter, but it doesn't seem to have done anything.

Did you ever come up with that link to an updated guide?

I have the same issue with my Pioneer AVR using a Harmony Remote since there's no way to ensure everything powers up with the correct sequence and timing... Also had the same challenge trying the capture the EDID block data to put that into the X configuration. Ultimately I just took the easy way out and scripted a quick fix.

in /storage/hdmi.sh:

Code:
#! /bin/bash
DISPLAY=:0 /usr/lib/xbmc/xbmc-xrandr --output HDMI1 --off
DISPLAY=:0 /usr/lib/xbmc/xbmc-xrandr --output HDMI1 --auto

Create a remote keymap so pressing numeral 1 will execute the above script

in /storage/.xbmc/userdata/keymaps/remote.xml:
Code:
<keymap>
  <global>
    <remote>
        <one>XBMC.System.Exec("/storage/hdmi.sh")</one>
    </remote>
  </global>
</keymap>

So basically, when I encounter the issue, I just press "1" on my Harmony and it resets the HDMI interface.

Yes, I'm still using 13.2 -- but the same thing worked with Kodi when I tried it (though the path of course changes...
Reply


Messages In This Thread
Chromebox and Qwerty Air Mouse - by rahjer - 2014-08-13, 04:51
Wake from suspend K400 - by dontknowhow - 2014-08-20, 16:05
DisplayPort - by Charles R - 2014-08-29, 21:33
HP Chromebox 4Gb - by P3ws - 2014-09-20, 08:51
BIOS update fails - by gkingsmill - 2014-10-17, 12:05
Great Expierience - by pmpartners - 2014-12-06, 16:00
3D support (auto swtich) - by zaldwaik - 2014-12-23, 07:27
High Idle CPU - by ToBeFrank - 2015-02-28, 03:29
HELP!!! - by code_19 - 2015-03-22, 04:49
R3.15 - 2015/03/19] - by nickr - 2015-03-25, 20:55
RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/07/18] - by TonyPh12345 - 2015-07-21, 00:49
Skipping Frames - by busta.rhymes - 2015-07-29, 15:40
External disks not sleeping... - by sixburgh - 2015-10-14, 22:02
ChromeBOX2 success in dualboot - by fishypops - 2015-11-08, 19:05
Confirm Bricked Chromebox - by Bogustime - 2016-03-20, 19:24
(LibreELEC Bluetooth not working - by jerndl - 2017-01-06, 18:20
New Audio Problem - by Pajoe - 2019-01-19, 01:20
RE: New Audio Problem - by Matt Devo - 2019-01-19, 11:13
Powering on with TV turned off - by robca - 2021-07-18, 21:20
RE: Powering on with TV turned off - by robca - 2021-07-21, 19:10
Logout Mark Read Team Forum Stats Members Help
ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]37