Re: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file:

2012-09-05 Thread Darac Marjal
On Tue, Sep 04, 2012 at 10:24:52PM +1200, Chris Bannister wrote:
 unarchive 617940
 reopen 617940
 thanks
 
 This bug still exists.
 
 See message:
 http://lists.debian.org/debian-user/2012/09/msg9.html
 
 and despite that it says there are no followups there are!, starting
 at:
 http://lists.debian.org/debian-user/2012/09/msg9.html
 
 The reason(s) for this bug being reopened are all the associated messages.
 It appears this bug was closed in error. 

This doesn't look like an error to me. You note that you are able to
play videos fine. Have you also raised bugs for mplayer's other
auto-detect messages? Such as:

[MGA] Couldn't open: /dev/mga_vid
[VO_TDFXFB] This driver only supports the 3Dfx Banshee, Voodoo3 and
Voodoo 5.
[VO_3DFX] Unable to open /dev/3dfx.

As you can see, mplayer tries various drivers before it gets to yours.
You can either configure your mplayer correctly or put up with it
autodetecting.



signature.asc
Description: Digital signature


Re: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file:

2012-09-05 Thread Frank McCormick

On 05/09/12 09:35 AM, Darac Marjal wrote:

On Tue, Sep 04, 2012 at 10:24:52PM +1200, Chris Bannister wrote:

unarchive 617940
reopen 617940
thanks

This bug still exists.

See message:
http://lists.debian.org/debian-user/2012/09/msg9.html

and despite that it says there are no followups there are!, starting
at:
http://lists.debian.org/debian-user/2012/09/msg9.html

The reason(s) for this bug being reopened are all the associated messages.
It appears this bug was closed in error.


This doesn't look like an error to me. You note that you are able to
play videos fine. Have you also raised bugs for mplayer's other
auto-detect messages? Such as:

[MGA] Couldn't open: /dev/mga_vid
[VO_TDFXFB] This driver only supports the 3Dfx Banshee, Voodoo3 and
Voodoo 5.
[VO_3DFX] Unable to open /dev/3dfx.

As you can see, mplayer tries various drivers before it gets to yours.
You can either configure your mplayer correctly or put up with it
autodetecting.




  My Mplayer was configured correctly...but libvdpau1 (which mplayer 
depends on) insisted on looking for an NVidia-related driver, as does 
other software. The bug is in libvdpau1, not mplayer.




--
Cheers
Frank


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/504766c1.7030...@videotron.ca



Re: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file:

2012-09-05 Thread Sven Joachim
On 2012-09-05 16:50 +0200, Frank McCormick wrote:

   My Mplayer was configured correctly...but libvdpau1 (which mplayer
 depends on) insisted on looking for an NVidia-related driver, as does
 other software. The bug is in libvdpau1, not mplayer.

Libvdpau will use a dri2 driver instead of NVidia if one is registered,
which should be the case if you have a Radeon or NVidia card and a
recent radeon¹ or nouveau² X driver.  Here is what I see when I run
mplayer:

,
| Failed to open VDPAU backend libvdpau_nouveau.so: cannot open shared object 
file: No such file or directory
| [vdpau] Error when calling vdp_device_create_x11: 1
`

For the missing libvdpau_nouveau.so, see bug #656719.

However, the Intel driver does not register a dri2 driver since it does
not support vdpau.

Cheers,
   Sven


¹ 
http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=f6f1b4f7789cfef763c063e671b76b60be8bdd8e
² 
http://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=d575a28a5020ff083836d3d1cf50018a99f49c9f


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87392w1lty@turtle.gmx.de



Re: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file:

2012-09-04 Thread Camaleón
On Tue, 04 Sep 2012 22:24:52 +1200, Chris Bannister wrote:

(...)

 Please keep debian-user in CC.

Why?! 

People interested in the bug development will manually subscribe to get 
in touch.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/k256ov$kaf$7...@ger.gmane.org



Re: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file:

2012-09-04 Thread Chris Bannister
On Tue, Sep 04, 2012 at 03:29:35PM +, Camaleón wrote:
 On Tue, 04 Sep 2012 22:24:52 +1200, Chris Bannister wrote:
 
 (...)
 
  Please keep debian-user in CC.
 
 Why?! 

Because I opened it on behalf of debian-user. The people whom are
affected by this bug are in a better position to see if it is closed
prematurely.

 People interested in the bug development will manually subscribe to get 
 in touch.

Perhaps, looks like I jumped the gun. :(

Frank, are you going to subscribe to this bug?
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617940
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631555

-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120904223018.GC13132@tal



Re: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file:

2012-09-04 Thread Frank McCormick

On 04/09/12 06:30 PM, Chris Bannister wrote:

On Tue, Sep 04, 2012 at 03:29:35PM +, Camaleón wrote:

On Tue, 04 Sep 2012 22:24:52 +1200, Chris Bannister wrote:

(...)


Please keep debian-user in CC.


Why?!


Because I opened it on behalf of debian-user. The people whom are
affected by this bug are in a better position to see if it is closed
prematurely.


People interested in the bug development will manually subscribe to get
in touch.


Perhaps, looks like I jumped the gun. :(

Frank, are you going to subscribe to this bug?
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617940
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631555




  It appears both have been re-closed yet again...because they were 
opened without comment ?





--
Cheers
Frank


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/50469da1.2020...@videotron.ca