Re: [patch] Intel 945G/GM AGP support (including 945GM for X.org)

2006-05-20 Thread Dimitry Andric
vladas wrote: > making all in programs/Xserver/Xext/extmod... > make: don't know how to make /usr/include/stdarg.h. Stop in > /usr/Xbld/xc/program > s/Xserver/Xext/extmod. > *** Error code 2 You probably don't have the compiler installed at all. Did you install comp39.tgz? If not, see section 4.

Re: [patch] Intel 945G/GM AGP support (including 945GM for X.org)

2006-05-18 Thread J.C. Roberts
On Wed, 17 May 2006 23:28:15 +0900, vladas <[EMAIL PROTECTED]> wrote: >Stop in /usr/Xbld (line 63 of Makefile). >*** Error code 1 > >Stop in /usr/Xbld (line 82 of Makefile). ># > > >Of course its me making the mistake. Only do not understand where. >Would be grateful if someone could enlighten me,

Re: [patch] Intel 945G/GM AGP support (including 945GM for X.org)

2006-05-17 Thread vladas
Dimitry Andric wrote: Hi, Here's a patch to add AGP support for Intel 945G and 945GM chipsets to the kernel. From the Linux driver it looks like these chips can be handled similarly to the 915G and 915GM, so it should hopefully work correctly by only adding the right PCI ID's everywhere. Howev