on squeeze amd64, when i played video with totem & mplayer
- no video/screen is black
- only audio
video black, only sound
$ mplayer video.avi
MPlayer SVN-r31918 (C) 2000-2010 MPlayer Team
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing video.avi.
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
VIDEO: [XVID] 624x352 12bpp 23.976 fps 881.4 kbps (107.6 kbyte/s)
Clip info:
Software: VirtualDubMod 1.5.10.2 (build 2540/release)
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
[VO_TDFXFB] This driver only supports the 3Dfx Banshee, Voodoo3 and Voodoo 5.
s3fb: Couldn't map S3 registers: Operation not permitted
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared
object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
================================================== ========================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
================================================== ========================
================================================== ========================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: 48000->192000)
Selected audio codec: [ffac3] afm: ffmpeg (FFmpeg AC-3)
================================================== ========================
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
Movie-Aspect is 1.77:1 - prescaling to correct movie aspect.
VO: [xv] 624x352 => 624x352 Planar YV12
A: 31.5 V: 31.5 A-V: -0.011 ct: -0.024 757/757 1% 0% 0.4% 0 0
there's a nvidia related message but there's no nvidia vga on my laptop
# uname -a
Linux v470 3.2.0-0.bpo.2-amd64 #1 SMP Fri Jun 29 20:42:29 UTC 2012
x86_64 GNU/Linux
# glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
any tips/info?
--
Regards,
Umarzuki Mochlis
http://debmal.my
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/CAHW9mbwSOSE3PbGh=hPZVeW+_YYXrX7jUg_FT9suNJkTwf8ip Q@mail.gmail.com
07-28-2012, 02:22 PM
Camaleón
black screen but have audio playing
On Sat, 28 Jul 2012 10:57:16 +0800, Umarzuki Mochlis wrote:
> on squeeze amd64, when i played video with totem & mplayer
> - no video/screen is black
> - only audio
>
> video black, only sound
(...)
Have you checked if it happens with all kind of video files? From ogg to
mpeg, comercial DVD's, avi... also, have you checked with VideoLAN? It
uses its own codecs instead the system's one, so it can be a good test to
discard a problem coming from the codecs.
> Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared
> object file: No such file or directory [vdpau] Error when calling
> vdp_device_create_x11: 1
(...)
> Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
> Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
What ffmpeg package do you have installed? Debian's stock or the one from
D-M?
> there's a nvidia related message but there's no nvidia vga on my laptop
(...)
Mmm... Sandy Bridge uses to have dual VGA chipsets but anyway, vdpau is
not nvidia specific. Do you have "libvdpau1" installed? BTW, Google says
that "libvdpau_nvidia.so" warning can be harmless.
Greetings,
--
Camaleón
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/jv0sj0$108$11@dough.gmane.org
07-29-2012, 03:01 PM
Camaleón
black screen but have audio playing
El 2012-07-29 a las 02:07 +0800, Umarzuki Mochlis escribió:
(resending to the list)
> 2012/7/28 Camaleón <noelamac@gmail.com>:
> > On Sat, 28 Jul 2012 10:57:16 +0800, Umarzuki Mochlis wrote:
> >
> > Have you checked if it happens with all kind of video files? From ogg to
> > mpeg, comercial DVD's, avi... also, have you checked with VideoLAN? It
> > uses its own codecs instead the system's one, so it can be a good test to
> > discard a problem coming from the codecs.
> >
>
> i checked with .ogg & .avi but none can show video, except audio
> strangely enough, streaming ogg via iceweasel works (built-in HTML5 capability?)
> already tried with smplayer & VLC but the same
Streaming could be done from a flash player object or using the
<video> tag of HTML5, only the code of the page you rendered can tell.
More strange is that VLC fails to display the video because this fact
will discard a missing plugin problem. Can you launch the video file from
VLC using the command line? You can Use the debug parameter to get more
info (vlc -vvv myfile.ogg). Also, check for the current video output
under your preferences, it should be set to "X11".
Do commercial/self-made DVDs play fine or fail in the same way?
> > What ffmpeg package do you have installed? Debian's stock or the one from
> > D-M?
> >
>
> i think its from official repo
>
> # dpkg --get-selections | grep ffmpeg
> gstreamer0.10-ffmpeg install
> libxine1-ffmpeg install
>
> # aptitude show gstreamer0.10-ffmpeg
> Package: gstreamer0.10-ffmpeg
> New: yes
> State: installed
> Automatically installed: yes
> Version: 0.10.10-1
> Priority: optional
> Section: video
> Maintainer: Maintainers of GStreamer packages
> <pkg-gstreamer-maintainers@lists.alioth.debian.org>
>
> # aptitude show libxine1-ffmpeg
> Package: libxine1-ffmpeg
> New: yes
> State: installed
> Automatically installed: yes
> Version: 1.1.19-2
> Priority: optional
> Section: video
> Maintainer: Darren Salt <linux@youmustbejoking.demon.co.uk>
Yes, they come from the official repo, otherwise there will be a "-bpo" in
the package's name (in addition, those packages are not available at
D-M). Anyway, I don't think this is a plugin issue because if so, VLC
would have no problem for getting video and also, an ogg video file
wouldn't experience this.
> > Mmm... Sandy Bridge uses to have dual VGA chipsets but anyway, vdpau is
> > not nvidia specific. Do you have "libvdpau1" installed? BTW, Google says
> > that "libvdpau_nvidia.so" warning can be harmless.
>
> could it be a problem with the video driver?
> the built-in webcam that comes with this laptop (lenovo v470) also
> cannot show any video from Cheese
The problem with webcam can be of a different nature, you will have to
ensure your device is supported and modules are properly loaded. Also,
you can try to get video from a different application such as Ekiga.
Greetings,
--
Camaleón
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120729150102.GA9851@stt008.linux.site">http://lists.debian.org/20120729150102.GA9851@stt008.linux.site
08-02-2012, 12:37 PM
Umarzuki Mochlis
black screen but have audio playing
2012/7/29 Camaleón <noelamac@gmail.com>:
> El 2012-07-29 a las 02:07 +0800, Umarzuki Mochlis escribió:
>
> (resending to the list)
>
>> 2012/7/28 Camaleón <noelamac@gmail.com>:
>> > On Sat, 28 Jul 2012 10:57:16 +0800, Umarzuki Mochlis wrote:
>> >
>> > Have you checked if it happens with all kind of video files? From ogg to
>> > mpeg, comercial DVD's, avi... also, have you checked with VideoLAN? It
>> > uses its own codecs instead the system's one, so it can be a good test to
>> > discard a problem coming from the codecs.
>> >
>>
>> i checked with .ogg & .avi but none can show video, except audio
>> strangely enough, streaming ogg via iceweasel works (built-in HTML5 capability?)
>> already tried with smplayer & VLC but the same
>
> Streaming could be done from a flash player object or using the
> <video> tag of HTML5, only the code of the page you rendered can tell.
>
> More strange is that VLC fails to display the video because this fact
> will discard a missing plugin problem. Can you launch the video file from
> VLC using the command line? You can Use the debug parameter to get more
> info (vlc -vvv myfile.ogg). Also, check for the current video output
> under your preferences, it should be set to "X11".
>
> Do commercial/self-made DVDs play fine or fail in the same way?
>
>> > What ffmpeg package do you have installed? Debian's stock or the one from
>> > D-M?
>> >
>>
>> i think its from official repo
>>
>> # dpkg --get-selections | grep ffmpeg
>> gstreamer0.10-ffmpeg install
>> libxine1-ffmpeg install
>>
>> # aptitude show gstreamer0.10-ffmpeg
>> Package: gstreamer0.10-ffmpeg
>> New: yes
>> State: installed
>> Automatically installed: yes
>> Version: 0.10.10-1
>> Priority: optional
>> Section: video
>> Maintainer: Maintainers of GStreamer packages
>> <pkg-gstreamer-maintainers@lists.alioth.debian.org>
>>
>> # aptitude show libxine1-ffmpeg
>> Package: libxine1-ffmpeg
>> New: yes
>> State: installed
>> Automatically installed: yes
>> Version: 1.1.19-2
>> Priority: optional
>> Section: video
>> Maintainer: Darren Salt <linux@youmustbejoking.demon.co.uk>
>
> Yes, they come from the official repo, otherwise there will be a "-bpo" in
> the package's name (in addition, those packages are not available at
> D-M). Anyway, I don't think this is a plugin issue because if so, VLC
> would have no problem for getting video and also, an ogg video file
> wouldn't experience this.
>
>> > Mmm... Sandy Bridge uses to have dual VGA chipsets but anyway, vdpau is
>> > not nvidia specific. Do you have "libvdpau1" installed? BTW, Google says
>> > that "libvdpau_nvidia.so" warning can be harmless.
>>
>> could it be a problem with the video driver?
>> the built-in webcam that comes with this laptop (lenovo v470) also
>> cannot show any video from Cheese
>
> The problem with webcam can be of a different nature, you will have to
> ensure your device is supported and modules are properly loaded. Also,
> you can try to get video from a different application such as Ekiga.
it seems that graphic module from backports isn't working well
when i switched to 2.6.32-5-amd64, video runs fine
--
Regards,
Umarzuki Mochlis
http://debmal.my
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: CAHW9mbxkSMAkzrN-nbWc5ewHFDwpkw85HfN4znqY0LjJZc_TpA@mail.gmail.com" >http://lists.debian.org/CAHW9mbxkSMAkzrN-nbWc5ewHFDwpkw85HfN4znqY0LjJZc_TpA@mail.gmail.com
08-03-2012, 03:32 PM
Camaleón
black screen but have audio playing
On Thu, 02 Aug 2012 20:37:11 +0800, Umarzuki Mochlis wrote:
> 2012/7/29 Camaleón <noelamac@gmail.com>:
(...)
>>> could it be a problem with the video driver? the built-in webcam that
>>> comes with this laptop (lenovo v470) also cannot show any video from
>>> Cheese
>>
>> The problem with webcam can be of a different nature, you will have to
>> ensure your device is supported and modules are properly loaded. Also,
>> you can try to get video from a different application such as Ekiga.
>
> it seems that graphic module from backports isn't working well when i
> switched to 2.6.32-5-amd64, video runs fine
You mean the intel video driver? Then you can report it at Debian BTS or
better yet, ask first at debian-backports or debian-kernel mailing list
to get accurate feedback. More than the backported package it can be
something related with the new kernel (3.2) instead.
Greetings,
--
Camaleón
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/jvgqur$e45$15@dough.gmane.org