On 10/28/05, Luc Verhaegen <[EMAIL PROTECTED]> wrote: > On Thu, Oct 27, 2005 at 07:18:15PM -0400, Bryan Donlan wrote: > > > > Motherboard is ASUS A7V8X-LA > > 0000:01:00.0 VGA compatible controller: VIA Technologies, Inc. VT8378 > > [S3 UniChrome] Integrated Video (rev 01) > > > > I'm not sure how to build the driver - it seems to require a > > precompiled X tree. Is there a package for the headers it needs? > > > Thanks, will add this on sunday. > > No, i just tend to build a debian release and leave the tree. You can > usually interrupt a build after depend and Makefiles. If you do so with > ctrl-z you will be able to resume the build if the driver still fails to > build properly.
Hm, doesn't work: [EMAIL PROTECTED]:~/src/xf86-video-unichrome-0.2.1pre0$ xmkmf ~/src/xorg/xorg-x11-6.8.2.dfsg.1/xc/ mv -f Makefile Makefile.bak imake -I/home/bdonlan/src/xorg/xorg-x11-6.8.2.dfsg.1/xc//config/cf -DTOPDIR=/home/bdonlan/src/xorg/xorg-x11-6.8.2.dfsg.1/xc/ -DCURDIR=. In file included from /home/bdonlan/src/xorg/xorg-x11-6.8.2.dfsg.1/xc//config/cf/Imake.tmpl:47, from Imakefile.c:41: /home/bdonlan/src/xorg/xorg-x11-6.8.2.dfsg.1/xc//config/cf/site.def:44: error: host.def: No such file or directory In file included from /home/bdonlan/src/xorg/xorg-x11-6.8.2.dfsg.1/xc//config/cf/linux.cf:1137, from /home/bdonlan/src/xorg/xorg-x11-6.8.2.dfsg.1/xc//config/cf/Imake.tmpl:106, from Imakefile.c:41: /home/bdonlan/src/xorg/xorg-x11-6.8.2.dfsg.1/xc//config/cf/xorg.cf:13: error: date.def: No such file or directory imake: Exit code 1. Stop.