SunRay driver for XFree86

2003-01-30 Thread Markus Kuhn
affected pixel rectangle is sent via UDP/RPC to the SunRay for display. All this is not too different from VNC, except that the SunRay protocol is somewhat more flexible in the graphical primitives used. What would be the best starting point to write a SunRay driver for XFree86? What interface is

Re: SunRay driver for XFree86

2003-01-30 Thread Havoc Pennington
Hi, On Thu, Jan 30, 2003 at 10:40:12PM +, Markus Kuhn wrote: > What would be the best starting point to write a SunRay driver for > XFree86? What interface is there and where is it documented? Does > XFree86 split nicely into a hardware dependent and hardware independent > layer

Re: SunRay driver for XFree86

2003-01-31 Thread Matthias Scheler
On Thu, Jan 30, 2003 at 10:40:12PM +, Markus Kuhn wrote: > What would be the best starting point to write a SunRay driver for > XFree86? The first step would be booting a SunRay from a machine which is not running Sun's SunRay software. And because SunRay's only load softwar

Re: SunRay driver for XFree86

2003-01-31 Thread Markus Kuhn
Matthias Scheler wrote: > On Thu, Jan 30, 2003 at 10:40:12PM +, Markus Kuhn wrote: > > What would be the best starting point to write a SunRay driver for > > XFree86? > > The first step would be booting a SunRay from a machine which is not > running Sun's SunRay s

Re: SunRay driver for XFree86

2003-01-31 Thread Matthias Scheler
On Fri, Jan 31, 2003 at 11:57:36AM +, Markus Kuhn wrote: > Performance-wise the most interesting option is probabaly to drive > it directly from an X server (as Sun does), That shouldn't be too difficult. Take the Xvfb sources and teach to send the screen contents to the SunRay in regular inte

Re: SunRay driver for XFree86

2003-01-31 Thread joe
> On Fri, Jan 31, 2003 at 11:57:36AM +, Markus Kuhn wrote: > > Performance-wise the most interesting option is probabaly to drive > > it directly from an X server (as Sun does), > > That shouldn't be too difficult. Take the Xvfb sources and teach to send > the screen contents to the SunRay in

Re: SunRay driver for XFree86

2003-02-03 Thread Juliusz Chroboczek
Hi Markus, That's good to hear. I'll be glad to read through your docs when I have some time. MK> So the question I'd like to ask here is, can someone provide us with a MK> few pointers to get started with understanding how a SunRay driver could/ MK> should possibly interface with the XFree86 X