XvGetStill for v4l

2003-10-08 Thread Mark Cuss
Hello I'm wondering if there are currently any plans to implement XvGetStill for the video4linux driver in XFree. I currently use XvPutVideo with my v4l device (a brooktree frame grabber), and this works very well. I'm working on including the capability to capture stills as well as video into

Re: XvGetStill for v4l

2003-10-08 Thread Alex Deucher
I believe Gerd Knorr wrote the v4l module. you might want to ask him. Also, if you wrote a patch, I'm sure there would be interest. Alex --- Mark Cuss [EMAIL PROTECTED] wrote: Hello I'm wondering if there are currently any plans to implement XvGetStill for the video4linux driver in

How to render multiple cursors?

2003-10-08 Thread Grant Wallace
I earlier had a question regarding how to support multiple pointers. One reply to that was to write a Window Manager to handle this. I can see how the window manager can handle moving windows simultaneously and redirecting input to windows simultaneously. But I'm wondering how would one render

Re: What about a kernel module?

2003-10-08 Thread Ian Romanick
Raymond Jennings wrote: I'd like to suggest that you implement device-specific code as a kernel module. This has been discussed to death. XFree86 is portable to systems where we can't just willy-nilly add kernel modules. With few exceptions, such as to implement hardware 3D, this is right

Re: What about a kernel module?

2003-10-08 Thread Tim Roberts
On Wed, 08 Oct 2003 19:12:56 +, Raymond Jennings wrote: I'd like to suggest that you implement device-specific code as a kernel module. Have something like /dev/videocard or /dev/framebuffer, and a kernel module to control it Cause reads and writes to access video memory, and have IOCTL's

Re: What about a kernel module?

2003-10-08 Thread Alan Coopersmith
Raymond Jennings wrote: I'd like to suggest that you implement device-specific code as a kernel module. For which kernel? XFree86 runs on Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Windows (Cygwin), OS/2, and a few more platforms, each with a different kernel architecture (and in Linux's case,

Re: How to render multiple cursors?

2003-10-08 Thread Alex Deucher
the problem is X is fundamentally based on the concept of a single cursor. Most if not all GUIs are. Alex --- Grant Wallace [EMAIL PROTECTED] wrote: I earlier had a question regarding how to support multiple pointers. One reply to that was to write a Window Manager to handle this. I can see

Re: What about a kernel module?

2003-10-08 Thread Juliusz Chroboczek
AC (Of course, we do this somewhat on Solaris/sparc, Do you document the interface ? Juliusz ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

xf86Yield()

2003-10-08 Thread Mark Vojkovich
I'd like to export a yielding function to the drivers. Bool xf86Yield(int yield_if) which will yield if the implementation yields in the way specified or a better way, but does nothing otherwise. yield_if can be: YIELD_ALWAYS Give up the CPU even if it means you sit out for at least a

Re: XFree86 4.4.0 planned features

2003-10-08 Thread Mark Vojkovich
On Thu, 9 Oct 2003, Antoine D wrote: What are the planned features of 4.4.0? Is a list of them available somewhere? I couldn't find this info on the website. I don't know of any list yet. We usually create it when we are writing the release notes after the code freeze. We could start

Re: What about a kernel module?

2003-10-08 Thread David Dawes
On Wed, Oct 08, 2003 at 01:05:23PM -0700, Tim Roberts wrote: XFree86 runs quite well in many non-Linux environments today. Not to mention that Linux was only the third or fourth platform that XFree86 ran on, with several SYSV versions and 386BSD pre-dating the Linux port :-). As to the original