Comment 5 for bug 508

Revision history for this message
Jorge Daza GarcĂ­a-Blanes (jorge-drqueue) wrote :

Please check Bugzilla #11693, I have been trying to debug this problem:

https://bugzilla.ubuntu.com/show_bug.cgi?id=11693

I found out that it seems to be xorg and not mplayer the one that fails. You can reproduce the problem with totem, xine and mplayer.

If you compile the source package with:

fakeroot debian/rules binary

and execute localy, you'll find that:

./mplayer -v xv dvd:// <----- FAILS

./mplayer -v x11 dvd:// <----- WORKS

Acording to daniels that is what shows it to be an xorg bug.

Jorge