On Sat, Dec 13, 2008 at 4:05 PM, Peter Alfredsen <span dir="ltr"><<a href="mailto:loki_val@gentoo.org">loki_val@gentoo.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Friday 12 December 2008, mulb mulb wrote:<br>
<br>
> xine: symbol lookup error: /usr/local/lib/libIntelXvMC.so.1:<br>
> undefined symbol: drmOpen<br>
><br>
> Is there any solution?<br>
<br>
</div>Try if the attached patch fixes that error. Proabably it should be named<br>
no-undefined-xvmc.patch, but I was in a hurry. With this, the xvmc .so<br>
files have no undefined symbols when compiling with<br>
LDFLAGS="-Wl,--as-needed" .<br>
<br>
</blockquote><div><br>Hi, <br>
<br>
thanks for the patch, I do not have the undefined error anymore.<br>
But, after several days of compilation an tries, I still can not use xine, neither with xvmc nor with xxmc.<br>
It work with xv.<br><br>
Here is the end of message log with xine --verbose=5 for xvmc<br>
video_out_xvmc: checking adaptor 0<br>
video_out_xvmc: checking adaptor 1<br>
video_out_xvmc: checking adaptor 2<br>
didn't find XVMC_IDCT acceleration trying for MC<br>
Found XVMC_MOCOMP<br>
video_out_xvmc: IDCTaccel 01<br>
video_out_xvmc: using Xv port 97 from adaptor Intel(R) Textured Video<br>
                for hardware colour space conversion and scaling<br>
                motion compensation acceleration only<br>
                With Overlay = 0; UnsignedIntra = 1.<br>
Erreur de segmentation<br>
<br>
<br>
Here is the end of message log with xine --verbose=5 for xxmc<br>
video_out_xxmc: using Xv port 97 from adaptor Intel(R) Textured Video for hardware colour space conversion and scaling.<br>
video_out_xxmc: port attribute XV_BRIGHTNESS (5) value is 0<br>
video_out_xxmc: port attribute XV_CONTRAST (4) value is 0<br>
video_out_xxmc: XvMC extension present.<br>
video_out_xxmc: Found 2 XvMC surface types<br>
video_out_xxmc: Surface type 0: Max size: 1936 1096.<br>
video_out_xxmc: Surface type 0: Max subpic size: 1920 1080.<br>
video_out_xxmc: Surface type 1: Max size: 1920 1080.<br>
video_out_xxmc: Surface type 1: Max subpic size: 1920 1080.<br>
X Error of failed request:  BadValue (integer parameter out of range for operation)<br>
  Major opcode of failed request:  141 (XVideo-MotionCompensation)<br>
  Minor opcode of failed request:  2 ()<br>
  Value in failed request:  0x22002c3<br>
  Serial number of failed request:  1779<br>
  Current serial number in output stream:  1779 <br></div></div><br>And then it stops, all the time.<br><br>Does anyone have any idea?<br><br>Damien<br><br>