* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
@ 2014-06-02 6:57 ` bugzilla-daemon
2014-06-03 5:26 ` bugzilla-daemon
` (17 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-02 6:57 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 217 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
Can you bisect Mesa?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1073 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
2014-06-02 6:57 ` [Bug 79520] " bugzilla-daemon
@ 2014-06-03 5:26 ` bugzilla-daemon
2014-06-03 6:08 ` bugzilla-daemon
` (16 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-03 5:26 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 803 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #2 from Savyasachee Jha <savya.jha91@gmail.com> ---
(In reply to comment #1)
> Can you bisect Mesa?
I can, but (this sounds almost shameful to admit) I can't find which commit
marks the 10.1.4 release. I bisected it at the commit
03a0471832a9d336741bca194873e8c8185245fe (it talks about adding a news item
related to 10.4.1), but running LD_LIBRARY_PATH="./src/glx"
LIBGL_DRIVERS_PATH="./lib/gallium/" mpv <file-name> gave me the same error.
If you can give me the requisite commit, I will bisect it at the proper place
and then try this again. Not being a coder, or even someone who uses git
regularly, I apologise if this is too basic a question to be asked.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1739 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
2014-06-02 6:57 ` [Bug 79520] " bugzilla-daemon
2014-06-03 5:26 ` bugzilla-daemon
@ 2014-06-03 6:08 ` bugzilla-daemon
2014-06-03 15:59 ` bugzilla-daemon
` (15 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-03 6:08 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 412 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #3 from Michel Dänzer <michel@daenzer.net> ---
(In reply to comment #2)
> I can, but (this sounds almost shameful to admit) I can't find which commit
> marks the 10.1.4 release.
The tag mesa-10.1.4 points to commit cc9b282f8a00c1d8e552a3776709ca84e1f4467d .
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1341 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (2 preceding siblings ...)
2014-06-03 6:08 ` bugzilla-daemon
@ 2014-06-03 15:59 ` bugzilla-daemon
2014-06-04 0:42 ` bugzilla-daemon
` (14 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-03 15:59 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1661 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #4 from Savyasachee Jha <savya.jha91@gmail.com> ---
So I bisected mesa. The steps are:
$ make clean && make distclean
$ ./autogen.sh --prefix=/usr --sysconfdir=/etc
--with-dri-driverdir=/usr/lib/xorg/modules/dri
--with-gallium-drivers=r300,r600,radeonsi,swrast,svga
--with-dri-drivers=r200,radeon,swrast --with-egl-platforms=x11,drm,
--enable-llvm-shared-libs --enable-gallium-egl --enable-gallium-llvm
--enable-gallium-gbm --enable-egl --enable-gbm --enable-shared-glapi
--enable-glx --enable-glx-tls --enable-dri --enable-osmesa --enable-gles1
--enable-gles2 --enable-texture-float --enable-xa --enable-vdpau --enable-omx
--enable-opencl --enable-opencl-icd--with-clang-libdir=/usr/lib && make
$ LD_LIBRARY_PATH="./src/glx" LIBGL_DRIVERS_PATH="./lib/gallium/" mpv
<file-name>
for every bisection. The end result was:
ee978aee94d98fec669002eb5ef7ceb1f46683a9 is the first bad commit
commit ee978aee94d98fec669002eb5ef7ceb1f46683a9
Author: Christian König <christian.koenig@amd.com>
Date: Mon Jul 15 09:16:22 2013 -0600
vl: add H264 encoding interface
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Leo Liu <leo.liu@amd.com>
:040000 040000 4e0bb4d3cba505fb01e24188353c3b05a4be201c
2e24ff49402d12d9865e6ef2dcb9771580bc4b8e M src
I should add, that for every time I marked something as bad in the bisection, I
would get a "zsh: segmentation fault (core dumped)" message without fail. The
ones I marked as good ran perfectly.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2744 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (3 preceding siblings ...)
2014-06-03 15:59 ` bugzilla-daemon
@ 2014-06-04 0:42 ` bugzilla-daemon
2014-06-04 6:39 ` bugzilla-daemon
` (13 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 0:42 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 461 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
Michel Dänzer <michel@daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |deathsimple@vodafone.de
Component|Drivers/DRI/R100 |Drivers/Gallium/r600
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1335 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (4 preceding siblings ...)
2014-06-04 0:42 ` bugzilla-daemon
@ 2014-06-04 6:39 ` bugzilla-daemon
2014-06-04 7:03 ` bugzilla-daemon
` (12 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 6:39 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 781 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #5 from Christian König <deathsimple@vodafone.de> ---
(In reply to comment #4)
> ee978aee94d98fec669002eb5ef7ceb1f46683a9 is the first bad commit
> commit ee978aee94d98fec669002eb5ef7ceb1f46683a9
> Author: Christian König <christian.koenig@amd.com>
> Date: Mon Jul 15 09:16:22 2013 -0600
>
> vl: add H264 encoding interface
>
> Signed-off-by: Christian König <christian.koenig@amd.com>
> Signed-off-by: Leo Liu <leo.liu@amd.com>
This is really stange, since the patch you bisected doesn't touch any of the
VDPAU or OpenGL states in question.
Can you try mesa master as well?
Thanks,
Christian.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1909 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (5 preceding siblings ...)
2014-06-04 6:39 ` bugzilla-daemon
@ 2014-06-04 7:03 ` bugzilla-daemon
2014-06-04 8:29 ` bugzilla-daemon
` (11 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 7:03 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 617 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #6 from Savyasachee Jha <savya.jha91@gmail.com> ---
(In reply to comment #5)
> This is really stange, since the patch you bisected doesn't touch any of the
> VDPAU or OpenGL states in question.
>
> Can you try mesa master as well?
>
> Thanks,
> Christian.
I just tried it with the latest master. The steps remain the same. The output
was:
zsh: segmentation fault (core dumped) LD_LIBRARY_PATH="./src/glx"
LIBGL_DRIVERS_PATH="./lib/gallium/" mpv
The error number was 139.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1565 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (6 preceding siblings ...)
2014-06-04 7:03 ` bugzilla-daemon
@ 2014-06-04 8:29 ` bugzilla-daemon
2014-06-04 8:41 ` bugzilla-daemon
` (10 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 8:29 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 757 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #7 from Christian König <deathsimple@vodafone.de> ---
(In reply to comment #6)
> (In reply to comment #5)
> > This is really stange, since the patch you bisected doesn't touch any of the
> > VDPAU or OpenGL states in question.
> >
> > Can you try mesa master as well?
> >
> > Thanks,
> > Christian.
>
> I just tried it with the latest master. The steps remain the same. The
> output was:
>
> zsh: segmentation fault (core dumped) LD_LIBRARY_PATH="./src/glx"
> LIBGL_DRIVERS_PATH="./lib/gallium/" mpv
>
> The error number was 139.
Can you get the backtrace of the segmentation fault?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1815 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (7 preceding siblings ...)
2014-06-04 8:29 ` bugzilla-daemon
@ 2014-06-04 8:41 ` bugzilla-daemon
2014-06-04 8:50 ` bugzilla-daemon
` (9 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 8:41 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 442 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #8 from Savyasachee Jha <savya.jha91@gmail.com> ---
(In reply to comment #7)
> Can you get the backtrace of the segmentation fault?
To get that, I'd normally have to compile mesa with CFLAGS="-g" make. Will that
work here too? Or is there any other way to do it? (Sorry, I'm not a programmer
myself.)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1362 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (8 preceding siblings ...)
2014-06-04 8:41 ` bugzilla-daemon
@ 2014-06-04 8:50 ` bugzilla-daemon
2014-06-04 10:45 ` bugzilla-daemon
` (8 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 8:50 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 599 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #9 from Christian König <deathsimple@vodafone.de> ---
(In reply to comment #8)
> (In reply to comment #7)
> > Can you get the backtrace of the segmentation fault?
>
> To get that, I'd normally have to compile mesa with CFLAGS="-g" make. Will
> that work here too? Or is there any other way to do it? (Sorry, I'm not a
> programmer myself.)
Instead of fiddling with the CFLAGS you should probably better use
"--enable-debug" for configure.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1609 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (9 preceding siblings ...)
2014-06-04 8:50 ` bugzilla-daemon
@ 2014-06-04 10:45 ` bugzilla-daemon
2014-06-04 12:27 ` bugzilla-daemon
` (7 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 10:45 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1974 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #10 from Savyasachee Jha <savya.jha91@gmail.com> ---
(In reply to comment #7)
> Can you get the backtrace of the segmentation fault?
I ran it through gdb (commit number: ee978aee94d98fec669002eb5ef7ceb1f46683a9):
[vader ~/Builds/cleandir/mesa]% systemd-coredumpctl gdb
TIME PID UID GID SIG EXE
Wed 2014-06-04 18:44:36 JST 22401 1000 100 11
/home/vader/Builds/mpv-git/src/mpv/build/.conf_check_b4d8c0b22f0a39cf01e84c4b2bf64f50/testbuild/testprog
GNU gdb (GDB) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from
/home/vader/Builds/mpv-git/src/mpv/build/.conf_check_b4d8c0b22f0a39cf01e84c4b2bf64f50/testbuild/testprog...done.
[New LWP 22401]
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by
`/home/vader/Builds/mpv-git/src/mpv/build/.conf_check_b4d8c0b22f0a39cf01e84c4b2b'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f0e85fcd452 in ?? () from /usr/lib/liblua.so.5.2
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3163 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (10 preceding siblings ...)
2014-06-04 10:45 ` bugzilla-daemon
@ 2014-06-04 12:27 ` bugzilla-daemon
2014-06-04 12:33 ` bugzilla-daemon
` (6 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 12:27 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 600 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #11 from Emil Velikov <emil.l.velikov@gmail.com> ---
FYI if you're using VDPAU, setting LD_LIBRARY_PATH and LIBGL_DRIVERS_PATH will
not work. The libvdpau library is hardcoded to search for
/usr/lib/vdpau/${driver}_vdpau.so.
There are two ways around this - rebuild libvdpau with this commit [1] and set
VDPAU_DRIVER_PATH or symlink/install the library.
[1]
http://cgit.freedesktop.org/~aplattner/libvdpau/commit/?id=ee9491a1216f47e10cbb551391a01c7fcde940d2
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1555 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (11 preceding siblings ...)
2014-06-04 12:27 ` bugzilla-daemon
@ 2014-06-04 12:33 ` bugzilla-daemon
2014-06-04 12:34 ` bugzilla-daemon
` (5 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 12:33 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 687 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #12 from Savyasachee Jha <savya.jha91@gmail.com> ---
(In reply to comment #11)
> FYI if you're using VDPAU, setting LD_LIBRARY_PATH and LIBGL_DRIVERS_PATH
> will not work. The libvdpau library is hardcoded to search for
> /usr/lib/vdpau/${driver}_vdpau.so.
>
> There are two ways around this - rebuild libvdpau with this commit [1] and
> set VDPAU_DRIVER_PATH or symlink/install the library.
>
> [1]
> http://cgit.freedesktop.org/~aplattner/libvdpau/commit/
> ?id=ee9491a1216f47e10cbb551391a01c7fcde940d2
I'm using the vo=opengl option in mpv.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1696 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (12 preceding siblings ...)
2014-06-04 12:33 ` bugzilla-daemon
@ 2014-06-04 12:34 ` bugzilla-daemon
2014-06-04 12:39 ` bugzilla-daemon
` (4 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 12:34 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 823 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #13 from Christian König <deathsimple@vodafone.de> ---
(In reply to comment #12)
> (In reply to comment #11)
> > FYI if you're using VDPAU, setting LD_LIBRARY_PATH and LIBGL_DRIVERS_PATH
> > will not work. The libvdpau library is hardcoded to search for
> > /usr/lib/vdpau/${driver}_vdpau.so.
> >
> > There are two ways around this - rebuild libvdpau with this commit [1] and
> > set VDPAU_DRIVER_PATH or symlink/install the library.
> >
> > [1]
> > http://cgit.freedesktop.org/~aplattner/libvdpau/commit/
> > ?id=ee9491a1216f47e10cbb551391a01c7fcde940d2
>
> I'm using the vo=opengl option in mpv.
Yeah, but you are using the VDPAU hardware acceleration.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1934 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (13 preceding siblings ...)
2014-06-04 12:34 ` bugzilla-daemon
@ 2014-06-04 12:39 ` bugzilla-daemon
2014-06-04 15:42 ` bugzilla-daemon
` (3 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 12:39 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1020 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #14 from Savyasachee Jha <savya.jha91@gmail.com> ---
(In reply to comment #13)
> (In reply to comment #12)
> > (In reply to comment #11)
> > > FYI if you're using VDPAU, setting LD_LIBRARY_PATH and LIBGL_DRIVERS_PATH
> > > will not work. The libvdpau library is hardcoded to search for
> > > /usr/lib/vdpau/${driver}_vdpau.so.
> > >
> > > There are two ways around this - rebuild libvdpau with this commit [1] and
> > > set VDPAU_DRIVER_PATH or symlink/install the library.
> > >
> > > [1]
> > > http://cgit.freedesktop.org/~aplattner/libvdpau/commit/
> > > ?id=ee9491a1216f47e10cbb551391a01c7fcde940d2
> >
> > I'm using the vo=opengl option in mpv.
>
> Yeah, but you are using the VDPAU hardware acceleration.
Ah. Okay, I got it. I need to leave this particular laptop right now, so I
can't do that atm. I'll have it done tomorrow. Thanks for all the help and the
patience.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2196 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (14 preceding siblings ...)
2014-06-04 12:39 ` bugzilla-daemon
@ 2014-06-04 15:42 ` bugzilla-daemon
2014-06-05 4:15 ` bugzilla-daemon
` (2 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-04 15:42 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 501 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #15 from Christian König <deathsimple@vodafone.de> ---
Ok that sounds like you updated the OpenGL packages, but not VDPAU right?
Well in this case the reason it doesn't work any more is that OpenGL advertises
OpenGL/VDPAU interop, but the VDPAU driver actually isn't new enough end
rejects the export request.
Try the --hwdec=no option on mpv.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1365 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (15 preceding siblings ...)
2014-06-04 15:42 ` bugzilla-daemon
@ 2014-06-05 4:15 ` bugzilla-daemon
2014-06-07 14:46 ` bugzilla-daemon
2014-06-07 15:36 ` bugzilla-daemon
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-05 4:15 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 828 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #16 from Savyasachee Jha <savya.jha91@gmail.com> ---
(In reply to comment #15)
> Ok that sounds like you updated the OpenGL packages, but not VDPAU right?
>
> Well in this case the reason it doesn't work any more is that OpenGL
> advertises OpenGL/VDPAU interop, but the VDPAU driver actually isn't new
> enough end rejects the export request.
>
> Try the --hwdec=no option on mpv.
You're right about that. It works perfectly with the --hwdec=no option. In the
Arch repos, we have libvdpau 0.7. From what I can tell, that is the latest
version out there in the wild as well.
In any case, I recompiled libvdpau from git (the current master) and installed
it, but the problem persists.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1758 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (16 preceding siblings ...)
2014-06-05 4:15 ` bugzilla-daemon
@ 2014-06-07 14:46 ` bugzilla-daemon
2014-06-07 15:36 ` bugzilla-daemon
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-07 14:46 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 305 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #17 from Savyasachee Jha <savya.jha91@gmail.com> ---
Okay, after upgrading to mesa, mesa-libgl and ati-dri 10.2.1, there's been no
problem. Thanks for all the help!
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1146 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread* [Bug 79520] mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1
2014-06-02 2:25 [Bug 79520] New: mpv 0.3.10-1 shows no video after mesa and ati-dri update to version 10.2.0rc5-1 bugzilla-daemon
` (17 preceding siblings ...)
2014-06-07 14:46 ` bugzilla-daemon
@ 2014-06-07 15:36 ` bugzilla-daemon
18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-06-07 15:36 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 416 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79520
Alex Deucher <agd5f@yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTABUG
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1246 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 20+ messages in thread