I have the same problem.
I filed two bugs, which tell the "two last" problems for me with the Zacate platform:
http://trac.xbmc.org/ticket/11862 (hang in menu, etc.)
http://trac.xbmc.org/ticket/12015 (problems using newer ffmpeg, which should fix the stop in video and sound issues)
My system crashes very hard if this is happening, process gets defunc and not killable anymore
[LINUX] HOW-TO use VAAPI HW Acceleration on AMD Zacate (Fusion) platform
fritsch
Team-XBMC Member Posts: 1,408 Joined: Aug 2011 Reputation: 41 Location: Karlsruhe |
2011-09-29 18:02
Post: #541
(This post was last modified: 2011-09-29 21:12 by fritsch.)
|
| find quote |
merol
Junior Member Posts: 2 Joined: Sep 2011 Reputation: 0 |
2011-09-30 11:39
Post: #542
Hello y follow this tutorial http://forum.xbmc.org/showthread.php?tid=106898, and all works fine except for two things:
Thank you |
| find quote |
bizz
Junior Member Posts: 4 Joined: Sep 2011 Reputation: 0 |
Great! Finally got VAAPI for my Radeon 4830!
Here's how I did it if it helps anyone: - installed Ubuntu 11.04 and all updates. - added user to audio & video groups from Step1 from first post here (not sure if required) - did a complete Step 2 from first post here - downloaded and installed latest catalyst (11.9) - installed xbmc from lars-op den kamp's repo: https://launchpad.net/~lars-opdenkamp/+archive/xbmc-pvr Additionally in xbmc settings turned off VDPAU and set to Always vsync (because of tearing). And that's all. |
| find quote |
Redsandro
Skilled Python Coder Posts: 133 Joined: Jul 2008 Reputation: 0 Location: Netherlands |
2011-10-02 01:41
Post: #544
Is anyone trying this on Fedora? I prefer Fedora over Ubuntu. They seem to make some better choices lately.
Try Xubuntu. It's the new Ubuntu. |
| find quote |
djselbeck
Junior Member Posts: 20 Joined: Nov 2008 Reputation: 0 |
2011-10-02 23:47
Post: #545
Yeah I tried it under fedora and it works. But I've now installed archlinux because I want a lightweight distribution for my HTPC
|
| find quote |
Redsandro
Skilled Python Coder Posts: 133 Joined: Jul 2008 Reputation: 0 Location: Netherlands |
2011-10-03 11:00
Post: #546
djselbeck Wrote:Yeah I tried it under fedora and it works. But I've now installed archlinux because I want a lightweight distribution for my HTPC I have yet to see if Fedora runs acceptably on my AMD Fusion board. I hope so, Gnome 3 is nice even though I don't need it. Otherwise I was thinking about Debian with LXDE. Anyway, every piece of advice in these threads link to precompiled XBMC's in .deb packages, or drivers from SplitttedDesktop, which are also .deb packages. Do you have a resource for the drivers and patched builds in Fedora? Try Xubuntu. It's the new Ubuntu. |
| find quote |
Robotica
Posting Freak Posts: 992 Joined: Aug 2010 Reputation: 3 |
2011-10-03 13:35
Post: #547
fritsch Wrote:I have the same problem. Thnx for testing and reporting those bugs... |
| find quote |
Redsandro
Skilled Python Coder Posts: 133 Joined: Jul 2008 Reputation: 0 Location: Netherlands |
2011-10-08 16:41
Post: #548
How can you check if the proper patches were compiled with? I found this ppa for Oneiric 11.10, dunno if it's suitable for VAAPI.
https://launchpad.net/~michael.nelson/+archive/xbmc Try Xubuntu. It's the new Ubuntu. |
| find quote |
Redsandro
Skilled Python Coder Posts: 133 Joined: Jul 2008 Reputation: 0 Location: Netherlands |
2011-10-09 20:48
Post: #549
Easy XBMC-VAAPI installation
This is awesome ![]() I got an easy way of getting VAAPI to work with XBMC on my AMD Fusion A50M chipset (Zotac Fusion mainboard) 1. Install Ubuntu 11.10 Beta 2 Download the image and use unetbootin to create a bootable USB stick. Install from there. 2. Fixes This is beta-software (next week the full version comes out, maybe you don't need this anymore.) Code: $ sudo apt-get update2b. Optional fixes Code: $ sudo apt-get install gnome-shellPlease note: MaZZly Wrote:I tried your guide and could get it to work only if i started xbmc from terminal, when starting it normally it crashes when i was about to start a video. (..) then i tried your optional fix to install gnome shell, and when inlogged into gnome shell it works flawlessly. 3. Install VAAPI driver from Splitted-Desktop New URL Code: $ wget http://www.splitted-desktop.com/static/libva/xvba-video/xvba-video_0.8.0-1_amd64.deb4. Install Catalyst 11.8 drivers. Run jockey-gtk and install the ATI/AMD proprietary FGLRX graphics driver. The (post-release updates) version doesn't work. Yet. Maybe it works when the final version of Ubuntu Oneiric comes out. 5. Install patched XBMC from lars-opdenkamp PPA Create /etc/apt/sources.list.d/xbmc-opdenkamp.list with following contents: Code: # RED 2011-10-08Code: $ apt-get updateCode: $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8NUMHERECode: $ apt-get update5b. (optional) Check non-VAAPI playback Movies already play back faster in XBMC due to the catalyst driver, but 1080 will probably not play back smooth yet. You can check this to make you extra happy when VAAPI works. 6. Verify correct installation of drivers Code: $ vainfo Code: $ sudo ln -s /usr/lib/va/drivers/fglrx_drv_video.so /usr/lib/dri/Code: $ vainfo Code: $ fglrxinfo 7. Start XBMC and enable VAAPI, disable VDPAU Robotica provided a nice screenshot: http://gaspo.dyndns.org/files/xbmc-setti...ayback.png 8. Start XBMC, ready for action! Restart XBMC, and play your 1080p movie. ![]() ![]() ![]() ![]() Now, if only someone knew a trick to make Adobe Flash play fluent fullscreen in the browser.. -edit- Concerning Flash playback Quote:Now, if only someone knew a trick to make Adobe Flash play fluent fullscreen in the browser..Gnash / Lightspark support vaapi accelerated playback. They are far from perfect Flash-replacements, but if one could get them to work, it would at least enable us to watch youtube-like video's on this platform. Installation is easy Code: $ sudo apt-get install lightspark browser-plugin-lightsparkDisable the Adobe Flash plugin, enable the Lightspark plugin. But For me, vaapi does not work. It should though, because gbeauchesne from Splitted-Desktop donated the code to those projects upstream himself. Try Xubuntu. It's the new Ubuntu.
(This post was last modified: 2011-10-12 18:14 by Redsandro.)
|
| find quote |
Redsandro
Skilled Python Coder Posts: 133 Joined: Jul 2008 Reputation: 0 Location: Netherlands |
2011-10-11 02:57
Post: #550
Concerning mplayer
Robotica Wrote: For me, XBMC plays fine, but I cannot get mplayer to work. Code: # wget http://www.splitted-desktop.com/static/libva/mplayer-vaapi/mplayer-vaapi-20110127-FULL.tar.bz2Test: Code: $ mplayer -fs -vo vaapi -va vaapi -lavdopts threads=2 /home/sander/redserv.fs/red/media/films/Avatar.mkvCode: Error opening/initializing the selected video_out (-vo) device.Code: $ ll `which mplayer`Code: # pwdTried various remixes of parameters and paths, just no ball. Did I miss a step to enable vaapi? -update- Somewhere during the blahblah (checkout make) I saw this. I think there is way to many no. Arent Jack/Alsa/Xv and a whole lot of others supposed to say 'yes' for mplayer? Anyway I colorized the ones relevant to not playing vaapi. Quote:(...)even though Quote:$ vainfoAnd I do have those headers installed otherwise it wouldn't build at all. BTW, a note on VLC, it works out of the box if you enable hardware acceleration if you have the vaapi driver installed. I have this impossible h264 1080p and VLC went from like 0.2 frames to 4 frames per second. But XBMC plays it fluently! ![]() Either the XBMC implementation is kick-ass, or the VLC one kinda sucks. Or both. Try Xubuntu. It's the new Ubuntu.
(This post was last modified: 2011-10-11 04:54 by Redsandro.)
|
| find quote |



Search
Help