#485 closed defect (fixed)
vo_xv.c rev 1.170 breaks systems w/o xinerama
| Reported by: | 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 , 20 years ago
| Owner: | changed from to |
|---|
comment:2 by , 20 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 , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
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.

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