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.
However, at least one person I've asked to test this patch found out
that X.org does not support the 945GM (the mobile version) yet. That
is what the second patch is for, so if you want to test this, and have
a laptop with 945GM, you need to rebuild both your kernel and X.org.
If you want to try out these patches, please report results with dmesg
and X.org log from before and after applying.
Cheers,
Dimitry
Hi all.
I do understand that I might be late with this test.
However, I do have the 945G (Dimitry, thank you for
your personal reply!) so I want to test it as well.
After rebuilding src/sys to the very -current I do/get this
(this is still before the Dimitry's patch).
# cd /usr
# export [EMAIL PROTECTED]:/cvs
# cvs -d$CVSROOT checkout XF4
# rm -rf /usr/Xbld
# mkdir -p /usr/Xbld
# cd /usr/Xbld
# lndir ../XF4
# make build
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
Stop in /usr/Xbld/xc/programs/Xserver/Xext (line 1284 of Makefile).
*** Error code 1
Stop in /usr/Xbld/xc/programs/Xserver (line 1487 of Makefile).
*** Error code 1
Stop in /usr/Xbld/xc/programs (line 1119 of Makefile).
*** Error code 1
Stop in /usr/Xbld/xc (line 1060 of xmakefile).
*** Error code 1
Stop in /usr/Xbld/xc (line 1137 of xmakefile).
*** Error code 1
Stop in /usr/Xbld/xc (line 46 of Makefile).
*** Error code 1
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, the newbie. Yes,
I have read the faq5.htm.
Vladas