• 1
  • 284
  • 285
  • 286(current)
  • 287
  • 288
  • 342
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
Hi fritsch,
what xorg configuration do you suggest for j4205? How is it about tripple buffering nowadays?
Reply
Tell us :-) what differences do you see?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
You want me to tell what xorg configuration do you suggest? :-)

I remember You were suggesting not to use triple buffering. But video player in Kodi was rewritten and now we have option to select 2/3 buffers in Kodi. You also said that triple buffering is crippled in intel driver. I am using it right now and it seems it works. But is it "safe/performance vise"? I would like to know your actual opinion on this.

If I remember it correctly, you were suggesting UXA acceleration method also. I am using SNA and again it seems to work correctly.

You definitely have more information about intel xorg driver options than me an I would like you to share your actual opinions please.

I appreciate your work and helping to Kodi users!
Reply
UXA was suggested as a workaround for broken Broadwell drivers this is not needed anymore. Most people are not using the intel driver at all anymore and switched to Modesetting.

For TripleBuffering: It is not needed. But with the 3 buffers in kodi, you can at least savely use it. If all goes well it's just a constant offset to the delay estimation.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
(2017-01-18, 20:49)fritsch Wrote: For TripleBuffering: It is not needed. But with the 3 buffers in kodi, you can at least savely use it. If all goes well it's just a constant offset to the delay estimation.

The 3 buffers option in Kodi is for TripleBuffering or does it have another function ?
Beebox N3150 - LibreELEC 7.90.009 | Synology DS212+ NAS 6TB
Panasonic DMP-BD65 bluray | Yamaha RX-A3030 AVR - Kef KHT3005SE 5.1 speakers | Optoma HD87 projector - Exclusiv-Home 2.8m 16:9 screen
Reply
It's a constant offset applied to measure sync. Nothing too advanced at all :-). With tearfree the number is not known at all, therefore take care.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
Well I understood that TearFree is not recommended with Kodi.
I now understand that TripleBuffering is not needed so can be safely disabled.
Then, with TripleBuffering and TearFree disabled, are the 3 buffers useful in any means in Kodi ? I mean, can this constant offset improve playback ?
Beebox N3150 - LibreELEC 7.90.009 | Synology DS212+ NAS 6TB
Panasonic DMP-BD65 bluray | Yamaha RX-A3030 AVR - Kef KHT3005SE 5.1 speakers | Optoma HD87 projector - Exclusiv-Home 2.8m 16:9 screen
Reply
No. It makes no sense in that combination. It's there as we cannot auto detect.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
Ok thank you for this explanation !
Beebox N3150 - LibreELEC 7.90.009 | Synology DS212+ NAS 6TB
Panasonic DMP-BD65 bluray | Yamaha RX-A3030 AVR - Kef KHT3005SE 5.1 speakers | Optoma HD87 projector - Exclusiv-Home 2.8m 16:9 screen
Reply
I set Kodi to 50 refresh rate, but on system restart it reverts back to 60. Any ideas why or perhaps how to force it on Kodi start to 50?
Reply
Nothing to do with kodi. If the mode is not available it won't switch to it, but fallback to the systemdefault.

Edit: As you use my howto, just add: DISPLAY=:0 xrandr -r 50 before the command to start kodi
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
@fritsch - have you rebased your passthrough patch to 4.9 kernel? Now when it's declared LTS it makes sense. And it would be much appreciated :-)
Reply
Here you go: http://sprunge.us/IASE
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
(2017-01-19, 20:23)fritsch Wrote: Nothing to do with kodi. If the mode is not available it won't switch to it, but fallback to the systemdefault.

Edit: As you use my howto, just add: DISPLAY=:0 xrandr -r 50 before the command to start kodi

Thanks fritsch
exactly where to put the above line? How should it look properly? I'm using the howto from first post, line by line.
Reply
directly in the line before you launch the kodi.bin - not so hard is it?

Code:
OUTPUT=`xrandr -display :0 -q | sed '/ connected/!d;s/ .*//;q'`
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Full"
xrandr -display :0 -r 50
/usr/bin/kodi --standalone
openbox --exit
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
  • 1
  • 284
  • 285
  • 286(current)
  • 287
  • 288
  • 342

Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18