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 - FernetMenta - 2018-04-15 (2018-04-14, 09:48)Rumpelstiltskin Wrote: Hi,Make sure that Kodi uses not the OS screensaver. Try one that comes with kodi like black or dim RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Rumpelstiltskin - 2018-04-15 (2018-04-14, 23:27)wouterbaake Wrote: Thanks for the excellent how-to.U can try to stop it by : sudo service kodi stop RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Rumpelstiltskin - 2018-04-15 (2018-04-15, 15:54)FernetMenta Wrote:With the dim run fine !!! It works fine but I wish I could see the screen if possibile(2018-04-14, 09:48)Rumpelstiltskin Wrote: Hi,Make sure that Kodi uses not the OS screensaver. Try one that comes with kodi like black or dim RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Rumpelstiltskin - 2018-04-27 Hi guys, just wanted to share with you my joy: look what is just arrived (at last) I'm spending the evening to install ubuntu 18.04 (server so I try it) then if you have any questions, I'm here RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Rumpelstiltskin - 2018-04-28 Hey @fritsch sorry if I ever break "the boxes" as you know I just installed kodi 18 in ubuntu 18.04 , now I have a new problem: after about 20 minutes (random I think) the screen goes green and appears in the logs this message and nothing else CVaapi2Texture::Map: vaExportSurfaceHandle failed - Error: invalid VASurfaceID (6) dpkg -l |grep mesa | pastebinit DISPLAY=:0 vainfo | pastebinit cat ~/.kodi/temp/kodi.log | pastebinit dmesg | pastebinit id | pastebinit amixer | pastebinit RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2018-04-28 (2018-04-28, 14:37)Rumpelstiltskin Wrote: Hey @fritschI have a terrible jetlag and did not catch up yet what happened the last three days in kodi land. @yol from the message looks like your new code, but I suspect a problem in combination with the ffmpeg 4.0 update and some decoder flushing? RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - yol - 2018-04-29 https://github.com/xbmc/xbmc/pull/13823 could be related - please retry with today's master RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Rumpelstiltskin - 2018-04-29 (2018-04-29, 10:55)yol Wrote: https://github.com/xbmc/xbmc/pull/13823 could be related - please retry with today's masterUpdated, seems to be stable; now I look a Film and I tell you EDIT : Works fine! RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Rumpelstiltskin - 2018-04-30 Hey @fritsch @yol Another "problem" : if I switch from HDMI3 (kodi) to HDMI1 (sky) and return in Kodi, I lost the signal. When I lost the signal : stop kodi service and start kodi service and kodi turn on but without audio. I must reboot the system to obtain audio + video working again here the LOG What could be? RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2018-04-30 (2018-04-30, 10:29)Rumpelstiltskin Wrote: Hey @fritsch @yolFixate the EDID. Switching outputs means, you tell the Linux-Box that no TV is attached anymore ... as a workaround hard code the EDID via drm_kms_helper RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Rumpelstiltskin - 2018-04-30 Thanks for ur replay, I followed your guide at post 1793 I have two hdmi output, one is linked into HDMI3 in my TV and the second in BD-DVD in my onkyo. This is the output for ls -la in /sys/class/drm/card0* i tried : /sys/class/drm/card0-HDMI-A-1/edid and /sys/class/drm/card0-HDMI-A-2/edid cat /etc/initramfs-tools/hooks/include-edid-data | pastebinit Do you have another idea to advise me ? One more thing : when i do sudo update-initramfs -u i get this strange warning : Quote:@nucbox:~$ sudo update-initramfs -u I attach the dmesg LOG RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2018-04-30 I'd say: Use LibreELEC :-) Even you follow my howto, you did most things terribly wrong, hehe - even the grub entry is not existent. The error with the resume is wrong UUID in Code: cat /etc/initramfs-tools/conf.d/resume RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - atcusb - 2018-05-01 I've tried following the 16.04 guide, but using 18.04 and Leia, and a couple of observations. 1. Without pinning, ubuntu gets in a mess at the install of kodi and kodi-bin, it seems to take some "kodi" things from the ubuntu repo and some from the nightly ppa. After a few times hitting the same roadblock, I renamed sources.list while installing leia, then changed it back afterwards (pinning looked too much work for a small problem) --edit adding v17 ppa didn't have this issue 2. Probably expected, but libnfs8 libva1 (should I add the xenial repo?) python-software-properties are not found\wrong for 18.04 3. Lirc doesn't work as it did under 16.04, I removed it and let the kernel driver take over, but am having a few keymap issues -- edit https://forum.kodi.tv/showthread.php?tid=326366 was the answer Obviously the guide is not written for either products I'm trying to install, so feel free to take the piss out of me for trying, or point out where I'm being an idiot.... Particularly if there is something obvious around using an HP MCE remote and fintec receiver I'm missing.... RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - luna_s - 2018-05-04 Do I need to do anything extra for Gemini Lake ? Use 18.04 and the latest kernel ? Had a quick go last night and there was no display so I tried Librelec and that worked fine (latest nightly) RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2018-05-05 (2018-05-04, 18:07)luna_s Wrote: Do I need to do anything extra for Gemini Lake ? Use 18.04 and the latest kernel ? Had a quick go last night and there was no display so I tried Librelec and that worked fine (latest nightly)Nobody knows - cause your "quick test" on "your hardware that only you have" did not include posting the required logfiles this thread kindly asks for. |