![]() |
|
How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/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 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 |
RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - kaze - 2012-05-02 15:25 on E350, after upgrading to 12.04 and using latest amd drivers from ubuntu & xbmc-xvba branch, cpu load goes to 100% after 5 Minutes of idling Any way to fix that? (11.12 drivers does not show such issue) Thank you. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - CrazYoshi - 2012-05-02 17:30 Hi guys. I have read the updated guide for ubuntu 12.04 and I see that is no more required to compile deb packages from ATI driver downloaded from the site. Could you explain me why? Is it possible to continue to use the driver distributed from ATI through their website? Thanks
RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - weemaaan - 2012-05-02 17:30 Hi, I've just done a fresh install following the guide but I can't find the .xbmc folder to add some bits to the user data folder. Has it's location changed. I've also noticed the setting for shared surfaces has disappeared is this meant to be correct. I'm using the Eden pvr ppa Thanks RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - wsnipex - 2012-05-02 18:55 (2012-05-02 17:30)CrazYoshi Wrote: Hi guys. ubuntu 12.04 provides the (as of now) latest catalyst driver, but you can still install manually from the AMD site (2012-05-02 17:30)weemaaan Wrote: Hi, I've just done a fresh install following the guide but I can't find the .xbmc folder to add some bits to the user data folder. Has it's location changed. I've also noticed the setting for shared surfaces has disappeared is this meant to be correct. I'm using the Eden pvr ppa try: Code: cd ~note: for this folder to exist, you must have started xbmc at least once RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - Frederik - 2012-05-02 20:03 Hi! Just found your PPA and was so happy to find a version with PVR+XVBA, thank you very much for your work! I am just unsure if XVBA does actually work on my machine. The CPU usage still seems to be quite high during HD video playback, and playback seemed to be a bit laggy. I found some XVBA related messages in the log, but was not sure if they meant good or bad. So how can I verify hardware decoding works? (And: How to I check which h264 version a video uses?) Thanks! RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-05-02 20:15 @Frederik: press the "o" key and see what codec is chosen. Something with "xvba" in its name should be appearing. Make sure that you have done the settings mentioned in Step 8. @weemaaan: in deed during that time within the howto there is still no .xbmc directory. Create both directories with your xbmc user to get the permissions right (meaning: without sudo). Code: mkdir /home/xbmc/.xbmcRE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - Frederik - 2012-05-02 20:47 @fritsch: Thanks for the fast reply. Yes, I am seeing "dc:ff-h264-xvba" in the output. And I double-checked the settings from Step 8. Still, I am having about 115% CPU usage.
RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-05-02 21:17 @Frederik: Please reboot. That looks like another process running amok :-). You can check with "top" from the commandline. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - kaze - 2012-05-02 21:17 (2012-05-02 20:47)Frederik Wrote: @fritsch: Thanks for the fast reply. Yes, I am seeing "dc:ff-h264-xvba" in the output. And I double-checked the settings from Step 8. Still, I am having about 115% CPU usage. Are you using latest catalyst? I am gettin 100% CPU Load with latest amd drivers that are in 12.04, try using 11.12 drivers version. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - Frederik - 2012-05-02 21:43 @fritsch: I tried twice, and checked with htop that it is xbmc that is taking the CPU. And CPU usage goes down when I stop video playback. @kaze: Yes, I had installed latest catalyst from the AMD website. Now I installed 11.12, and indeed, CPU usage is down to around 20%. Great! Thank you very much for this valuable hint! |