<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Don't Panic! ivtv is really quite easy to build and install. The xdriver<br>is more difficult, but still
<br>doable.<br><br><br>&gt; Is there a howto or doc anywhere that describes or guides you through<br>&gt; the process of enabling Xv on the 350's TV-Out?<br>&gt;<br><br>Nothing to it really. Build and install the ivtv 0.3.8
 and xdriver<br>0.10.6, and you're done. Just<br>use XV and enjoy.<br><br></blockquote></div><br>
Is there a howto on that? installing ivtv is fine with gentoo, emerge
should be able to do it without any problem. compiling the xdriver is
so far proving to be a pretty hefty challenge. Are there particular
versions of X that this is known to work with? I am working on writing
an ebuild for gentoo that puts ivtv into the correct directory among
<a href="http://x.org">x.org</a> 5.8.2-r5, but it doesn't want to compile. What directory am I
supposed to give it when I run xmkmf (it says &quot;X SOURCES&quot; but that is
very vague...what directory is it looking for?). What should I do when
it dumps out with this message:<br>
<br>
ivtv_xv.c: In function `IVTVStopVideo':<br>
ivtv_xv.c:459: error: storage size of `colorKey' isn't known<br>
ivtv_xv.c:462: error: `IVTVFB_IOCTL_SET_COLORKEY' undeclared (first use in this function)<br>
ivtv_xv.c:462: error: (Each undeclared identifier is reported only once<br>
ivtv_xv.c:462: error: for each function it appears in.)<br>
ivtv_xv.c: In function `IVTVPutImage':<br>
ivtv_xv.c:716: error: storage size of `colorKey' isn't known<br>
ivtv_xv.c:719: error: `IVTVFB_IOCTL_SET_COLORKEY' undeclared (first use in this function)<br>
make: *** [ivtv_xv.o] Error 1<br>
<br>
Thanks!<br>