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 - robo989 - 2015-10-11 (2015-10-10, 23:06)mattlach Wrote: Starting to have some issues with my install from the old 14.04 thread. Business as usual, it's same sort of thing. Also gone from 14.04 -> RE: New Era: VAAPI with EGL interoperation - BigL-New - 2015-10-11 (2015-10-08, 17:01)fritsch Wrote: @gurabli: No idea - this thread is about testing VideoPlayer and VAAPI implementations - helping with kernels is just done - cause I felt like helping - but as that stuff is taking too much time - I will concentrate on the basics again. As you are a selfhacker and can easily install a 4.3-rcX kernel - you could tell us after you tried it, right? I've Braswell and i've installed 4.3-rc4 from Ubuntu mainline ppa. Everything works ok. So i assume that once you move to final 4.3 and provide kernel image with passthough patch it could be used on all platforms. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-11 I don't plan to provide patched kernels for ubuntu. As said - this thread is about testing VAAPI features - providing a kernel and keeping it up2date is a lot of maintainance. Those that don't use OpenELEC can do that easily byself - as the kernel patch was pushed on my github: Code: git clone https://github.com/fritsch/linux.git done RE: New Era: VAAPI with EGL interoperation - icebaer - 2015-10-11 Hi there, I'm running the PPA version from post#1 (Xubuntu with Openbox session on N3150). All looks fine and the image quality is remarkably good! But i'm having an issue with changing refresh rates. Adjust display refresh rate is set to "On start/stop". Sometimes kodi won't change the refresh rate, but stay in default mode (60Hz). Currently I can reproduce it, by just booting into kodi, selecting any movie and playing it. After starting several other movies or by entering settings menu, sometimes the correct refresh rate will be used. But up to now, I could'n find any condition/action, which would activate the refresh rate again. To me it looks more of being random. Logs are: dpkg -l |grep mesa > http://paste.ubuntu.com/12750045/ cat ~/.kodi/temp/kodi.log > http://paste.ubuntu.com/12750051/ dmesg > http://paste.ubuntu.com/12750053/ (booting in kodi and opening "How_To_Train_Your_Dragon_2_t04.mkv", which is in 24p and sometimes also played in 24p) RE: New Era: VAAPI with EGL interoperation - mattlach - 2015-10-11 Interesting. No need for the XBMC team PPA anymore, huh? RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-11 (2015-10-11, 14:29)icebaer Wrote: Hi there,See the kernel discussion. Install a 4.3-rc4 or the kernel 4.2 I provided. RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-11 (2015-10-11, 17:50)mattlach Wrote: Interesting. No need for the XBMC team PPA anymore, huh? This whole thread is about code not in mainline... RE: New Era: VAAPI with EGL interoperation - mattlach - 2015-10-11 (2015-07-12, 20:06)fritsch Wrote: You might need to create and advancedsettings.xml file as follows if you have special needs: lol More seriously though, how do I know if I have "special needs"? What are some symptoms or problems to look for? Thanks, Matt RE: New Era: VAAPI with EGL interoperation - mattlach - 2015-10-11 (2015-10-11, 18:13)fritsch Wrote:(2015-10-11, 17:50)mattlach Wrote: Interesting. No need for the XBMC team PPA anymore, huh? Ahh, I understand, so it's included in one of wsnipex's PPA's. I get it. Thanks, RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-11 (2015-10-11, 18:36)mattlach Wrote:What does not work for you, would be the question to answer?(2015-07-12, 20:06)fritsch Wrote: You might need to create and advancedsettings.xml file as follows if you have special needs: RE: New Era: VAAPI with EGL interoperation - mattlach - 2015-10-11 (2015-10-11, 18:38)fritsch Wrote:(2015-10-11, 18:36)mattlach Wrote:What does not work for you, would be the question to answer?(2015-07-12, 20:06)fritsch Wrote: You might need to create and advancedsettings.xml file as follows if you have special needs: Nothing yet, this guide has been beautiful, thank you. Just looking to plant a seed in my mind such that if I ahve issues in the future, I remember "oh right, I should try advancedsettings.xml from the guide" :p RE: New Era: VAAPI with EGL interoperation - mattlach - 2015-10-11 I'm sorry if this has been asked already, but I notice this installs a 16.0 alpha branch. For plugin purposes, are Isengard plugins still compatible? RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-11 (2015-10-11, 18:46)mattlach Wrote: I'm sorry if this has been asked already, but I notice this installs a 16.0 alpha branch.Currently yes, but might change every day. RE: New Era: VAAPI with EGL interoperation - mattlach - 2015-10-11 (2015-10-11, 18:50)fritsch Wrote:(2015-10-11, 18:46)mattlach Wrote: I'm sorry if this has been asked already, but I notice this installs a 16.0 alpha branch.Currently yes, but might change every day. Hmm. I just tried janbars mythtv plugin and it fails to load. May have to revert then. My HTPC needs to be "significant other" friendly. In other words, it needs to power up, and janbars mythtv plugin needs to work every time. As much as I hate to do it, I may need to fall back on OpenElec, since the old 14.04 guide is now obsolete. Of course Openelec is still on Helix... Are you aware of a good compromise? A way to do a Linux install like this, but based on 15.1? RE: New Era: VAAPI with EGL interoperation - fritsch - 2015-10-11 Use team kodi ppa instead of fernetmenta. Pvr addons are packacked by wsnipex for this howto here, so they actually are compatible. |