On Fri, 19 Nov 2004 19:05:13 +0100, Måns Rullgård <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] writes: > > >> [EMAIL PROTECTED] writes: > >> > >>> Hi, > >>> > >>> Where I can find the documentation about developing video driver > >>> for XFree?? I'll need to develop one to a new card we working > >>> on. Where can I find some info about it? > >> > >> xc/programs/Xserver/hw/xfree86/doc/DESIGN contains some useful > >> information. Looking at the source code of existing drivers can also > >> be helpful. > > > > Is there anyway to compile drivers without compile whole XFree? > > It should be possible. You just need to make sure the required header > files are found. You'll need the XF86 sources, but there is no need > to compile the whole lot. >
you can probably just run make Makefile make Makefiles make include make depend at the xc level and then just run 'make' in the directories of the drivers you want to build. Alex > -- > Måns Rullgård > [EMAIL PROTECTED] > _______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel