Kodi Community Forum
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)



RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - FernetMenta - 2013-04-15

you may run a version I temporarily messed something up Smile


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - wsnipex - 2013-04-15

(2013-04-15, 08:54)Kibje Wrote:
(2013-04-12, 22:04)wsnipex Wrote: I'll see if I can put up a ppa with 12.2 testing next week, but probably only mainline.

That would be excellent. Will you update your XVBA Frodo branch as well once 12.2 is finalized ?

sure

(2013-04-15, 19:28)c-shadow Wrote: Question for wsnipex.
I didn't upgrade in a while, what is this current version with number "13" in it :-)
Is ist still frodo and is it safe to upgrade?

Code:
xbmc@xbmc:~$ apt-cache policy xbmc
xbmc:
  Installed: 2:12.0~git20130129.1036-frodo-0precise
  Candidate: 2:13.0~git20130405.0500-41061a8-0precise
  Version table:
     2:13.0~git20130405.0500-41061a8-0precise 0
        500 http://ppa.launchpad.net/wsnipex/xbmc-xvba/ubuntu/ precise/main amd64 Packages
*** 2:12.0~git20130129.1036-frodo-0precise 0
        100 /var/lib/dpkg/status
     2:11.0~git20120423.cd20772-1 0
        500 http://hr.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
nope, the Joker will hunt you down and eat your cat


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - john.cord - 2013-04-16

(2013-04-15, 22:20)FernetMenta Wrote: you may run a version I temporarily messed something up Smile

ok that cheeres me up becaus i got a little curious about it. thought i broke my xorg.conf ore something but after that i realized that alpha is alpha and as long as video playback is fine... Rofl


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - Kib - 2013-04-16

(2013-04-15, 19:28)c-shadow Wrote: Question for wsnipex.
I didn't upgrade in a while, what is this current version with number "13" in it :-)
Is ist still frodo and is it safe to upgrade?

That is XBMC 13, codename 'Gotham' which is currently in it's 3rd alpha.
I would not upgrade unless you like having the latest of the latest and don't mind it not working now and then Smile

You can choose to remove the PPA's that point there and add wsnipex' Frodo PPA so you get the latest ' stable' XBMC 12, codename Frodo


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - c-shadow - 2013-04-16

(2013-04-16, 12:46)Kibje Wrote: That is XBMC 13, codename 'Gotham' which is currently in it's 3rd alpha.
I would not upgrade unless you like having the latest of the latest and don't mind it not working now and then Smile

You can choose to remove the PPA's that point there and add wsnipex' Frodo PPA so you get the latest ' stable' XBMC 12, codename Frodo

Thx for the info, I'll switch to the frodo stable.


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - pvautrin - 2013-04-18

@FernetMenta
(2013-04-04, 08:30)fritsch Wrote: @pvautrin:
But I think, that fernetmenta could have an idea on howto make it work - let's wait until someone has set up a PPA for 3.9 kernel with the patches + the relevant mesa packages including the vdpau r600 shared objects.

As of 2013-04-18, Ubuntu's kernel mainline finally has a build of drm-next with the UVD patches: [1]
You'll need to also grab adequate _uvd and _rlc firmware files from [2]
And mesa patches were merged last week and are available in this PPA [3]

Unfortunately my card is HD3650 (UVD1), but for anyone with supported UVD2 HW (excludes RV770/RV790/RS780/RS880 [4]), testing of AMD OSS UVD via VDPAU is one step easier now.

[1] http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-next/2013-04-18-raring/
[2] http://people.freedesktop.org/~agd5f/radeon_ucode/
[3] https://launchpad.net/~oibaf/+archive/graphics-drivers/
[4] http://lists.freedesktop.org/archives/dri-devel/2013-April/036875.html


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - Robotica - 2013-04-18

I didn't keep an eye on this topic but what's the reason this work isn't in mainline?


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - FernetMenta - 2013-04-18

If I submitted this as a single hunk to mainline it would show up like this:

Code:
Showing 94 changed files with 11,136 additions and 1,956 deletions.

For those who are not familiar with code: this is a huge change. I have a couple of staging branches and submit smaller changes. Some of them are at the core of the player and require thorough review which currently happens.

@pvautrin I don't get your point.


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - Robotica - 2013-04-18

(2013-04-18, 17:16)FernetMenta Wrote: If I submitted this as a single hunk to mainline it would show up like this:

Code:
Showing 94 changed files with 11,136 additions and 1,956 deletions.

For those who are not familiar with code: this is a huge change. I have a couple of staging branches and submit smaller changes. Some of them are at the core of the player and require thorough review which currently happens.
....
Thnx for the info..
Yes, it's huge. After 15 months and 200+ forum-pages, I am glad to see things are getting merged. Hopefully most changes end up in XBMC13/Gotham.


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - fritsch - 2013-04-18

@pvautrin:
I gave the OSS UVD a try and tested vdpau within xbmc. To get it really working you need some more files from the firmwares that you linked. I tested on Quantal.

For now: 1080 24p works fine. There is currently no deinterlacing.

The rest of my testsamples I normally use to do xvba/vdpau regression testing don't run at all. OSS mesa does not provide glInterOp which makes things really "non optimal" (ftp://download.nvidia.com/XFree86/vdpau/GL_NV_vdpau_interop.txt).

Sad conclusion of my testing: OSS UVD is a real good start into the right direction, but it has to come a long way until it can compete with native XVBA implementation.


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - laric - 2013-04-25

@fritsch I noticed that Catalyst 13.4 is out since yesterday. Any chance they have fixed the issues you have reported that has kept us all from upgrading to newer drivers?
http://www2.ati.com/drivers/linux/amd-catalyst-13.4-linux-x86.x86_64.zip


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - fritsch - 2013-04-25

Currently really busy - give it a try and report back :-)


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - fritsch - 2013-04-25

Update: Made some short tests. The vertical sync 100% cpu back is not fixed in this release :-(


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - User 102910 - 2013-04-26

So the best driver to use for now is still the one that is installed by "sudo apt-get install fglrx" in Ubuntu 12.10 / 13.04 ?


RE: Howto Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - fritsch - 2013-04-26

13.04 has no working driver.