Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52) +---- Thread: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server (/showthread.php?tid=231955) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
|
RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - zorvalth - 2016-09-26 Hi there I wa using j1900 pc with kodibuntu and perfectly working vaapi-bob for a while. I decided to check libreelec (latest stable) but when i set the same settings, the moment i choose vaapi-bob the picture freeze and when i try torun the channel again there is rather long buffering(10-15sec) to 100% and just black screen with audio. What do i miss? Thanks! RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2016-09-26 You miss your Debug Log. And you are in the wrong thread. LibreELEC stable has nothing to do with this Krypton testing thread. Please open your own thread. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Jan0sh - 2016-09-27 (2016-08-07, 23:19)Jan0sh Wrote:(2016-08-07, 20:07)fritsch Wrote: Nope - that was @maurer. In your case most likely the "inputstream" addon causes this issue, which no requires a not yet packaged up2date version. Today I Upgraded to 17.0~git20160926.0200-d51d4ae-0xenial Which Works fine. Just for Reference Edit: just to early.. I was able to watch half an episode then the image freezes after a kodi restart I am now unable to play any files. I can here the audio, Kan view the menu but the actual image won't show up. Restarted the system, tried different settings (without pass through) but problem persists. I also downgraded to version mentioned in the quote above which also did no longer work. Here are the debug logs: kodi@htpc:~$ dpkg -l |grep mesa | pastebinit Http://paste.ubuntu.com/23235746/ kodi@htpc:~$ DISPLAY=:0 vainfo | pastebinit Error: XDG_RUNTIME_DIR not set in the environment. libva info: VA-API version 0.39.0 llibva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_0_39 libva info: va_openDriver() returns 0 http://paste.ubuntu.com/23235747/ kodi@htpc:~$ cat ~/.kodi/temp/kodi.log | pastebinit http://paste.ubuntu.com/23235748/ kodi@htpc:~$ dmesg | pastebinit http://paste.ubuntu.com/23235749/ kodi@htpc:~$ id | pastebinit http://paste.ubuntu.com/23235750/ kodi@htpc:~$ amixer | pastebinit http://paste.ubuntu.com/23235751/ RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2016-09-27 Please remove the 3dlut. Also there are a lot non working add-ons in there. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - rome - 2016-09-28 On a fresh install it seems one of the directories has changed. Is it suppose to install native addons to /usr/lib/x86_64-linux-gnu/kodi/addons instead of /usr/lib/kodi/addons? RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - wsnipex - 2016-09-30 (2016-09-28, 22:50)rome Wrote: On a fresh install it seems one of the directories has changed. Is it suppose to install native addons to /usr/lib/x86_64-linux-gnu/kodi/addons instead of /usr/lib/kodi/addons? yes RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - qp9013625 - 2016-10-05 (2015-07-12, 20:06)fritsch Wrote: If your TV is limited range. Go to System -> Video Output and choose "Use Limited Range", disable Dithering. Didn't this previously say to enable dithering? RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - wsnipex - 2016-10-06 no, only if TV is full range RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - TimoJ - 2016-10-09 (2016-08-09, 10:10)TimoJ Wrote: I just installed Ubuntu server 16.04.1 and Kodi (nightly) with the instructions of the first post, also installed Intel drivers 1.7.1.Since my above message, I have been using Ubuntu 14 and now decided to test again 16.04 and Kodi 17. And still the same problem. I did more testing and looks like it's my AV-preamp that is causing this issue, no problems if I connect my Kodi PC directly to my TV. Installed kernel 4.4.21 but it made no difference. Same happens also via Display Port with HDMI adapter. What has changed in Ubuntu 16.04 that is causing this? Looks like it's a signal timing issue, is there any way to tweak those parameters? RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2016-10-09 It's a kernel bug, yes. You can try to install 4.8.1 and if it does not work -> bugs.freedesktop.org it's a really nasty bug since several months sadly. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - TimoJ - 2016-10-09 Looks like the timing problem is "fixed" if I use edid copied from my TV. But then I get only 2 channel audio. Maybe one of those cheap edid emulators from eBay also fixes this. But I'll try first 4.8.1 kernel. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2016-10-09 Try mine: https://dl.dropboxusercontent.com/u/55728161/edid.bin Edit: That one: https://dl.dropboxusercontent.com/u/55728161/edid-intel.bin RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - TimoJ - 2016-10-09 Thank you! I'll test it later. I just switched back to my AV-preamp's edid and still no problems. I don't understand this. Sometimes the system blanks screen very often, even right after boot and sometimes it (almost) works perfectly. It's like some background process causes small display timing changes or something... RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - TimoJ - 2016-10-09 (2016-10-09, 13:10)TimoJ Wrote: I just switched back to my AV-preamp's edid and still no problems. I don't understand thisNow it looks like the problem is caused by Darbee Darblet video processor. I had tested so many cable and input combinations that I forgot that I had it removed from the HDMI-line between TV and preamp So that is why both EDIDs suddenly started to work. When Darbee is connected, the problem appears no matter what edid is used, also Fritsch's. Still the Darbee works fine with Kodi&Ubuntu 14 and satellite boxes, so it's not a hardware problem. But at least finally something seems to make sense in this and I can test some connection changes to fix this. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2016-10-15 http://www.asrock.com/mb/Intel/J4205-ITX/index.us.asp <- Apollo Lake HEVC 10 bit |