Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
(2016-06-05, 13:36)fritsch Wrote: which also explains why 0% is the most non smart thing you can do.

Then why is 0% the default in a fresh Kodi installation Huh?

(2016-05-18, 08:17)fritsch Wrote: it makes absolutely no sense to allow HQ scaling when _no scaling_ (0 %) is applied -> therefore 20% should be considered.

Sorry, but there are several issues with this sentence:

1. 0% is the default setting in a fresh Kodi installation.

2. The setting is called "Enable HQ Scalers for scalings above: 0%". To me that means: It begins to use HQ scaling for things that require more than 0% (i.e. 0.000000000000001%). Yet you seem to suggest that it kicks in HQ scaling even when 0% scaling is required? Clearly there is some confusion here. Could you please explain?

(2015-07-12, 20:06)fritsch Wrote: If you have a Limited Range TV - you need to set "Use Limited Range" to On additionally. Also make sure that your GPU itself is running at full range, which this howto and also all OpenELEC images will do by default.

[...]

now we write the following into the created /home/kodi/.config/openbox/autostart file, this will automatically switch your TV to full range (please copy the lines, don't try to type the '` and so on, this code only works for one (1) connected TV, if you have multiple devices extend it to a loop):
Code:
OUTPUT=`xrandr -display :0 -q | sed '/ connected/!d;s/ .*//;q'`
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Full"
/usr/bin/kodi --standalone
openbox --exit

If I understand it correctly, doing it like this on a limited range TV would give you proper colors in Kodi but will give you crushed blacks on the desktop, since it will also output the dektop in full range, even though the TV expects limited range.

Is there any way to let the GPU output at full range in Kodi (with "Use Limited Range" option enabled in Kodi to counteract the crushed blacks) but at the same time ensure that the desktop is displayed in limited range?

Regards
Reply


Messages In This Thread
Live TV broken again? - by schamane - 2016-02-29, 19:56
Random crashes - by hal2100 - 2016-03-08, 22:03
RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - by qp9013625 - 2016-06-05, 14:39
Strange Behaviour - by MicTie - 2016-12-07, 10:46
Working lirc with mce remote - by fr1day - 2019-08-10, 17:36
Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18