Linux ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]
(2014-07-08, 08:39)Mark the Red Wrote: Are you an owner of this kick-a$$ Chromebox XBMC setup like me (thanks again Matt)?

Do you have a gorgeous HDTV but noticed the blacks seem washed out?

Have you tried all the settings within XBMC such as Settings - > System - > Video Output (Expert Settings)? Even after checking the full range 0-255 RGB box within XBMC the blacks just don't seem as inky as you once remember?

Have you now resigned yourself to video quality mediocrity forever?

Well now you can get that Intel HD Graphics inside your Celeron to give you 21st Century video output!

From root access of ssh terminal type this in (test it while watching a dark movie for maximum effect):
PHP Code:
xrandr --output HDMI1 --set "Broadcast RGB" "Full" 

If that Sin City gray blurry mess you were just watching now comes alive with film-like inky black goodness, congrats, you are now watching what the film studios intended ! (All credit to Hijinx at this thread https://communities.intel.com/thread/294...0&tstart=0) :

Now this xrandr command is just a one time fix; to make this permanent follow the wiki link and do the following via ssh:

PHP Code:
echo "#!/bin/sh" > /storage/.config/autostart.sh && chmod +/storage/.config/autostart.sh 

then edit the file:

PHP Code:
nano /storage/.config/autostart.sh 

and paste the
PHP Code:
xrandr --output HDMI1 --set "Broadcast RGB" "Full" 
code in, save and exit.

Voila! Movies now forever viewable with awesome blacks just like God intended!

Tried this on my DEV box and received this:

MediaRoom:~ # xrandr --output HDMI1 --set "Broadcast RGB" "Full"
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 139 (RANDR)
Minor opcode of failed request: 21 (RRSetCrtcConfig)
Serial number of failed request: 63
Current serial number in output stream: 63
Reply


Messages In This Thread
RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.12 - 2014/06/30] - by jmhenry5150 - 2014-07-08, 16:01
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
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