<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [regression?][nv34] adobe flash + firefox -> DATA_ERROR"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73358#c28">Comment # 28</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [regression?][nv34] adobe flash + firefox -> DATA_ERROR"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73358">bug 73358</a>
from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=73358#c27">comment #27</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=73358#c26">comment #26</a>)
>
> > I think you meant to say LD_LIBRARY_PATH=./lib
>
> The vdpau_nouveau.so was sitting in mesa/lib/gallium. But it turns out that
> even with your suggestion it would not load. What I did was this:</span >
Right, because libvdpau hardcodes its paths, it doesn't just try to dlopen().
Note that normally the libvdpau_$driver.so are NOT in a dlopen-able place,
which is why it has to do this.
<span class="quote">>
> - vdpau_nouveau.so was sitting in ~/mesa/lib/gallium
> - cd ~/mesa/lib/gallium
> - git clone git://people.freedesktop.org/~aplattner/libvdpau
> - ./configure --with-module-dir=~/mesa/lib/gallium
> - cd ..
> - ln -s -t . libvdpau/src/.libs/libvdpau.so
> - ln -s libvdpau.so libvdpau.so.1
> - ln -s libvdpau.so libvdpau.so.1.0.0
> - cd ~/mesa/lib/gallium
>
> And reran the tests. Same garbled screen as in <a href="show_bug.cgi?id=73358#c23">comment #23</a>. Sorry.</span >
Blast! What about messages in dmesg? Do you still see
subc 7 class 0x0697 mthd 0x0208 data 0x00000120
Or are those completely gone? Those are the messages I would expect to have
seen fixed by my patch.
Also, since you're on NV34, you don't get NPOT textures either (those came with
NV40). I wonder if the vdpau st deals with those. Hmm... it never asks the
driver whether it has NPOT textures or not, which probably means not-good, and
most likely accounts for your crashes. I need to look into exactly what the
NPOT restriction should be...
<span class="quote">> > Mind testing out <a href="http://patchwork.freedesktop.org/patch/18063/">http://patchwork.freedesktop.org/patch/18063/</a> ? (Note,
> > again, make _sure_ that the 'new' version of libvdpau_nouveau.so is being
> > loaded, not the old one.)
>
> Yes, you suggested this in <a href="show_bug.cgi?id=73358#c19">comment #19</a> (or did you accidentaly ment another
> patch?)</span >
Wow, I must have spaced out there. My bad. It indeed is the same patch, but I
had forgotten I already asked you about it :)</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>