Everytime I try to play a video using VLC; or any other video application (mplayer, tomtem)… the system crahes.
I’ve got the following error:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 142 (XVideo)
Minor opcode of failed request: 19 ()
Serial number of failed request: 84
Current serial number in output stream: 85
Are you using visual effect (compiz)? If so, turn it off, and the problem should disapear. There are other posts on this topic on the forum if you do a search.
I’m running Compiz+emerald on an intel 945gm. I had the same problem even with 3d effects off. But now it works like usual. Just add those two lines to xorg.conf.It is a known bug in xorg about the intel video cards.
Yes it is working perfectly after the changes i made to xorg.conf. I found it on a fedora forum and since it is not related to the distro but on x it works!
i did what you recommended - i changed the Xorg.conf. Doesnt help. I also read the manpages for the Intel driver. There its written that:
The VideoRam option, which in the past had been necessary to allow more than some small amount of memory to be allocated, is now ignored.
So thats probably why it doesnt help.
VLC runs ok when i turn of the desktop effects.
BUT dont tell me that a power-ridden machine like this (Intel Core2Duo T8300 @ 2.4Ghz with integrated Intel Gl960 with 256MB RAM) CANT handle movie playback and a few shitty window effects AT ONCE.
Why isnt this submitted as a bug yet ??[/size][/size][/size]
Hi. I only can guess your chip i965 is not so well supported by the very poor intel driver. Actually my laptop is a fujitsu-siemens amilo si1520 but i have i945gm so the experience could be different. The only thing i can say is that yes specifying the amount of Videoram could be obsolete but it has been the only cure i did. So maybe that even man is buggy! Now vlc,mplayer and Xine work great with Compiz on. Anyway this driver is buggy. I still use as main system Opensuse10.3 and 11.0 as second choice. But even 6 months ago i had to fall back to the good old i810 driver. Could it be closer to the solution? Something is really going crazy whit the intel chipset drivers. Even the new iwi3945 is a ******* in the respect of the old driver. A lot to complain. Is this a way to make us switch to windoze? I’ll google if i can manage this problem
i’ve come upon a solution to fix this problem - works at least for me - (see my config up in the posts).
I’ve been checking the bug description of this problems here: https://bugs.launchpad.net/fedora/+bug/111257 - there sprang out the name Carl Worth who is working on a EXA acceleration method with the intel open source driver. So i just tried what does it do, and seems like i can watch movies without BadAlloc and also use the desktop effects, even though i feel they are slower then without this “fix”.
just delete the cachelines and videoram option from xorg.conf it it doesnt work for you, and add:
Option “AccelMethod” “exa”
into the device section.
maybe i found out something everybody allready knows, but i couldnt find this anywhere so maybe it can help to people who experience simillar problems with the intel driver.