Hi! I have "nVidia Corporation G96 [GeForce 9400 GT] (rev a1)" what is VDPAU capable. I have loaded xine-plugin and try to use vdr-sxfe in vdpau mode, but no success..
In messages-log: Jan 23 11:50:24 htpc kernel: [ 1920.821235] vdr-sxfe[2865]: segfault at 7f17a5df76e8 ip 00007f17a6240509 sp 00007fff1dfe4540 error 7 in libxine.so.2.0.0[7f17a6228000+51000]
vdr-sxfe gives next:
vdr@htpc:~$ vdr-sxfe --video=vdpau --audio=alsa xvdr://localhost vdr-sxfe 1.0.90-cvs (build with xine-lib 1.1.90, using xine-lib 1.1.90)
Video driver: vdpau Audio driver: alsa VDR Server: xvdr://localhost
[2865] [vdr-fe] Error: The name org.gnome.ScreenSaver was not provided by any .service files [2865] [vdr-fe] (ERROR (tools/gnome_screensaver.c,126): Resource temporarily unavailable) vo_vdpau: Can't create vdp device : No vdpau implementation. [2865] [vdr-fe] fe_xine_init: xine_open_video_driver("vdpau") failed Error initializing xine Segmentation fault vdr@htpc:~$
System is vdr-1.7.10 @ Ubuntu 9.10
Any ideas where problem lies? -- Jussi Jaaskelainen http://www.jjussi.com
On Sat, Jan 23, 2010 at 11:59 AM, Jussi J vdr@jjussi.com wrote:
Hi! I have "nVidia Corporation G96 [GeForce 9400 GT] (rev a1)" what is VDPAU capable. I have loaded xine-plugin and try to use vdr-sxfe in vdpau mode, but no success..
AFAIK xine-plugin normally refers to vdr-xine, but I think you mean xineliboutput, since you also mention vdr-sxfe.
Any ideas where problem lies?
Check the following:
1. Make sure you have a xine-lib which supports vdpau. Since you seem to be using xine-lib 1.2, it might be best to get the current hg in case you haven't yet.
2. Make sure you have everything installed from nvidia drivers pov. The simplest choice is to install manually the driver which nvidia provides on their web page. But if you use a distribution package, make sure you install the vdpau library as well.
3. Check that you have configured xineliboutput with vdpau enabled.
If you do all of the above steps properly, you should have no problems with vdpau.
-Petri
OK, updating nvidia drivers to 195 (from 184) helped.. Now I can use 'vdr-sxfe --video=vdpau', however xine cannot connect directly to vdr, says that there is no plugin to support vdr format.. :-/
-- Jussi Jaaskelainen http://www.jjussi.com
Marie von Ebner-Eschenbachhttp://www.brainyquote.com/quotes/authors/m/marie_von_ebnereschenbac.html - "Even a stopped clock is right twice a day."
2010/1/23 Petri Helin phelin@googlemail.com
On Sat, Jan 23, 2010 at 11:59 AM, Jussi J vdr@jjussi.com wrote:
Hi! I have "nVidia Corporation G96 [GeForce 9400 GT] (rev a1)" what is VDPAU capable. I have loaded xine-plugin and try to use vdr-sxfe in vdpau mode, but no success..
AFAIK xine-plugin normally refers to vdr-xine, but I think you mean xineliboutput, since you also mention vdr-sxfe.
Any ideas where problem lies?
Check the following:
- Make sure you have a xine-lib which supports vdpau. Since you seem
to be using xine-lib 1.2, it might be best to get the current hg in case you haven't yet.
- Make sure you have everything installed from nvidia drivers pov.
The simplest choice is to install manually the driver which nvidia provides on their web page. But if you use a distribution package, make sure you install the vdpau library as well.
- Check that you have configured xineliboutput with vdpau enabled.
If you do all of the above steps properly, you should have no problems with vdpau.
-Petri
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
I demand that Petri Helin may or may not have written...
On Sat, Jan 23, 2010 at 11:59 AM, Jussi J vdr@jjussi.com wrote:
I have "nVidia Corporation G96 [GeForce 9400 GT] (rev a1)" what is VDPAU capable. I have loaded xine-plugin and try to use vdr-sxfe in vdpau mode, but no success..
AFAIK xine-plugin normally refers to vdr-xine,
In context, that seems reasonable.
However, we have a browser plugin named xine-plugin. Don't call the VDR xine plugin "xine-plugin"...
[snip]
Sorry.. My fault.. It's vdr-plugin-xine.. :-) Anyway, now I can use it thru vdr-sxfe (but not using xine-ui; but that's not relevant)
-- Jussi J
2010/1/23 Darren Salt linux@youmustbejoking.demon.co.uk
I demand that Petri Helin may or may not have written...
On Sat, Jan 23, 2010 at 11:59 AM, Jussi J vdr@jjussi.com wrote:
I have "nVidia Corporation G96 [GeForce 9400 GT] (rev a1)" what is VDPAU capable. I have loaded xine-plugin and try to use vdr-sxfe in vdpau
mode,
but no success..
AFAIK xine-plugin normally refers to vdr-xine,
In context, that seems reasonable.
However, we have a browser plugin named xine-plugin. Don't call the VDR xine plugin "xine-plugin"...
[snip]
| Darren Salt | linux at youmustbejoking | nr. Ashington, | Doon | using Debian GNU/Linux | or ds ,demon,co,uk | Northumberland | Army | + http://www.youmustbejoking.demon.co.uk/ & http://tlasd.wordpress.com/
You are under surveillance.
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Am Samstag 23 Januar 2010 21:59:10 schrieb Jussi J:
Sorry.. My fault.. It's vdr-plugin-xine.. :-) Anyway, now I can use it thru vdr-sxfe (but not using xine-ui; but that's not relevant)
You need a patched version of the xine library, and xine-ui must use it, in order to get the VDR driver in xine.
The required patch comes with the VDR xine plugin sources.
Kind regards, Stefan
On Sun, Jan 24, 2010 at 7:44 PM, Stefan Taferner taferner@kde.org wrote:
Am Samstag 23 Januar 2010 21:59:10 schrieb Jussi J:
Sorry.. My fault.. It's vdr-plugin-xine.. :-) Anyway, now I can use it thru vdr-sxfe (but not using xine-ui; but that's not relevant)
You need a patched version of the xine library, and xine-ui must use it, in order to get the VDR driver in xine.
The VDR plugin for xine ("vdr", used by vdr-xine) is included with xine-lib 1.2, if that's what you mean. But I still don't understand the configuration of the original poster, where he states that he is using vdr-xine's xine plugin with vdr-sxfe. That just doesn't make any sense. Using vdr-sxfe with xineliboutput's "xvdr" plugin for xine or xine-ui with "vdr" plugin would be much more sensible.
-Petri
Hi! So, what I ment when I said that I use vdr-xine with vdr-sxfe. Vdr have that vdr-plugin-xine loaded (of course) and then I call it using "vdr-sxfe --video=vdpau xvdr://localhost"
-- Jussi J
Mike Ditka http://www.brainyquote.com/quotes/authors/m/mike_ditka.html - "If God had wanted man to play soccer, he wouldn't have given us arms."
2010/1/24 Petri Helin phelin@googlemail.com
On Sun, Jan 24, 2010 at 7:44 PM, Stefan Taferner taferner@kde.org wrote:
Am Samstag 23 Januar 2010 21:59:10 schrieb Jussi J:
Sorry.. My fault.. It's vdr-plugin-xine.. :-) Anyway, now I can use it thru vdr-sxfe (but not using xine-ui; but
that's
not relevant)
You need a patched version of the xine library, and xine-ui must use it, in order to get the VDR driver in xine.
The VDR plugin for xine ("vdr", used by vdr-xine) is included with xine-lib 1.2, if that's what you mean. But I still don't understand the configuration of the original poster, where he states that he is using vdr-xine's xine plugin with vdr-sxfe. That just doesn't make any sense. Using vdr-sxfe with xineliboutput's "xvdr" plugin for xine or xine-ui with "vdr" plugin would be much more sensible.
-Petri
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
2010/1/25 Jussi J vdr@jjussi.com:
Hi! So, what I ment when I said that I use vdr-xine with vdr-sxfe. Vdr have that vdr-plugin-xine loaded (of course) and then I call it using "vdr-sxfe --video=vdpau xvdr://localhost"
What does the vdr command line look like when you do: ps auxww | grep vdr
It seems your distribution might be causing confusion, I know of a package called "vdr-plugin-xine", either vdr-xine (that would use the xine user interface) or vdr-xineliboutput (vdr-sxfe frontend).
-- Jussi J
Mike Ditka - "If God had wanted man to play soccer, he wouldn't have given us arms."
2010/1/24 Petri Helin phelin@googlemail.com
On Sun, Jan 24, 2010 at 7:44 PM, Stefan Taferner taferner@kde.org wrote:
Am Samstag 23 Januar 2010 21:59:10 schrieb Jussi J:
Sorry.. My fault.. It's vdr-plugin-xine.. :-) Anyway, now I can use it thru vdr-sxfe (but not using xine-ui; but that's not relevant)
You need a patched version of the xine library, and xine-ui must use it, in order to get the VDR driver in xine.
The VDR plugin for xine ("vdr", used by vdr-xine) is included with xine-lib 1.2, if that's what you mean. But I still don't understand the configuration of the original poster, where he states that he is using vdr-xine's xine plugin with vdr-sxfe. That just doesn't make any sense. Using vdr-sxfe with xineliboutput's "xvdr" plugin for xine or xine-ui with "vdr" plugin would be much more sensible.
-Petri
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On Monday, 25. Januaryta 2010 08:47:25 Theunis Potgieter wrote:
It seems your distribution might be causing confusion, I know of a package called "vdr-plugin-xine", either vdr-xine (that would use the xine user interface) or vdr-xineliboutput (vdr-sxfe frontend).
No, confusion it's just on me.. ;-)
Yes, I don't need to load vdr-plugin-xine to use 'vdr-sxfe --video=vdpau'... I just noticed that.. When I have a little time, I try to get that xine-ui working with vdr... ie. compile version of xine-ui what supports vdr...
-- JJussi
Am 25.01.2010 07:37, schrieb Jussi J:
Hi! So, what I ment when I said that I use vdr-xine with vdr-sxfe. Vdr have that vdr-plugin-xine loaded (of course) and then I call it using "vdr-sxfe --video=vdpau xvdr://localhost"
you don't call xine plugin with vdr-sxfe with xine-plugin xvdr, thats xine with plugin vdr. vdr-sxfe/xvdr is plugin xineliboutput.
-- Jussi J
Mike Ditka http://www.brainyquote.com/quotes/authors/m/mike_ditka.html - "If God had wanted man to play soccer, he wouldn't have given us arms."
2010/1/24 Petri Helin <phelin@googlemail.com mailto:phelin@googlemail.com>
On Sun, Jan 24, 2010 at 7:44 PM, Stefan Taferner <taferner@kde.org <mailto:taferner@kde.org>> wrote: > Am Samstag 23 Januar 2010 21:59:10 schrieb Jussi J: >> Sorry.. My fault.. It's vdr-plugin-xine.. :-) >> Anyway, now I can use it thru vdr-sxfe (but not using xine-ui; but that's >> not relevant) > > You need a patched version of the xine library, and xine-ui must use it, > in order to get the VDR driver in xine. > The VDR plugin for xine ("vdr", used by vdr-xine) is included with xine-lib 1.2, if that's what you mean. But I still don't understand the configuration of the original poster, where he states that he is using vdr-xine's xine plugin with vdr-sxfe. That just doesn't make any sense. Using vdr-sxfe with xineliboutput's "xvdr" plugin for xine or xine-ui with "vdr" plugin would be much more sensible. -Petri _______________________________________________ vdr mailing list vdr@linuxtv.org <mailto:vdr@linuxtv.org> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr