On Sam, 2006-03-25 at 11:49 -0500, Jeff Simpson wrote: > First off, what is the appropriate name for the PVR-350 XV driver? I > see it called "X Driver", but it's often also referred to by xv, since > that's what sets it apart from the normal fbdev driver. And then > there's the filenames. Anyway... > > My question is this: How do I go about compililing the X Driver in > xorg 6.9 or 7.0? The structure changed quite a bit, so I'm thinking it > may just be a makefile or configuration change, but I just don't know > what it will be.
I've written a patch to autotool the driver to build it with Xorg 7.0. You can download it from http://www.paldo.org/paldo/sources/ivtv_xdriver/ivtv_xdriver-0.10.6-xorg-7.0-2.patch.bz2 Some autotools-required files are missing, so the install instructions are as follows: cd ivtvdrv/xc/programs/Xserver/hw/xfree86/drivers/ivtv touch AUTHORS ChangeLog NEWS README autoreconf -is ./configure --prefix=/usr --disable-static make make install Regards, Jürg _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
