Hello all, I would like to get the ati_xv module working to try out the experimental TV-out stuff. I'm running Debian (sid) with a 2.4.13 kernel and XFree86 4.1.0-9 with the ati.2 binaries from linuxvideo.org. I have an ATI All-in-Wonder Radeon (AGP-32MB) card and the TV-in works fine with xawtv. How do I get the ati_xv module compiled and put into place? I've used CVS to download gatos-ati and since X was retrieved using apt-get,I got the sources for X using "apt-get source xfree86-common". (It downloaded a 55MB file so I hope its everything I need) >From looking at the readme in the ati_xv directory, I cd into the ati.2 directory and then run "xmkmf /usr/src/xfree86/xfree86-4.1.0/ " which gives me this: mv -f Makefile Makefile.bak imake -I/usr/src/xfree86/xfree86-4.1.0//config/cf -DTOPDIR=/usr/src/xfree86/xfree86-4.1.0/ -DCURDIR=. Imakefile.c:32: Imake.tmpl: No such file or directory imake: Exit code 1. Stop. Thanks, kent