https://bugs.freedesktop.org/show_bug.cgi?id=86837
--- Comment #21 from Aaron Watry <awa...@gmail.com> --- (In reply to bgunteriv from comment #17) > (In reply to Andy Furniss from comment #13) > > (In reply to Emil Velikov from comment #12) > > > Seems like Christian dropped the link with the tentative fix. > > > http://patchwork.freedesktop.org/patch/39400/ > > > > > > Guys can you test this please ? > > > > Works OK for me testing with Kodi. > > I spoke too soon. > When trying to build for Kodi, my display works, but my videos do not play. > > @Andy Furniss, what is your command line for building mesa? > I'm using this -- ./autogen.sh --prefix=/opt/xorg > --with-gallium-drivers=r600 --with-dri-drivers=radeon --enable-glx-tls > > > am I missing something? Where is your libvdpau.so installed? The vdpau drivers need to be in a subdirectory named vdpau under the same directory that the libvdpau.so is installed in. If libvdpau.so is in /usr/lib/x86_64-linux-gnu, and you've got your drivers installed to /opt/xorg, then copy /opt/xorg/lib/vdpau/* to /usr/lib/x86_64-linux-gnu/vdpau/. You may want to use something like smplayer to make sure that vdpau playback works before running something full-screen like kodi... LIBGL_DEBUG=verbose smplayer Then make sure that you're configured to use vdpau for playback, and try to play a file. Then view the mplayer log (in the menus), and see if there's any errors about not being able to find a vdpau driver. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev