Kodi Community Forum

Full Version: Poor performance on Radeon HD 6450
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Recently I reinstalled my HTPC in order to upgrade some hardware and the version of Fedora I was running. Anyways, after several days of searching and trying different solutions I can't seem to get clean 1080p playback on my machine. Framerate seems really low (around 20 fps) and usually things start off with a audio lag. I'll try to include as much information as possible but please let me know if I'm missing something.

OS: fedora 20
Kernel: 3.13.10-200.fc20.x86_64
Host CPU: Intel® Atom™ CPU 330 @ 1.60GHz, 4 cores available
GPU: Radeon HD 6450
XBMC version: XBMC 14.0-ALPHA1 Git:20140418-134b6d4 (compiled Apr 19 2014) I should note here that I originally started out with the rpmfusion version but had the same issues so I tried compiling from source.

Here's my debug log http://pastebin.com/FDaACPJB

And I have the latest Catalyst Driver installed http://support.amd.com/en-us/download/de...x%20x86_64#

==========ldd /bin/fglrxinfo==========

linux-vdso.so.1 => (0x00007ffff57f8000)
libGL.so.1 => /lib64/libGL.so.1 (0x00007fba121fe000)
libX11.so.6 => /lib64/libX11.so.6 (0x00007fba11ec0000)
libXext.so.6 => /lib64/libXext.so.6 (0x00007fba11cad000)
libc.so.6 => /lib64/libc.so.6 (0x00007fba118ee000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fba116d1000)
libatiuki.so.1 => /lib64/libatiuki.so.1 (0x00007fba115b3000)
libxcb.so.1 => /lib64/libxcb.so.1 (0x00007fba11392000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fba1118e000)
/lib64/ld-linux-x86-64.so.2 (0x00007fba123fe000)
libXau.so.6 => /lib64/libXau.so.6 (0x00007fba10f89000)

Any suggestions or help would be greatly appreciated!
there is no hardware video decoding support with catalyst. See the radeon OSS vdpau howto(for ubuntu) on top of this forum.
@wsnipex Thanks for the response.

I read through the instructions and from what I can tell, I should be good. My card is UVD 3 I have the same packages installed ( at least the fedora versions) and I'm running the latest "Installation of the team xbmc repository with mainline builds" to which you can see above in my original thread. Am I missing something that's staring me right in the face?
Debug Log will tell and also provide the other output the OSS howto wants.
(2014-04-22, 04:47)Coolhand87 Wrote: [ -> ]@wsnipex Thanks for the response.

I read through the instructions and from what I can tell, I should be good. My card is UVD 3 I have the same packages installed ( at least the fedora versions) and I'm running the latest "Installation of the team xbmc repository with mainline builds" to which you can see above in my original thread. Am I missing something that's staring me right in the face?

yes you are running catalyst/fglrx

03:06:33 T:140588240038144 NOTICE: GL_VENDOR = ATI Technologies Inc.
03:06:33 T:140588240038144 NOTICE: GL_RENDERER = AMD Radeon HD 6450
(2014-04-22, 10:22)wsnipex Wrote: [ -> ]
(2014-04-22, 04:47)Coolhand87 Wrote: [ -> ]@wsnipex Thanks for the response.

I read through the instructions and from what I can tell, I should be good. My card is UVD 3 I have the same packages installed ( at least the fedora versions) and I'm running the latest "Installation of the team xbmc repository with mainline builds" to which you can see above in my original thread. Am I missing something that's staring me right in the face?

yes you are running catalyst/fglrx

03:06:33 T:140588240038144 NOTICE: GL_VENDOR = ATI Technologies Inc.
03:06:33 T:140588240038144 NOTICE: GL_RENDERER = AMD Radeon HD 6450

So if I'm running the right drivers and XBMC version then do you have any idea why I would be getting such poor performance? Also is there anything I might be able to try to workaround the issue?

If it helps here's the latest Debug log with the advanced settings suggested from that thread http://pastebin.com/ZmnZ5ugp
Obviously I still didn't make myself clear, so I'll try again:
There is NO proper video acceleration with fglrx! You must use the OSS radeon driver and mesa >=10 with vdpau support.