Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#485 closed defect (fixed)

vo_xv.c rev 1.170 breaks systems w/o xinerama

Reported by: bugs@… Owned by: reimar
Priority: normal Component: vo
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

When trying to playback using xorg 7.0 built without Xinerama support, mplayer
crashes with signal 6. After reverse patching to vo_xc.c rev 1.169 it works fine
again.

X11 error: BadValue (integer parameter out of range for operation)
MPlayer interrupted by signal 6 in module: decode_video

Change History (3)

comment:1 by reimar, 18 years ago

Owner: changed from alex@… to Reimar.Doeffinger@…

Does configure detect Xinerama or not? Does it work with -xineramascreen -2?

comment:2 by bugs@…, 18 years ago

The absence of xineraba is detected correctly:
"Checking for Xinerama ... no"
After configure, config.h contains: #undef HAVE_XINERAMA

`-xineramascreen -2' does not workaround this.

comment:3 by reimar, 18 years ago

Resolution: fixed
Status: newclosed

Oh stupidity. That's what happens when you make a "trivial optimization" without
proper testing. Should be fixed now.

Note: See TracTickets for help on using tickets.