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 v18 nightly based on Ubuntu 18.04 server - Rumpelstiltskin - 2018-07-21 hi @fritsch I keep having problems with Signal lost, I'm in contact with the Dev's "bugs.freedesktop" and they asked me if there is any way to disable the output after I switched the AVR from HDMI1 to HDMI2 and then make it re-enable it in Kodi after I switched back to HDMI1? (For ex. by setting some video output setup option in Kodi from and back to HDMI-A-1 ?) Thanks for always RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - fritsch - 2018-07-21 you can stop kodi - xrandr will kill the output anyways. Kodi on X11 currently cannot work without a display. Kodi's GBM version is able to do that since 2 days or something. RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - Hammurabi - 2018-07-21 Noob here, I just got back to Linux after some time. I installed Linux mint 19 on a Bay Trail J1900 with Kodi 17.6 but i can't get hardware acceleration to work. What I have to install to get it working? RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - fritsch - 2018-07-21 Dear Noob, please read: "4.) Reporting issues" on the first post and come back with that information. RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - Rumpelstiltskin - 2018-07-21 (2018-07-21, 12:26)fritsch Wrote: you can stop kodi - xrandr will kill the output anyways. Kodi on X11 currently cannot work without a display. Kodi's GBM version is able to do that since 2 days or something.Hello @fritsch , it'll be my age, it ll be the language (I remember always using a translator) but I can hardly follow you - you can stop kodi - xrandr will kill the output anyways. -> You intend to stop it with the stop button or with this command ' sudo service kodi stop' ? - Kodi's GBM version is able to do that since 2 days or something. -> What do you mean, GBM? RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - fritsch - 2018-07-21 (2018-07-21, 19:31)Rumpelstiltskin Wrote:a) Kodi as you use it, is not able to run without a display as of now.(2018-07-21, 12:26)fritsch Wrote: you can stop kodi - xrandr will kill the output anyways. Kodi on X11 currently cannot work without a display. Kodi's GBM version is able to do that since 2 days or something.Hello @fritsch , it'll be my age, it ll be the language (I remember always using a translator) but I can hardly follow you b) A special version of kodi using the GBM window system can switch to offline rendering - but this is currently not installable via the ppa or something I could guide you to use. RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - Rumpelstiltskin - 2018-07-21 (2018-07-21, 19:33)fritsch Wrote: b) A special version of kodi using the GBM window system can switch to offline rendering - but this is currently not installable via the ppa or something I could guide you to use.You'd be very kind maybe with the GBM solving my problem RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - fritsch - 2018-07-21 I see @wsnipex has packageed kodi-gbm if he has time he might describe you how to "test switch" from this howto to kodi-gbm RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - Hammurabi - 2018-07-21 I just assumed that with the newer linux distros and with the newer kodi versions , all this would come out the box. So it's impossible to install a normal desktop distro with HW acceleration working out of the box? like in libreelec RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - fritsch - 2018-07-21 (2018-07-21, 20:36)Hammurabi Wrote: I just assumed that with the newer linux distros and with the newer kodi versions , all this would come out the box.Your assumption is correct. The thread you are posting though has nothing to do with a linux desktop, open your own thread. RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - Hammurabi - 2018-07-21 ok thanks for answering, i'll check linux mint forums. You think that maybe xfce is the problem and with other desktop enviroment more up to date will be working? RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - wsnipex - 2018-07-22 what problem? XFCE works just fine, also with kodi. RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - wsnipex - 2018-07-22 for GBM: I've not been able to get it to work myself on my htpc yet. There is still a bug that seems to affect older intel cpus/gpus. In theory you would just switch the Exec_start command of the systemd script to run /usr/bin/kodi --standalone directly instead of openbox RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - Rumpelstiltskin - 2018-07-22 (2018-07-22, 09:41)wsnipex Wrote: for GBM: I've not been able to get it to work myself on my htpc yet. There is still a bug that seems to affect older intel cpus/gpus.thanks @wsnipex I started to compiling out for the first time, can I ask if it's right? Quote:git clone https://github.com/xbmc/xbmc kodi RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - fritsch - 2018-07-22 (2018-07-22, 09:55)Rumpelstiltskin Wrote:Why? There is a kodi-gbm package already available!(2018-07-22, 09:41)wsnipex Wrote: for GBM: I've not been able to get it to work myself on my htpc yet. There is still a bug that seems to affect older intel cpus/gpus.thanks @wsnipex Code: sudo apt-get install kodi-gbm Now edit /etc/systemd/system/kodi.service and change the ExecStart to look like this: Code: ExecStart = /usr/bin/kodi-standalone sudo systemctl daemon-reload sudo reboot This works with kodi 18 ppa |