How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - 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: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs (/showthread.php?tid=116996) 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
|
RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - ursli - 2013-10-02 Sorry about the log, the HTPC was running the whole day already and a lot of crap was in it, so I thought I'd cut it a bit to make sure the important part is easily visible. Will check with latest master again, thanks. RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - fritsch - 2013-10-03 For all that want to test new HD Audio functionality, I compiled a Ubuntu Kernel with the Audio patch and the CEA modes patches applied (https://bugs.freedesktop.org/show_bug.cgi?id=69675#c15). 24p Mode is working here again without stuttering: https://dl.dropboxusercontent.com/u/55728161/linux-image-3.11.3_0.7_amd64.deb https://dl.dropboxusercontent.com/u/55728161/linux-headers-3.11.3_0.7_amd64.deb Btw. for those not wanting to upgrade to bleeding edge xorg / mesa / etc. This new hd audio is also working in combination with the blob ... And for the mesa dev builders, as ckoenig is on hollidays he could not adapt the interop patch to latest mesa git changes - but it was rather trivial Code: commit d8fcfd06c417daee69335ff867d72c23b87f5fc3 I sent that patch to Fabio (oibaf), perhaps we are lucky and he will reenable interop for us. RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - fritsch - 2013-10-03 For all XVBA users. The version starting with tomorrow xbmc-xvba-testing build will not include XVBA anymore. After a merge conflict while rebasing this morning, fernetmenta (lead dev of our xvba development) has parked the AMD blob (under) powered work in: https://github.com/FernetMenta/xbmc/tree/xvba Thank you all for more than 2 years pain, hope and destroyed hopes. This is the official end of supported XVBA and development will stall at the this position. We are looking into a bright future with radeon oss and vdpau. RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - FernetMenta - 2013-10-03 I recommend that we open a new thread for Radean vdpau. Today I have dropped the xvba code from my master branch. I don't even have a test system left with fglrx installed. The last version of xvba is here: https://github.com/FernetMenta/xbmc/tree/xvba RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - Claudio.Sjo - 2013-10-03 Please open a new thread, and help us to follow your activity. RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - nickr - 2013-10-03 Yeah i am really confused now about what i need to do to get this working on my laptop... A new thread with current instructions would be very helpful. Cheers for all the work. This whole thing puts me off AMD in a big way! RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - theslime - 2013-10-03 I've been put off by AMD for years, but now I'm actually tempted to forgive them. After two years of useless drivers they finally did something right by helping the OSS drivers get stable GPU decoding. I think instructions will follow soon, the radeon driver with vdpau decoding is still really new and barely tested. RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - Saner - 2013-10-03 People who use this with Intel / Nvidia should stick or switch ? i am presuming we switch, but I just want to be sure. RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - wsnipex - 2013-10-03 unless you want to stay on the bleeding edge on vdpau development or need the X11 windowing stuff, you can switch to mainline. RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - fritsch - 2013-10-03 New thread for amd vdpau oss is here: http://forum.xbmc.org/showthread.php?tid=174854&pid=1519639 Radeon OSS vdpau will use the same ppa as normal vdpau in the future. But as for now - more special steps are needed for oss vdpau - I started to write a new howto. wsnipex will rename relevant ppas to: xbmc-fernetmenta (tested version, e.g. monthly stables) xbmc-fernetmenta-master (nightlies). XVBA is dead :-) RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - Saner - 2013-10-03 thanks for the quick reply. cheers. RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - locomot1f - 2013-10-03 @fritsch, thanks for that update. RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - BenvanDamme - 2013-10-04 (2013-10-02, 06:44)ddeeds Wrote: 1. Install of Arch.Hello, Maybe it is a dumb question but how do i get and apply the mesa patches ? I tryed git clone git://people.freedesktop.org/~deathsimple/mesa but it failed. RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - fritsch - 2013-10-04 Hehe, yeah - that is a bit tricky as christian does not have a master branch. I would suggest something different, start with mesa git and only cherry-pick the relevant patch. Code: git clone git://anongit.freedesktop.org/mesa/mesa this forum formats auto, so make sure to use the hash id and not the Commitomething - visit #xbmc-xvba if problem persists Now apply my compile fix (here: http://forum.xbmc.org/showthread.php?tid=116996&pid=1519568#pid1519568 ) and build. Have fun. Good luck RE: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - digi_joe - 2013-10-07 Hi, first of all I would like to thank the xvba crew for all the efforts during the last two years.... Since I am currently fine with the xvba version I would like to keep it. However, currently i have a problem with my htpc. I upgraded my TV from a Samsung UEC 6000 to a LG 6918. Now I have the problem, that when I boot the system with TV set switched off the picture of the xbmc box is completly crap. It's hard to describe how it looks, sometimes parts are O.K. but it is not usable. With the Samsung everything was O.K. When I restart lightdm or reboot the complete system (with the TV switched on) everything is O.K again. The picture is also crap, if I switch off the TV (everything OK), restart lightdm, and switch the TV on again. Restarting lightdm again with TV switched on solves the problem again. My setup Zotac AD10, ubuntu 12.04 (upgraded to kernel 3.8.0-31-generic), and the patched fglrx driver. Thanks for your help |