• 1
  • 96
  • 97
  • 98(current)
  • 99
  • 100
  • 244
Linux Radeon OSS with vdpau (howto)
@wsnipex: just tried to do an upgrade on the packages, and i'm getting this error:
Code:
Preparing to replace libxshmfence0:i386 1.0.0-1ppa4~saucy (using .../libxshmfence0_1.1.0-2~saucy_i386.deb) ...
Unpacking replacement libxshmfence0:i386 ...
dpkg: error processing /var/cache/apt/archives/libxshmfence0_1.1.0-2~saucy_i386.deb (--unpack):
trying to overwrite shared '/usr/lib/libxshmfence.so.1.0.0', which is different from other instances of package libxshmfence0:i386
Errors were encountered while processing:
/var/cache/apt/archives/libxshmfence0_1.1.0-2~saucy_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
either you have 32bit ubuntu or something is mixed up and it's downloading the wrong debs, x64 debs should say amd64 not i386.
Intel Core i5-11500, ASRock B560M-ITX/ac, 240GB SSD + 4TB  Western Digital Blue, Arch Linux, mythtv 31+fixes + TBS 6205 QUAD FREEVIEW DVB-T2
(2013-12-22, 20:40)deadite66 Wrote: either you have 32bit ubuntu or something is mixed up and it's downloading the wrong debs, x64 debs should say amd64 not i386.

i know... it's weird.
i definitely have 64bit installed.

i don't know why it's trying to install this version....Huh
-----------------------
should i edit my sources list in someway?
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
yes, I borked multi-arch support :/
uploaded a new package just now, that should hopefully fix it.

edit: don't remove all i386 packages, just wait for a fixed one
I've got it running on Debian Jessie with E-350 using first post instruction. I only didn't tested init scripts etc (bcs I've my own implementation which use remote).
There are two quirks to overcome Big Grin
1. Key thing to make it working is to use libegl1-mesa from experimental tree of Debian (add repo & apt-get -t install libegl1-mesa).
2. Also libGLEW is named differently in Debian.
• You need to install libglew1.10
• Symlink libGLEW.so.1.8 -> libGLEW.so.1.10 (ln -s /usr/lib/x86_64-linux-gnu/libGLEW.so.1.10 /usr/lib/x86_64-linux-gnu/libGLEW.so.1.8)
• Install dummy libglew1.8 - https://mega.co.nz/#!UJoGADzY!cWmU2nH9EI...7v_5zphYCE

Easiest way to verify whatever vdpau is working is to press "O" in player - you should see "dc:ff-h264-vdpau".
If you have something like "VDPAU: required extension GL_NV_vdpau_interop not found" in log it means that MESA is too old (older than 10.0).
(2013-12-22, 21:48)wsnipex Wrote: yes, I borked multi-arch support :/
uploaded a new package just now, that should hopefully fix it.

edit: don't remove all i386 packages, just wait for a fixed one

yup... all fixed.
everything loaded correctly.

everything seems to be working well.
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Re: MPEG-2

Just tried on my install with the current mesa test packages and the drm-fixes20%2B_0.1_amd64 kernel - still getting GPU Lockups Sad
My mpeg2 problems are mostly fixed, had one full lockup a few days ago since the patch when i left a video running and the machine locked up when i ended.
Intel Core i5-11500, ASRock B560M-ITX/ac, 240GB SSD + 4TB  Western Digital Blue, Arch Linux, mythtv 31+fixes + TBS 6205 QUAD FREEVIEW DVB-T2
okay, make sure to update the bugtracker.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2013-12-22, 23:18)kiler129 Wrote: I've got it running on Debian Jessie with E-350 using first post instruction. I only didn't tested init scripts etc (bcs I've my own implementation which use remote).
There are two quirks to overcome Big Grin
1. Key thing to make it working is to use libegl1-mesa from experimental tree of Debian (add repo & apt-get -t install libegl1-mesa).
2. Also libGLEW is named differently in Debian.
• You need to install libglew1.10
• Symlink libGLEW.so.1.8 -> libGLEW.so.1.10 (ln -s /usr/lib/x86_64-linux-gnu/libGLEW.so.1.10 /usr/lib/x86_64-linux-gnu/libGLEW.so.1.8)
• Install dummy libglew1.8 - https://mega.co.nz/#!UJoGADzY!cWmU2nH9EI...7v_5zphYCE

Easiest way to verify whatever vdpau is working is to press "O" in player - you should see "dc:ff-h264-vdpau".
If you have something like "VDPAU: required extension GL_NV_vdpau_interop not found" in log it means that MESA is too old (older than 10.0).


Note that I posted instructions for debian.
Anyone tried this on the Kabini platform yet? The only thing I could find in search, is that Kabini is still early work in progress.
Yes, me. There is currently a problem when starting a video: https://dl.dropboxusercontent.com/u/5572...201457.mp4 - especially happening with LiveTV where the player needs to wait for the stream.

But I did not test with the very latest kernel I posted. I am not at home currently. Have fun to try it and reporting back.

I already reported it upstream. Same for you?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2013-12-23, 14:39)EricV Wrote: Note that I posted instructions for debian.

Could you point me to? I've looked in this thread by "jessie" keyword and found actually nothing interesting except one guy post about compiling everything from scratch.
Thanks in advance.

p.s. As I see you're using 3.13-rc4 kernel which is buggy on my hardware (MSI E350IA-E44)
(2013-12-23, 15:23)kiler129 Wrote:
(2013-12-23, 14:39)EricV Wrote: Note that I posted instructions for debian.

Could you point me to? I've looked in this thread by "jessie" keyword and found actually nothing interesting except one guy post about compiling everything from scratch.
Thanks in advance.

p.s. As I see you're using 3.13-rc4 kernel which is buggy on my hardware (MSI E350IA-E44)

I'm sure he's talking about this post:
http://forum.xbmc.org/showthread.php?tid...pid1575163

The rest of his steps would still be valid even with a different kernel.
A christmas present by Marek: http://lists.freedesktop.org/archives/dr...50902.html

Edit: https://dl.dropboxusercontent.com/u/5572..._amd64.deb https://dl.dropboxusercontent.com/u/5572..._amd64.deb
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
  • 1
  • 96
  • 97
  • 98(current)
  • 99
  • 100
  • 244

Logout Mark Read Team Forum Stats Members Help
Radeon OSS with vdpau (howto)26