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 - ((( atom ))) - 2017-03-24 (2017-03-23, 22:01)fritsch Wrote: I exactly run the same versions you do. Same vaapi 1.7.3, same kernel, same xorg drivers. I have no explanation for your problem.So when you switch with xrandr let's say to limited, to full and back to limited while a video is playing, you see a change in the video brightness? Because I don't. Earlier you stated that vaapi is not aware of X and directly writing out the video, and that actually sounds like "xrandr" might not affect this stream. Or am I getting it wrong? (2017-03-23, 22:01)fritsch Wrote: Set your projector to Limited, Disable Adjust Refreshrate To match video. Set kodi to limited. Set xrandr to full. Make sure Prefer VAAPI Render Method is enabled.That's exactly what I set it to, after making some test last night. Brightness is now again set back to 0, but I am missing tiny bits, like black 17 and 18. Looks good so far, but could look a little better.. I will have to extract the gray ramp from the testvideo as a picture, so maybe I can compare the levels and at least figure out, what level the videos are being played out. Hopefully that will work. What I want to achieve is to be able to measure under X using displaycal ant to use the created 3Dlut in kodi afterwords. Ideally I should be able to control the output level of the grafics card when playing back a video. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - gurabli - 2017-03-24 @fritsch and other who might be able to help I just got a Denon X1000 AVR (still have the Denon 1911). For some reason the X1000 doesn't want to show any image if I connect my ASRock N3150DC-ITX box, running latest Kodi and Ubuntu Server 16.04, following the first post here. In addition, there is no image at all even for the boot, so I don't see the ASRock logo, or I can't enter into BIOS/UEFI as I don't have image at all. Connection directly to the TV it works fine, and over the Denon 1911 AVR also (using the same set of HDMI cables). I tested the Denon X1000 AVR with RPi2, and it works perfectly fine, so I don't think it is a problem with the X1000. Only the N3150 doesn't want to show any image over the X1000. Any ideas? Maybe some handshake issue? What could I try? I'm so desperate now. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2017-03-24 Removing the AVR everything is fine, right? RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - gurabli - 2017-03-24 Yes, everything fine without AVR. And the Rpi2 with LE works perfectly, same hdmi cables, everything. I can get image only if I connect the Denon 1911, start N3150 and TV, then replace the AVR to X1000 without turning off N3150. Then X1000 works perfectly, until the N3150 is restarted. Any ideas? Sent from Tapatalk from my Z5 Compact RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - gurabli - 2017-03-27 @fritsch Anything I could try to make the AVR work with N3150? Sent from Tapatalk from my Z5 Compact RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - teeedubb - 2017-03-27 Are you using an extracted edid by any chance? RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - gurabli - 2017-03-27 No, as I can't extract edid, since I can't boot N3150 when connected to AVR as I don't have any image. I was thinking to somehow get the edid but how if there is no image at all? Sent from Tapatalk from my Z5 Compact RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2017-03-27 Extract the TV one and use that with the avr. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - gurabli - 2017-03-27 (2017-03-27, 13:14)fritsch Wrote: Extract the TV one and use that with the avr. OK, I will try with TV, following your guide here It is valid for Ubuntu Server 16.04 LTS (original Kernel), correct? I hope this will work, will report back once I managed to check tonight. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - gurabli - 2017-03-27 Just a quick idea: if I connect the Rpi2 then everything is working perfecty. Can I extract the AVR edid using the Rpi2 and copy over to the N3150 box running Ubuntu Server 16.04? Or that will not work? Sent from Tapatalk from my Z5 Compact RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2017-03-27 You can. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Bootlegninja - 2017-04-02 For anyone intrested in adding a kodi plymouth theme, I finally figured out how to get mine working. Original theme pulled from HERE. installed theme using this link: http://askubuntu.com/questions/775301/unable-to-use-a-custom-splash-screen-in-ubuntu-16-04lts Upload the kodi-anmiated-theme folder into /usr/share Modified lines in .plymouth file to work in Ubuntu 16.04 server From: Code: [Plymouth Theme] To: Code: [Plymouth Theme] to install the theme: Code: update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/kodibuntu-animated-logo/kodibuntu-animated-logo.plymouth 100 to chose the theme: Code: sudo update-alternatives --config default.plymouth to get the theme to show up, I followed directions in this link: http://askubuntu.com/questions/566979/activating-graphical-boot-after-server-install Quote:Open the file /etc/default/grub in an editor as root. Add the arguments quiet splash to the line It literally drove me nuts since I had to dump my old Kodibuntu setup since Krypton caused extreme tearing in the GUI using the Ubuntu 14.04 base. This was the last step for me to regaining the "kodibuntu" feel. Hope this helps others get their rigs back to normal. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - megema - 2017-04-06 Hello! I've just installed Kodi using the howto in the #1 post. Ubuntu 16.04.2 system with HWE kernel and xorg, wsnipex vaapi. Everything seems fine, but when I set "Adjust display refresh rate to match video" option to "Start / Stop", videos became vertically oblated, black bars are appearing on the top and bottom (with real 16:9 content). If I use this xorg.conf, then the black bars getting smaller and moving to the left and right sides. Setting "View mode" to "Stretch to 16:9"(?) seems to be a "fix" for both cases (for real 16:9 content). mesa, vaapi, dmesg, alsa, id, kodi.log (without xorg.conf, showing just the original issue with refresh rate toggled start-stop/off) RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - wsnipex - 2017-04-06 reset display calibrations in kodi RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - megema - 2017-04-06 I don't see any resetting option, just the normal calibration. Kodi's UI is fine. My TV's picture size is set to "screen fit". |