<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - kodi segfault since auxiliary/vl: rework the build of the VL code"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86837#c21">Comment # 21</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - kodi segfault since auxiliary/vl: rework the build of the VL code"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86837">bug 86837</a>
              from <span class="vcard"><a class="email" href="mailto:awatry@gmail.com" title="Aaron Watry <awatry@gmail.com>"> <span class="fn">Aaron Watry</span></a>
</span></b>
        <pre>(In reply to bgunteriv from <a href="show_bug.cgi?id=86837#c17">comment #17</a>)
<span class="quote">> (In reply to Andy Furniss from <a href="show_bug.cgi?id=86837#c13">comment #13</a>)
> > (In reply to Emil Velikov from <a href="show_bug.cgi?id=86837#c12">comment #12</a>)
> > > Seems like Christian dropped the link with the tentative fix.
> > > <a href="http://patchwork.freedesktop.org/patch/39400/">http://patchwork.freedesktop.org/patch/39400/</a>
> > > 
> > > 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?</span >

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>