Bug 5824 - XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
Status: RESOLVED DUPLICATE of bug 5820
Alias: None
Product: Dungeon Defenders
Classification: Unclassified
Component: everything
Version: unspecified
Hardware: PC Linux
: P3 major
Assignee: Ryan C. Gordon
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2012-12-20 15:06 EST by Melanie
Modified: 2012-12-20 21:47:54 EST
1 user (show)

See Also:



Description Melanie 2012-12-20 15:06:08 EST
My system information:
Debian Wheezy
Openbox
Nvidia GeForce GTX 560 with 310.10 drivers
AMD FX-8120

possible workaround:
Not a solution but a workaround; add the following snippet to your
/etc/X11/xorg.conf, that way the crashy code won't be executed:

Section "Extensions"
        Option "XVideo" "Disable"
EndSection

To avoid this bug by using a older version of xserver
from the squeeze.

After downgrading the xserver to that in squeeze, I can play video with xV
extension, e.g. mpalyer, vlc.

I think this method can be a temporary workaround of this bug

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649346
Comment 1 David Gow 2012-12-20 21:47:54 EST
This appears to be a duplicate of #5820: see the workaround there. It's an issue with the gnome-screensaver hack in SDL2, and appears when gnome-screensaver is not installed.

It doesn't have anything to do with xv: the workaround above will likely not work (it appears to be for a video playback error with fglrx).

-- David

*** This bug has been marked as a duplicate of bug 5820 ***