[Bug 359831] Re: all video players crash with BadAlloc error (no Compiz)

2009-04-21 Thread Bryce Harrington
** Description changed:

  Binary package hint: xserver-xorg-video-intel
  
  xine, mplayer, or totem all crash when attempting to play any video file with 
an error like this one from xine:
  This is xine (X11 gui) - a free video player v0.99.6cvs.
  (c) 2000-2007 The xine Team.
  X Error of failed request:  BadAlloc (insufficient resources for operation)
Major opcode of failed request:  132 (XVideo)
Minor opcode of failed request:  19 ()
Serial number of failed request:  4731
Current serial number in output stream:  4732
  
  This worked in Intrepid and does not work since updating to the Jaunty
  beta this morning. I noticed it removing the xserver-xorg-video-i810
  package and I can see other similar bugs saying that this has been
  deprecated in favor of xserver-xorg-video-intel.
  
  mplayer -vo x11 file.avi works, so it seems very likely this is an
  xvideo problem.
  
  One oddity: at first, 'mplayer file.avi' crashed immediately. After
  trying to run it and other video players a few times, now it opens a
  black window, plays the audio, and spams "X11 error: BadAlloc
  (insufficient resources for operation)" to console. I didn't change any
  settings (cross my heart), I was just hitting up and rerunning the last
  couple attempts to show someone in the room.
  
  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  Package: xserver-xorg-video-intel 2:2.6.3-0ubuntu9
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_US.UTF-8
  ProcVersion: Linux version 2.6.28-11-generic (bui...@rothera) (gcc version 
4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #41-Ubuntu SMP Wed Apr 8 04:38:53 UTC 2009
  SourcePackage: xserver-xorg-video-intel
  Uname: Linux 2.6.28-11-generic i686
+ 
+ [lspci]
+ 00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML 
and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
+   Subsystem: Intel Corporation Device [8086:7270]
+ 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
+   Subsystem: Intel Corporation Device [8086:7270]

-- 
all video players crash with BadAlloc error (no Compiz)
https://bugs.launchpad.net/bugs/359831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359831] Re: all video players crash with BadAlloc error (no Compiz)

2009-04-19 Thread cjasonm
hi guys-

from a linux novice, but for what it's worth, i'm having the exactly
same problem and here's what i've noticed (it also works as an awkward
workaround):

1.  install smplayer
2.  start the video you'd like to play with smplayer. it should start playing 
with only the sound.
3.  start the same video with vlc or mplayer.  it will play with both sound and 
video.

thanks for your good work!
-c

-- 
all video players crash with BadAlloc error (no Compiz)
https://bugs.launchpad.net/bugs/359831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359831] Re: all video players crash with BadAlloc error (no Compiz)

2009-04-13 Thread Peter Harkins
FWIW, this appears related to these freedesktop.org bugs:
http://bugs.freedesktop.org/show_bug.cgi?id=15751
http://bugs.freedesktop.org/show_bug.cgi?id=10479

** Bug watch added: freedesktop.org Bugzilla #15751
   https://bugs.freedesktop.org/show_bug.cgi?id=15751

** Bug watch added: freedesktop.org Bugzilla #10479
   https://bugs.freedesktop.org/show_bug.cgi?id=10479

-- 
all video players crash with BadAlloc error (no Compiz)
https://bugs.launchpad.net/bugs/359831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359831] Re: all video players crash with BadAlloc error (no Compiz)

2009-04-13 Thread Ricky Campbell
** Also affects: xserver-xorg-video-intel
   Importance: Undecided
   Status: New

** Also affects: mactel-support
   Importance: Undecided
   Status: New

-- 
all video players crash with BadAlloc error (no Compiz)
https://bugs.launchpad.net/bugs/359831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359831] Re: all video players crash with BadAlloc error (no Compiz)

2009-04-12 Thread Peter Harkins
Thanks for your response, Albert. I hadn't noticed that line in the log
file and was unaware of xv's new dependency. I've updated the Wiki page
for my model macbook to reflect this:
https://help.ubuntu.com/community/MacBook1-1/Jaunty

I can't physically arrange my displays (1280x800 builtin, 1920x1200
external) to put one on top of the other, so I'm out of things to try.
It's pretty frustrating to be left with non-xv video, as it's
unresizeable and constantly choppy.

Is anyone aware of alternatives besides downgrading to Intrepid?

-- 
all video players crash with BadAlloc error (no Compiz)
https://bugs.launchpad.net/bugs/359831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359831] Re: all video players crash with BadAlloc error (no Compiz)

2009-04-12 Thread Albert Damen
Your xorg.conf contains the line:
Virtual 3200 1200

Therefore DRI cannot be used:
(EE) intel(0): Cannot support DRI with frame buffer width > 2048.

In Intrepid XV could still be used with overlay video. In jaunty XV
overlay needs DRI as well.

As a workaround you can use non-XV video, like you already mentioned, or
reduce the virtual desktop width to maximum 2048.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New => Confirmed

-- 
all video players crash with BadAlloc error (no Compiz)
https://bugs.launchpad.net/bugs/359831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359831] Re: all video players crash with BadAlloc error (no Compiz)

2009-04-11 Thread Peter Harkins

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/25269362/Dependencies.txt

** Attachment added: "LsHal.txt"
   http://launchpadlibrarian.net/25269363/LsHal.txt

** Attachment added: "LsMod.txt"
   http://launchpadlibrarian.net/25269364/LsMod.txt

** Attachment added: "LsPci.txt"
   http://launchpadlibrarian.net/25269365/LsPci.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/25269367/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/25269368/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/25269369/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/25269370/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/25269372/glxinfo.txt

** Attachment added: "monitors.xml.txt"
   http://launchpadlibrarian.net/25269373/monitors.xml.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/25269374/setxkbmap.txt

** Attachment added: "system.txt"
   http://launchpadlibrarian.net/25269375/system.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/25269376/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/25269377/xkbcomp.txt

-- 
all video players crash with BadAlloc error (no Compiz)
https://bugs.launchpad.net/bugs/359831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs