Kodi Community Forum
Linux Radeon OSS with vdpau (howto) - 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: Linux Radeon OSS with vdpau (howto) (/showthread.php?tid=174854)



RE: Radeon OSS with vdpau (howto) - gfisher - 2013-11-05

Thanks for the advanced deinterlacing. Cant wait to use this! I have a problem. Not sure how to resolve. I did a clean xubuntu install like normal. On desktop all seems ok, firefox YouTube music videos play fine. Open xbmc from desktop. Then the up arrow seems to be stuck. it is scrolling between shutdown/menu bar and clicking like mad. I have never seen this. If it is part of the merge bugs I will sit tight. Any recommendations are appreciated. I will try to get and post a log. It is impossible to click menus accurately.


RE: Radeon OSS with vdpau (howto) - fritsch - 2013-11-05

Can you shortly whipe pulseaudio, libasound2-plugins and retry?

also post the relevant logfiles.


RE: Radeon OSS with vdpau (howto) - gfisher - 2013-11-05

ok got logs
xbmc had to reboot to exit and force levl2 in advsettings.xml.. http://pastebin.com/F9e7n7iy
vdpauinfo http://pastebin.com/5RmEbfmq
xorg.0 http://pastebin.com/AuFvg8Ww
dmsg http://pastebin.com/TFDgSKZ6
mesa http://pastebin.com/U0LKPdnY
pulse still installed will remove pulse


RE: Radeon OSS with vdpau (howto) - fritsch - 2013-11-05

Logfiles look good.


RE: Radeon OSS with vdpau (howto) - nichiren - 2013-11-05

Did do-release-upgrade, readded wsnipex/mesa and wsnipex/xbmc-fernetmenta-master and ran update && dist-upgrade. Now the thing[/code] is broken in the most interesting way.

Video drivers seem to be missing, xserver-xorg-video-radeon is installed but xserver-xorg-video-ati is missing.

Trying to install it leads to:
sudo apt-get install xserver-xorg-video-ati:
Code:
The following packages have unmet dependencies.
xserver-xorg-video-ati : Depends: xserver-xorg-glamoregl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Then,
sudo apt-get install xserver-xorg-glamoregl:
Code:
The following packages have unmet dependencies.
xserver-xorg-glamoregl : Depends: libegl1-mesa (>= 7.8.1) but it is not going to be installed or
                                   libegl1-x11
                          Depends: libgbm1 (>= 7.11~1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Leading to
sudo apt-get install libgbm1 libegl1-mesa:
Code:
libegl1-mesa : Depends: libwayland-client0 (>= 1.2.1) but 1.1.0-2ubuntu3 is to be installed
                Depends: libwayland-server0 (>= 1.2.1) but 1.1.0-2ubuntu3 is to be installed
                Recommends: libegl1-mesa-drivers but it is not going to be installed
libgbm1 : Depends: libwayland-client0 (>= 1.2.1) but 1.1.0-2ubuntu3 is to be installed
           Depends: libwayland-server0 (>= 1.2.1) but 1.1.0-2ubuntu3 is to be installed

And
apt-cache policy libwayland-server0 libwayland-client0
Code:
libwayland-server0:
  Installed: 1.1.0-2ubuntu3
  Candidate: 1.1.0-2ubuntu3
  Version table:
*** 1.1.0-2ubuntu3 0
        500 http://fi.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
        100 /var/lib/dpkg/status
libwayland-client0:
  Installed: 1.1.0-2ubuntu3
  Candidate: 1.1.0-2ubuntu3
  Version table:
*** 1.1.0-2ubuntu3 0
        500 http://fi.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
        100 /var/lib/dpkg/status

Obviously something went wrong but where..? Any suggestions would be welcome, I'm a bit reluctant to reinstall from scratch at the moment.


RE: Radeon OSS with vdpau (howto) - gfisher - 2013-11-05

(2013-11-05, 17:14)fritsch Wrote: Can you shortly whipe pulseaudio, libasound2-plugins and retry?

also post the relevant logfiles.
i wiped them. still stuck scrolling up. Huh


RE: Radeon OSS with vdpau (howto) - fritsch - 2013-11-05

@nichiren:

just remove (sudo apt-get remove --purge libegl1-mesa-drivers libwayland-client0 libwayland-server0 xserver-xorg-glamoregl

and try to continue. libglamor needs to be rebuilded against current dependencies, same for the libegl stuff.


RE: Radeon OSS with vdpau (howto) - fritsch - 2013-11-05

(2013-11-05, 17:57)gfisher Wrote:
(2013-11-05, 17:14)fritsch Wrote: Can you shortly whipe pulseaudio, libasound2-plugins and retry?

also post the relevant logfiles.
i wiped them. still stuck scrolling up. Huh

Really no idea.


RE: Radeon OSS with vdpau (howto) - fritsch - 2013-11-05

@gfisher: Ah wait. Your problem and the one with the broken wayland are strongly linked

Code:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install xserver-xorg-glamoregl --reinstall

Thanks to wsnipex. He has fixed the ppa, we had a missing wayland dependency there (e.g. package missing)


RE: Radeon OSS with vdpau (howto) - waso - 2013-11-05

Wsnipex just updated the libwayland Packages to 1.2.1 in his mesa Repo

@ fritsch&wsnipex: Thanks for providing all this


RE: Radeon OSS with vdpau (howto) - nichiren - 2013-11-05

Indeed, now xserver-xorg-video-ati et al can be installed again, and everything appears to be on the ball.

Thanks to wsnipex and fritsch!


RE: Radeon OSS with vdpau (howto) - gfisher - 2013-11-05

@fritsch. here is the stuck up arrow video.. i dont upload or share content so my apolgy if tinypic is not a fav. http://tinypic.com/r/2jdqrmd/5
i will try the update you mention for wayland thanks..


RE: Radeon OSS with vdpau (howto) - fritsch - 2013-11-05

@gfisher: I have never seen that before - Are you sitting on your remove somehow? :-)

Quote:DEBUG: OnKey: ctrl-leftctrl (0x1f0d0) pressed, action is



RE: Radeon OSS with vdpau (howto) - gfisher - 2013-11-05

(2013-11-05, 18:44)fritsch Wrote: @gfisher: Ah wait. Your problem and the one with the broken wayland are strongly linked

Code:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install xserver-xorg-glamoregl --reinstall

Thanks to wsnipex. He has fixed the ppa, we had a missing wayland dependency there (e.g. package missing)
tried it and still looping. maye a key is stuck. will try other key board. android users mentioned this bug. might be the keyboard. i hot swapped and it did nothing. give me a minute. have to reboot each time.

changed to usb generic keyboard and same looping. have to head to work will play with it later. thanks for your help.


RE: Radeon OSS with vdpau (howto) - Claudio.Sjo - 2013-11-05

Installed all the new stuffs.
So far so good.
Problems: some streaming channels, where only audio is played,
and the player (mkv files, created from my DVDs by means of makemkv) refuses to do what I want,
meaning that I can play the file, but I cannot remove subtitles, cannot move the cursor, cannot stop playing...