Linux How to automatically set xrandr Broadcast RGB upon starting and exiting KODI?
#2
mafancyscripts.sh:

Code:
#!/bin/sh
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Full"
kodi
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Limited 16:235"

Edit: Obviously you need to define $OUTPUT which might be HDMI1 or HDMI2 or something similar.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply


Messages In This Thread
RE: How to automatically execute xrandr upon starting and exiting Kodi? - by fritsch - 2016-06-08, 17:02
Logout Mark Read Team Forum Stats Members Help
How to automatically set xrandr Broadcast RGB upon starting and exiting KODI?0