![]() |
|
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 - XanomalieX - 2012-04-04 14:12 a short question: having one core on an E-450 running on 100% while using an NYXBoard got nothing to do with the XVBA Version of XBMC ? RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-04-04 14:17 you could press "top" and see which process is running amok. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-04-04 15:24 Ah, totally forgotten: Did you enable vsync? If not the GUI is rendered as fast it can. Go to System -> Settings -> System -> Video and choose: Vsync always enabled. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - XanomalieX - 2012-04-04 15:25 (2012-04-04 14:17)fritsch Wrote: you could press "top" and see which process is running amok. thx for helping a linux noob AW: RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - XanomalieX - 2012-04-04 15:53 (2012-04-04 15:24)fritsch Wrote: Ah, totally forgotten: Did you enable vsync? If not the GUI is rendered as fast it can. Go to System -> Settings -> System -> Video and choose: Vsync always enabled. Of course i did ;-) and i disabled the rss feed. I can see the CPU usage rising, when I plug in the Bluetooth dongle and it doesn't go down after pulling it out again. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - wsnipex - 2012-04-04 16:39 is xbmc using the CPU, or is it some other process? RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - XanomalieX - 2012-04-04 19:16 (2012-04-04 16:39)wsnipex Wrote: is xbmc using the CPU, or is it some other process? no it's: upstart-udev-br RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - XanomalieX - 2012-04-05 09:37 (2012-04-04 19:16)XanomalieX Wrote:(2012-04-04 16:39)wsnipex Wrote: is xbmc using the CPU, or is it some other process? and this is the solution: https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/829980/comments/32 if somebody else needs it RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - CrazYoshi - 2012-04-05 12:00 Hi everybody. I’m not able to install ati drivers for my ASUS E35M1-M into my Ubuntu 11.10 minimal. I download, successfully create .deb packages and install them. But after that the screen is black and I’m not able to enter into the console pressing alt+f2 key. I follow those steps: - Install Ubuntu minimal 11.10 - Install ssh - Install 3.31 kernel from this source: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/ - Install all prerequisites for compile amd driver 12.3 following the “Before you start” steps of this guide: http://wiki.cchtml.com/index.php/Ubuntu_Oneiric_Installation_Guide - Create the packages for my distribution and install them. - Run sudo aticonfig --initial –f - Install HVDA: sudo apt-get install xvba-va-driver libva-glx1 vainfo - After that I would like to install the new verion of xmbc (that now support VAAPI) from the repository Now I’m not able to see anything on the screen and I have access to the system only through ssh. If I run fglrxinfo command an Error massage occurs. Please could you help me? I’m getting crazy… RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-04-05 12:52 @CrazYoshi: You mix several things up. Follow the steps as mentioned in the howto. There is no need for a 3.31 kernel and there is also no need for the old and buggy xvba-va-drivers. This howto is basically about installing xbmc with XVBA extension. XVBA directly uses the UVD of the AMD cards without fooling around with a wrapper in between. You can join #xbmc-xvba, as it gets too long to explain the differences again. |