png.h not found!!!

2003-10-23 Thread jassi brar
Hi all, i m trying to crosscompile XFree86(TinyX). Everything works fine but ... when compilation enters the xc/programs/xcursorgen dir it says png.h found nowhere!!! along with many errors. png.h is nowhere present in XFree86 source tree ...not even in the whole filesystem ;) Any help

newbie question

2003-10-23 Thread david mancel
Hello all, i have a question about Xfree internals. i would like to know how xfree capture the keyboard and mouse events. Is it with a simple read ? And does it rely on the OS? i know that in text mode, the characters comes from read(), which comes from somewhere in the tty driver... any

writing accelerated driver

2003-10-23 Thread Jan Damborsky
Hello, we have our custom board with Fujitsu Scarlet graphic 2D/3D accelerator. For now, it works as ramebuffer device without acceleration utilized. I would like to ask, how to start with writing accelerated driver. Is XAA good start point ? Any suggestions ? HANYS

Re: png.h not found!!!

2003-10-23 Thread david mattatall
Do you have libpng installed? ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: writing accelerated driver

2003-10-23 Thread Jan Damborsky
Thank you very much for information. HANYS For 2D accel you'll want to look at XAA. for 3D accel, you'll want to use the the DRI (http://dri.sf.net). To start with XAA, I'd take a look at how other drivers implement acceleration (look at the chipname_accel.c files).

C+T 69030 driver on powerpc

2003-10-23 Thread Rob Taylor
Has anyone sucessfully run the chips 69030 driver on powerpc based systems? I'm trying to get it running on a custon 7410 based board with two 69030's on,a nd i;'m seing soem off things: my /proc/pci gives me that: Bus 0, device 18, function 0: VGA compatible controller: PCI device

Re: C+T 69030 driver on powerpc

2003-10-23 Thread Tim Roberts
On Thu, 23 Oct 2003 17:16:19 +0100, Rob Taylor wrote: Has anyone sucessfully run the chips 69030 driver on powerpc based systems? I'm trying to get it running on a custon 7410 based board with two 69030's on,a nd i;'m seing soem off things: ... Also does anyone know the reason for the addition of

Re: Re: png.h not found!!!

2003-10-23 Thread jassi brar
Hi david, Noo, i m crosscompiling XFree86. By the way, can't i do without it? jassi On Thu, 23 Oct 2003 david mattatall wrote : Do you have libpng installed? ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: writing accelerated driver

2003-10-23 Thread Mark Vojkovich
There's an XAA.HOWTO in the server tree at xc/programs/Xserver/hw/xfree86/xaa/XAA.HOW Mark. On Thu, 23 Oct 2003, Jan Damborsky wrote: Hello, we have our custom board with Fujitsu Scarlet graphic 2D/3D accelerator. For now, it works as ramebuffer device without

Re: Re: png.h not found!!!

2003-10-23 Thread David Dawes
On Thu, Oct 23, 2003 at 03:46:34PM -, jassi brar wrote: Hi david, Noo, i m crosscompiling XFree86. By the way, can't i do without it? Yes, just add the following line to your xc/config/cf/host.def file: #define HasLibpng NO David -- David Dawes

Re: C+T 69030 driver on powerpc

2003-10-23 Thread Egbert Eich
Tim Roberts writes: On Thu, 23 Oct 2003 17:16:19 +0100, Rob Taylor wrote: Has anyone sucessfully run the chips 69030 driver on powerpc based systems? I'm trying to get it running on a custon 7410 based board with two 69030's on,a nd i;'m seing soem off things: ... Also does anyone