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
|
Problems with DTS-HD - Jan0sh - 2012-06-30 Hi there! First thanx vor merging the new Audio enhancements in to this branch. But now there is a problem. My HiFi Reciver is capable of DTS-HD and True-HD, but when playing movies with DTS-HD I experience slowdowns and stuttering (with no sound). Disabling DTS-HD Capabilty in System Settings removes this stuttering and the movies playback fine. Anyone else ran in this problem? I don't have a clue if this is an AE problem or maybe caused by this branch. I think the AE branch had been well tested befor reintegration into official trunk. Anyway I can help U with deeper invastigation of this problem? RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - mineral4x - 2012-07-01 Huge props to wsnipex!!! How do I give him reps?? This instructional is amazing! Exactly what I needed. I had to tweak it to make my perfect minimal install, but this gave me the perfect starting point to do exactly what I wanted. Thank you so much! RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - virus0190 - 2012-07-01 hey guys i have a little trouble with my xbmc my configuration is: Ubuntu Linux 12.04 Linux 3.2.0-26-generic on x86_64 AMD E-350 Processor, 2 cores XBMC Eden 11 so the system works perfect after startup. i wached a HD movie -> no problems i powered off my TV and let the xbmc run. (i always let it rum) tomorrow morning i powered on the TV, but now i had a blackscreen and one of the CPU cores had 100% nothing happend if i pushed a button. only the xbmc freezes! but not the ubuntu. i can still connect and wach the status with "htop" now i have to reboot, than it works again for a while. how longe i can't say. this problem i had a lot of times and i don't know whats wrong! has anyone of you the same problem or can someone help me please? RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - wsnipex - 2012-07-01 @Janosh: thats a ati driver limitation. fglrx only provides 2 audio channels :/ @virus: sounds like the infamous asic hang in the ati driver. You could try to upgrade fglrx and also install the latest xbmc testing package. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - virus0190 - 2012-07-01 i need to know the command or the steps to update the ati drivers please RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-07-01 @virus0190: can you join #xbmc-xvba? I don't want to give you a guide to 12.6beta, but 12.6 is not working without modification. With a short hack, you get everything up running fine, including aticonfig/amdconfig. As I currently do not have access to my AMD hardware, i won't write this to public for now. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - virus0190 - 2012-07-01 @fritsch i can't join. but you can write me a pm ? RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-07-01 @virus0190: Will check when i am at home and make it public then. http://webchat.freenode.net/ <- perhaps this can make joining possible. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-07-01 Okay verified this with two users. 1.) Backup /etc/ati/control and /etc/ati/signature from your current installed drivers. 2.) Install version 12.6 final as you always do. See the howto given by wsnipex some pages back. 3.) After it is finished copy back /etc/ati/control and /etc/ati/signature. 4.) Run all the aticonfig commands again, reboot and fine. So 12.6 is fully functional only the control file was messed up. Have fun. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-07-01 Disclaimer: We don't give support for people not fully reading this howto. If your brain already is in standby, wait till resume. Detailed howto: First install dependencies, you need to build fglrx (libc6-i386 is only needed on 64 bit systems): Code: sudo apt-get install dh-make dh-modaliases execstack libqtgui4 build-essential libc6-i386 Now continue (see legacy notes at the bottom for older amd gpus): Code: 1. login in to the xbmc computer via ssh Legacy Instructions If you have a card that is not supported by 12.6 anymore, these are all cards < HD5000. So: HD2XXX, HD3XXX, HD4XXX. You have to use the amd legacy driver. The steps are a bit different. Instead of step 5 and 6 you do: Code: 5 legacy: wget http://www2.ati.com/drivers/legacy/12-6/amd-driver-installer-12.6-legacy-x86.x86_64.zip RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - csmager - 2012-07-01 (2012-04-14, 15:07)gsjosh Wrote: Earlier in this thread I cheered for getting this guide working on my setup, but maybe I cheered too early. It works pretty flawlessly up to the point that I go from the video player back into the menus (doesn't matter whether video is still playing or not). As soon as I start a new video, or perhaps go back to the video I was watching, it starts skipping frames backwards and forwards. I'm having this issue - I followed the guide and have installed the Eden stable version. Some videos will play and a few times a second intersperse frames from earlier. Certain of my x264 files exhibit this even on a fresh boot, but others will show it if played, stopped and played again as described above. Any info I can provide, let me know! RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-07-01 @csmager: Could you upgrade to at least xbmc-xvba ppa version? We do not have the man power to develop on the eden branch anymore, sorry about this. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - csmager - 2012-07-01 (2012-07-01, 20:47)fritsch Wrote: @csmager:No probs - will give it a go and report back. I think I tried it earlier in the day with the same result, but I'll try again to confirm! xbmc.log doesn't seem to log anything once playback has started - is there anything else I should be looking at to gather any info? If I disable XVBA, the files work fine (subject to them being within the limits of what the CPU can decode in software!) RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-07-01 @csmager: Best is to upload a sample, pastebin your xbmc.log with debugging turned on (complete one) and describe the error you are seeing. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - PeterV - 2012-07-02 Hi, Thanks for the solving issue with 5.1 and small comment: I have Ubuntu 12.04 (upgraded from 11.10) with fglrx from Ubuntu repository, and command from the 1 message Code: sudo aticonfig --set-pcs-u32=MCIL,HWUVD_H264Level51Support,1 Code: grep HWUVD_H264Level51Support /etc/ati/amdpcsdb But if I use amdconfig instead aticonfig (I have both in the system) Code: sudo amdconfig --set-pcs-u32=MCIL,HWUVD_H264Level51Support,1 May be it make sense to include information check command (grep) and possible usage of amdconfig in first message ? |