2015-10-01, 07:51
For Ubuntu when you fully followed my howto, do:
Afterwards change the script you are using from post 1 to:
If you have a fully bright image, this might be your workaround:
Kodi Settings: Use Limited
TV Settings: Limited / Auto
Note: Provide without enduser warranty. This is _again_ a development thread and not something for handholding beginners. If you are a beginner use OpenELEC.
Code:
mkdir lauri
cd lauri
wget http://fritsch.fruehberger.net/openelec/linux-headers-4.1.9-lauri3+_4.1.9-lauri3+-10.00.Custom_amd64.deb
wget http://fritsch.fruehberger.net/openelec/linux-image-4.1.9-lauri3+_4.1.9-lauri3+-10.00.Custom_amd64.deb
sudo dpkg -i *lauri3*.deb
Afterwards change the script you are using from post 1 to:
Code:
OUTPUT=`xrandr -display :0 -q | sed '/ connected/!d;s/ .*//;q'`
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Video 16:235 pass-through"
/usr/bin/kodi --standalone
If you have a fully bright image, this might be your workaround:
Code:
OUTPUT=`xrandr -display :0 -q | sed '/ connected/!d;s/ .*//;q'`
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Full"
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Video 16:235 pass-through"
/usr/bin/kodi --standalone
Kodi Settings: Use Limited
TV Settings: Limited / Auto
Note: Provide without enduser warranty. This is _again_ a development thread and not something for handholding beginners. If you are a beginner use OpenELEC.