Re: Kernel-Support for "miro media View-PC"?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 28 Feb 1999 04:11:00 +0000 (GMT)


> >You will need to do X11 rather than kernel work to make it happen, but the
> >S3 chips are documented (S3 only do paper manuals though - wake up S3 8))
> >and I believe ITT document their components sensibly too.
>
> It seems to me like it's a video card, so it would be a video4linux
> issue, not (only) a X11 issue.

Where the grabber and the video are coupled together you need to manage so
much shared state it basically has to be in the grabber. In general
video4linux (kernel) is an API I invented out of various other peoples[1] work
primarily to get a constant API X could use for awkward cards. At the end
of the day the real API is Xvideo and belongs in X11 - at least for most
types of work.

Alan

[1] Notably Ralph & Marcus Metzler

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/