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 - 2016-02-28 Jep @wsnipex that's the case - I installed 16.04 on a braswell two days ago. Only difference, one needs to install the xserver-xorg-legacy packages and reconfigure that instead of x11-common. Also wsnipex vaapi ppa is not needed anymore. For kodi one could also install the kodi nightly ppa. RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-02-28 (2016-02-28, 06:23)orione7 Wrote:(2016-02-27, 08:03)nickr Wrote: @adri70 Why is your internet speed relevant then?so are you saying that kodi/Openelec that the internet is not relevant or maybe you mean that all streaming content is illegal and therefore piracy No Debug Log, no issue, especially in this thread here - the required logfiles are listed in the first and second post. RE: New Era: VAAPI with EGL interoperation - rverdu - 2016-02-28 Hi, Fritsch, good morning from Spain. I didn't obtain hw acceleration with my HD6450 Silent in a HP N40L (Ubntu 15.10) neither with VAAPI nor VDPAU. I have instaled an Openelec 6.0.1 and all is right with VDPAU but not with VAAPI. Previously, with "Radeon OSS with vdpau", I obtained a correct hardware acceleration Any suggestion? Thanks kodi@KODIBUNTU:~$ dpkg -l |grep mesa | pastebinit http://paste.ubuntu.com/15228353/ kodi@KODIBUNTU:~$ DISPLAY=:0 vainfo | pastebinit libva info: VA-API version 0.38.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so libva info: va_openDriver() returns -1 vaInitialize failed with error code -1 (unknown libva error),exit Está intentando enviar un documento vacío, saliendo. kodi@KODIBUNTU:~$ cat ~/.kodi/temp/kodi.log | pastebinit http://paste.ubuntu.com/15228530/ kodi@KODIBUNTU:~$ dmesg | pastebinit http://paste.ubuntu.com/15228359/ kodi@KODIBUNTU:~$ RE: New Era: VAAPI with EGL interoperation - LateAdopter - 2016-02-28 export LIBVA_DRIVER_NAME=gallium but you couldn't be further off topic for this thread if you tried! RE: New Era: VAAPI with EGL interoperation - Phobos666 - 2016-02-28 (2016-02-28, 09:10)fritsch Wrote: Jep @wsnipex that's the case - I installed 16.04 on a braswell two days ago. Only difference, one needs to install the xserver-xorg-legacy packages and reconfigure that instead of x11-common. Also wsnipex vaapi ppa is not needed anymore. For kodi one could also install the kodi nightly ppa. Sorry to ask but how did you find out that you need to install xserver-xorg-legacy? Because I really thought I looked everywhere for anything related xserver and 16.04 but I also noticed that when you did sudo dpkg-reconfigure x11-common that you couldn't choose everyone anymore. When everything I need is xserver-xorg-legacy, I might give it a try later today. Thank you for the update on 16.04 @wsnipex: I got permission denied when I tried to start xinit from systemd. Everything else worked just fine. RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-02-28 (2016-02-28, 14:49)LateAdopter Wrote: export LIBVA_DRIVER_NAME=gallium We don't support vaapi on radeon at all use vdpau. RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-02-28 (2016-02-28, 15:30)Phobos666 Wrote:(2016-02-28, 09:10)fritsch Wrote: Jep @wsnipex that's the case - I installed 16.04 on a braswell two days ago. Only difference, one needs to install the xserver-xorg-legacy packages and reconfigure that instead of x11-common. Also wsnipex vaapi ppa is not needed anymore. For kodi one could also install the kodi nightly ppa. Big secret :-) - no kidding - did you ever look into the apt-file package? With this you can search for packages that provide a certain file, in our case: Xwrapper.config, so after sudo apt-file update I did apt-file search XWrapper and there it was. RE: New Era: VAAPI with EGL interoperation - neox387 - 2016-02-29 latest build: 22113-gf615e35.tar Not working, black screen/mouse pointer on boot revert to r22110-g86de28b.tar all working NUC:~ # journalctl -a | pastebinit http://sprunge.us/ciAh NUC:~ # dmesg | pastebinit http://sprunge.us/HhRj NUC:~ # cat /storage/.kodi/temp/kodi.log | pastebinit http://sprunge.us/DVjj NUC:~ # vainfo | pastebinit libva info: VA-API version 0.38.1 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/va/i965_drv_video.so libva info: Found init function __vaDriverInit_0_38 libva info: va_openDriver() returns 0 http://sprunge.us/FXYC RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-02-29 Quote:23:15:15 T:140153698039872 FATAL: addon 'service.xbmc.versioncheck' is missing. Nice - not working for everyone? RE: New Era: VAAPI with EGL interoperation - _Spook_ - 2016-02-29 Yeah, same here. No go on latest build RE: New Era: VAAPI with EGL interoperation - b0mb - 2016-02-29 i´m using the EGL Builds now for about half a year and i love them but i have one question related to hyperion... i am using an ambilight i´ve build with an arduino ans ws2801 rgb dots. when i set the rgb range in kodi to 16-235 hyperion is showing black as light grey so i have to use full rgb mode 0-255 with 8 bit dithering to get the same colors like limited but with hyperion turning off the leds when showing black. is there any conclusion for this? RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-02-29 Default video colors are limited. Hyperion should stretch itself if it needs to. RE: New Era: VAAPI with EGL interoperation - LateAdopter - 2016-02-29 (2016-02-27, 20:49)fritsch Wrote: wsnipex mesa ppa, wsnipex vaapi ppa + kodi nightly is enough for 14.04, for 15.10 only vaapi and for 16.04 both are not needed Yes! The nightly from yesterday + va-vpp mcdi is working with my bizarre N3150 configuration. The problem was that mesa-lts-wily installs libEGL to a different place, so it doesn't overwrite the original Trusty version. Thank you your moral support that convinced me to check all of the VA and EGL files. Live TV broken again? - schamane - 2016-02-29 Hi, after getting the message, that I need API 5.0.0, I compiled 3.1.0 because it uses API 5.0.0 but now I get this 18:55:18 T:140160697050880 DEBUG: RegisterClient - registering add-on 'Tvheadend HTSP Client' 18:55:18 T:140160697050880 DEBUG: Previous line repeats 1 times. 18:55:18 T:140160697050880 DEBUG: PVR - Create - creating PVR add-on instance 'Tvheadend HTSP Client' 18:55:18 T:140160697050880 DEBUG: ADDON: Dll Initializing - Tvheadend HTSP Client 18:55:18 T:140160697050880 ERROR: ADDON: Dll Tvheadend HTSP Client - Client returned bad status (6) from Create and is not usable 18:55:18 T:140160697050880 INFO: Called Add-on status handler for '6' of clientName:Tvheadend HTSP Client, clientID:pvr.hts (same Thread=no) 18:55:18 T:140160697050880 WARNING: UpdateAndInitialiseClients - failed to create add-on Tvheadend HTSP Client, status = 6 18:55:18 T:140160697050880 WARNING: UpdateAndInitialiseClients - failed to load the dll for add-on Tvheadend HTSP Client, disabling it 18:55:18 T:140162550048512 DEBUG: Thread AddonStatus pvr.hts start, auto delete: true 18:55:18 T:140162550048512 DEBUG: Thread AddonStatus pvr.hts 140162550048512 terminating (autodelete) and using google doesnt show up with a solution. any hints would be aprreciated. Cheers RE: New Era: VAAPI with EGL interoperation - fritsch - 2016-02-29 Post the logs from post 1 - we don't like cut out debuglogs as one cannot see which version you are running. The above means: your tvh client is not compatible to the kodi you run. |