https://bugs.freedesktop.org/show_bug.cgi?id=73358
--- Comment #26 from Ilia Mirkin <[email protected]> --- (In reply to comment #24) > @Ilia Mirkin > > Did this: > > git clone git://anongit.freedesktop.org/mesa/mesa mesa > cd mesa > git checkout mesa-10.0.2 > wget http://patchwork.freedesktop.org/patch/18063/raw/ -O ../patch_2.txt > patch -p1 < ../patch_2.txt > ./autogen.sh --with-gallium-drivers=nouveau --enable-shared-glapi > --enable-texture-float --enable-vdpau --disable-egl --enable-dri > --disable-dri3 --disable-gbm --disable-xvmc --with-dri-drivers=nouveau > make > > export LD_LIBRARY_PATH=./lib/gallium/:$LD_LIBRARY_PATH > export LIBGL_DRIVERS_PATH=./lib/gallium/ > chromium > --ppapi-flash-path=/home/gebruiker/Documenten/Ronald/flash/libgcflashplayer- > 11.2.202.235-19.0.1084.46-135956.so I think you meant to say LD_LIBRARY_PATH=./lib Also, since I'm pretty sure that this is all caused by vdpau, in order for it to use the libvdpau_nouveau.so that you generated, you need to have a libvdpau in that *same* lib directory. Otherwise it'll get loaded from a fixed path. (You can run strace -f -e open to confirm.) > > Youtube still shows a garbled video like in comment #23 . Furthermore, dmesg > fills with errors once again: > > [ 8569.194470] nouveau E[ PGRAPH][0000:01:00.0] ch 3 [chromium[578]] subc 7 > class 0x0697 mthd 0x0208 data 0x00000120 > [ 8569.194563] nouveau E[ PGRAPH][0000:01:00.0] ERROR nsource: DATA_ERROR > nstatus: BAD_ARGUMENT > [ 8569.194574] nouveau E[ PGRAPH][0000:01:00.0] ch 3 [chromium[578]] subc 7 > class 0x0697 mthd 0x0208 data 0x00000120 Mind testing out http://patchwork.freedesktop.org/patch/18063/ ? (Note, again, make _sure_ that the 'new' version of libvdpau_nouveau.so is being loaded, not the old one.) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
