Linux VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.04 - 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: Linux VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.04 (/showthread.php?tid=165707) 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
|
RE: vaapi-sse4: Deinterlacing Testing - tutu - 2014-02-04 (2014-02-04, 22:41)fritsch Wrote: @tutu: Much time for you to learn howto do it and send a succesful PR. Thanks but i have enough of programming in my day job RE: vaapi-sse4: Deinterlacing Testing - fritsch - 2014-02-04 Guess who else ... RE: vaapi-sse4: Deinterlacing Testing - westen - 2014-02-05 Thanks to all the developers for making this work! TV content now looks fantastic on my Haswell i5 NUC. Just a quick note on something I did wrong along the way in case anyone else runs into the same issues. I followed the Howto (with the exception of starting directly into xbmc), but I still had screen tearing that was much worse than before I switched to this vaapi branch. My mistake: I'm running Xubuntu 13.10, and I was booting into xfce and running xbmc on top of that (I need a desktop environment for other things). The fix: I installed fluxbox instead, and everything runs perfectly now. Fluxbox is right there in the howto; I just ignored it thinking xfce and xfwm were lightweight enough to work as substitutes. They're not. If you're running xbmc in ubuntu on top of gnome or kde or xfce and having video issues, give fluxbox a shot! It takes two minutes to apt-get fluxbox, logout, and log back in with fluxbox. (You'll also get lower cpu usage. I thought xfce was light, but with vaapi and yadif on 1080i source I dropped from 4-core cpu usage of 175 down to 120 with fluxbox.) RE: vaapi-sse4: Deinterlacing Testing - wsnipex - 2014-02-05 xfce would probably work if you disable compositing. RE: vaapi-sse4: Deinterlacing Testing - Jusic - 2014-02-05 A note for UEFI boards, the mini iso can't boot in EFI mode, so I used the server iso and everything works fine, just a bit more package overhead. RE: vaapi-sse4: Deinterlacing Testing - fritsch - 2014-02-05 Yes, that's right. I hope that will change for 14.04 RE: vaapi-sse4: Deinterlacing Testing - tutu - 2014-02-05 (2014-02-05, 11:40)Jusic Wrote: A note for UEFI boards, the mini iso can't boot in EFI mode, so I used the server iso and everything works fine, just a bit more package overhead. Yup faced the same issue myself and just used legacy mode for now. One of these days I might actually try UEFI (2014-02-05, 01:16)westen Wrote: Fluxbox is right there in the howto; How did you get fluxbox to boot XBMC by default? I coudn't get it to work for me. RE: vaapi-sse4: Deinterlacing Testing - CrazyCoder - 2014-02-05 (2014-02-05, 14:48)tutu Wrote: How did you get fluxbox to boot XBMC by default? I coudn't get it to work for me. Edit "~/.fluxbox/startup" and add "xbmc &" after xmodmap. RE: vaapi-sse4: Deinterlacing Testing - fritsch - 2014-02-05 Hint: Quote:While installing from the Server Edition ISO (pressing F4 on the first screen will allow you to pick "Minimal installation"...). RE: vaapi-sse4: Deinterlacing Testing - sveni_lee - 2014-02-05 I've a stupid question, how can I update to a new monthly or daily version of Gotham? I've some problems with the script.extendedinfo and tried the nighly on my windows notebook and it works... would a simple "sudo apt-get update && sudo apt-get upgrade" work? RE: vaapi-sse4: Deinterlacing Testing - Juanjo - 2014-02-06 (2014-02-05, 23:26)sveni_lee Wrote: I've a stupid question, how can I update to a new monthly or daily version of Gotham? yes it would, but you first have to add the nightly or unstable repos sudo add-apt-repository ppa:team-xbmc/xbmc-nightly sudo add-apt-repository ppa:team-xbmc/unstable Juanjo RE: vaapi-sse4: Deinterlacing Testing - fritsch - 2014-02-06 Doing so will remove the SW Filter and no deinterlacing will be possible anymore ... there is a reason I suggest "this" ppa and not the mainline one. This thread is about advanced deinterlacing... vaapi-sse4: Deinterlacing Testing - sveni_lee - 2014-02-06 Thats why I ask. So i can update from the ppa from the first post? RE: vaapi-sse4: Deinterlacing Testing - fritsch - 2014-02-06 If there are new packages, you can update. If you followed the howto, doing apt-get update && apt-get upgrade is not forbidden. The PPA is rebased to xbmc mainline nearly daily. RE: vaapi-sse4: Deinterlacing Testing - sveni_lee - 2014-02-06 Thanks, I tink there will be a new packages, I install xbmy by following the HowTo 4 weeks ago... :-) |