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: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-15 Quote:10:34:41 T:140017228158720 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- Fix this please and provide another Debug Log RE: New Era: VAAPI with EGL interoperation - cford1905 - 2015-10-15 Went ahead and completely removed that plugin. Here's the debug log: http://xbmclogs.com/p1alxdmaj Thanks for looking at this. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-15 No idea - I just returned from a business trip and did not follow code changes the last two days ... let's wait for @FernetMenta. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-15 @cford1905: See https://github.com/FernetMenta/xbmc/commit/aa90e792380192c3ca3d766b0cf9e357f98a663c <- it's >= vs > and will be fixed shortly RE: New Era: VAAPI with EGL interoperation - EXT64 - 2015-10-15 I've been testing these dev builds on my Braswell NUC using the OpenELEC images, however I stopped updating back before video passthrough was added because you mentioned no longer including the Kernel fix for Braswell. I completely understand not wanting to waste time continually patching kernels, however do the newest OpenELEC images have a new enough kernel that the Braswell fix is no longer needed? Or to put the question another way, is there any way I can help test these newer builds using the OpenELEC images and my Braswell NUC? Thanks for all of your hard work so far. It was certainly a relief to see someone supporting these chips, now that Intel has semi-officially claimed they have no plans to support them in Windows for High-Res Audio Passthrough. RE: New Era: VAAPI with EGL interoperation - mattlach - 2015-10-16 (2015-10-11, 19:15)fritsch Wrote: Use team kodi ppa instead of fernetmenta. Pvr addons are packacked by wsnipex for this howto here, so they actually are compatible. Yeah, after updating today nothing works. Are the fernetmenta builds just nightlies of the 16.0 alpha? I didn't realize I was getting myself into alpha testing with this install. I have reverted to the team-xbmc ppa. Having a TV system that doesn't work 100% of the time can be harmful to the relationship with the significant other :p RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-16 (2015-10-15, 23:47)EXT64 Wrote: I've been testing these dev builds on my Braswell NUC using the OpenELEC images, however I stopped updating back before video passthrough was added because you mentioned no longer including the Kernel fix for Braswell. Openelec builds never had any bsw kernel fixes. They will come after kernel 4.3 is out. Those patched kernels were done for Ubuntu only. BTW. latest ppa from today and oe image from yesterday work fine again. Vaapi was broken cause of an off by one error. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-16 (2015-10-16, 06:21)mattlach Wrote:(2015-10-11, 19:15)fritsch Wrote: Use team kodi ppa instead of fernetmenta. Pvr addons are packacked by wsnipex for this howto here, so they actually are compatible. Yeah, see the second post of this thread. You are a tester not a customer. Ppa is fixed again. RE: New Era: VAAPI with EGL interoperation - ironic_monkey - 2015-10-16 @fritsch how do you think the addons should be fixed, should the linux version probe for gl/gles runtime (will there be symbol conflicts if we link both, should it be lazy linked?) or should there be a dedicated build. i'm leaning towards the first if at all doable.. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-16 If the first can be done - this would be great of course. In the concrete case here I think a simple recompile and linker fix would make that work again. Though projectm is a beast - OE alone carries multiple patches to get it running at all .. RE: New Era: VAAPI with EGL interoperation - ironic_monkey - 2015-10-16 yes, relink et al is basically option 2. but fundamentally there will be a glx vs egl and gl vs gles need in all rendering addons eventually. RE: New Era: VAAPI with EGL interoperation - EXT64 - 2015-10-16 (2015-10-16, 08:08)fritsch Wrote: Openelec builds never had any bsw kernel fixes. They will come after kernel 4.3 is out. Those patched kernels were done for Ubuntu only. Ah, well in that case I might as well get back on testing the newest images. RE: New Era: VAAPI with EGL interoperation - Ales - 2015-10-16 (2015-10-12, 21:41)icebaer Wrote: Yes, no debug log no help. You're right ;o) I have exactly the sam issue. It seems it is xorg / intel driver related. I have added this as a first line to my .xinitrc: Code: (LC_ALL=EN /usr/bin/date ; /usr/bin/xrandr ; /usr/bin/sleep 15 ; LC_ALL=EN /usr/bin/date ; /usr/bin/xrandr ) > ~/xrandr.log & Code: Fri Oct 16 14:56:48 CEST 2015 When the sleep time is less than 15s it reports just one mode. RE: New Era: VAAPI with EGL interoperation - icebaer - 2015-10-16 (2015-10-16, 15:13)Ales Wrote: I have exactly the sam issue.Since this most likely not related to this VAAPI version, we may continue with this, in this new thread. And hopefully find a solution RE: New Era: VAAPI with EGL interoperation - cford1905 - 2015-10-16 (2015-10-16, 08:10)fritsch Wrote:(2015-10-16, 06:21)mattlach Wrote:(2015-10-11, 19:15)fritsch Wrote: Use team kodi ppa instead of fernetmenta. Pvr addons are packacked by wsnipex for this howto here, so they actually are compatible. @fritsch - installed the new updates this morning. Everything is back to normal. Thanks! |