Run vlc from an xterm and report any errors. ie. if the video is “video.avi”, then type:
vlc /home/username/path/to/video/file/video.avi
and report the errors.
Also provide the output of:
rpm -q vlc
rpm -qa | grep ffmpeg
It would also help if you name the video and audio codec of the file you are trying to play.
Please, as noted above, run vlc from an xterm and report any errors. ie. if the video is “video.avi”, then type:
vlc /home/username/path/to/video/file/video.avi
and report the errors.
*** PULSEAUDIO: Unable to connect: Connection refused
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 140 (XVideo)
Minor opcode of failed request: 19 ()
Serial number of failed request: 89
Current serial number in output stream: 90
this is error report which i am getting when i am playing with totem player
The program ‘totem’ received an X Window System error.
This probably reflects a bug in the program.
The error was ‘BadAlloc (insufficient resources for operation)’.
(Details: serial 50 error_code 11 request_code 140 minor_code 19)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
You could try removing pulse audio, and then try again.
To see what pulse audio apps you have installed type:
rpm -qa | grep pulse
and then remove them. Make a note as to what you removed, so you can put them back on later, if it should be appropriate.
I’m not a totem user, so it would be more useful if someone who has actually used totem chimes in.
Now with my having stated that, if I were on someone else’s openSUSE-11.0 PC, and I saw this error, I would be inclined to investigate if it is caused by either:
a. 3D desktop affects interfering with totem, or
b. inappropriate video driver chosen in totem. Many applications (such as vlc and mplayer) give one a choice as to which video driver one can select. Its possible totem does as well.