From owner-freebsd-x11@FreeBSD.ORG Sun Jun 8 11:36:55 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 689211065679 for ; Sun, 8 Jun 2008 11:36:55 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr16.xs4all.nl (smtp.ipv6.xs4all.nl [IPv6:2001:888:0:15::25]) by mx1.freebsd.org (Postfix) with ESMTP id D93608FC17 for ; Sun, 8 Jun 2008 11:36:05 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr16.xs4all.nl (8.13.8/8.13.8) with ESMTP id m58Agdek011925 for ; Sun, 8 Jun 2008 12:42:39 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 63BECBA8E; Sun, 8 Jun 2008 12:42:34 +0200 (CEST) Date: Sun, 8 Jun 2008 12:42:34 +0200 From: Roland Smith To: freebsd-x11@freebsd.org Message-ID: <20080608104234.GA73057@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: by XS4ALL Virus Scanner Subject: 7-STABLE and Intel G33 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2008 11:36:55 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable My PC has built-in intel G33 graphics, which I'm trying to get to work in something better then vesa. Following the instructions in http://lists.freebsd.org/pipermail/freebsd-stable/2008-January/039638.html I have compiled and installed the driver and kernel modules from the git trees for drm and the xf86-video-intel driver from June 5th. I also patched agp_i810.c to remove the comments from the chipset identifiers and rebuilt the kernel. After loading the i915.ko kernel module from the git tree, and starting X with a config file using the intel driver, I still get; (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x006ff000 (pgoffset 1791) (WW) intel(0): xf86BindGARTMemory: binding of gart memory with key 1 at offset 0x6ff000 failed (Invalid argument) Fatal server error: Couldn't bind memory for front buffer In dmesg output I see: agp0: trying to bind into stolen memory Looking at the Xorg.0.log, the xf86-video-intel driver and the drm and dri drivers seem to initialize OK. Grepping through the source, this error seems to originate in /usr/src/sys/pci/agp_i810.c;=20 if ( sc->chiptype !=3D CHIP_I810 ) { if ( (offset >> AGP_PAGE_SHIFT) < sc->stolen ) { device_printf(dev, "trying to bind into stolen memo= ry"); return EINVAL; } [disclaimer: I'm not a software engineer by education or trade, just a mechanical engineer who likes to tinker with computers and software] I've been reading the agp code, the intel driver code and I've skimmed the intel docs. I find the code quite hard to understand, and the intel docs nigh-on unreadable.=20 Would modifying the if-statement to not produce this error on the CHIP_G33 fix this problem? Or would it horribly blow up in my face? Any help to get this to work would be very much appreciated! Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhLt5oACgkQEnfvsMMhpyV0hgCbBSTBTHuf77wkxtbPo4vThz8q YwwAnRmFzlRFb1Q5rXacgWoc4QxdwfZG =zurz -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- From owner-freebsd-x11@FreeBSD.ORG Sun Jun 8 15:31:09 2008 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 448EF10656AD; Sun, 8 Jun 2008 15:31:09 +0000 (UTC) (envelope-from rnoland@2hip.net) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 009728FC2B; Sun, 8 Jun 2008 15:31:08 +0000 (UTC) (envelope-from rnoland@2hip.net) Received: from [192.168.1.151] (adsl-154-162-206.bna.bellsouth.net [68.154.162.206]) (authenticated bits=0) by gizmo.2hip.net (8.13.8/8.13.8) with ESMTP id m58FV2Po059572 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Jun 2008 11:31:04 -0400 (EDT) (envelope-from rnoland@2hip.net) From: Robert Noland To: Coleman Kane In-Reply-To: <1212690315.57447.24.camel@squirrel.corp.cox.com> References: <48456950.8060507@ksu.ru> <1212511997.15220.25.camel@localhost> <484702B1.6080402@ksu.ru> <1212688916.1904.19.camel@localhost> <1212690315.57447.24.camel@squirrel.corp.cox.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SjNsOQhxJDhU62H1RsgI" Organization: 2Hip Networks Date: Sun, 08 Jun 2008 11:30:56 -0400 Message-Id: <1212939056.1471.29.camel@wombat.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port X-Spam-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL autolearn=no version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on gizmo.2hip.net Cc: x11@FreeBSD.org Subject: Re: updating drm X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2008 15:31:09 -0000 --=-SjNsOQhxJDhU62H1RsgI Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2008-06-05 at 14:25 -0400, Robert Noland wrote: > On Thu, 2008-06-05 at 14:01 -0400, Coleman Kane wrote: ... > > That said, anybody can see/get the current development trees by > > visiting: > > * http://gitweb.freedesktop.org/?p=3Dmesa/drm.git;a=3Dsummary >=20 > FWIW, the current HEAD has a couple of locking issues... I have fixes > that have not been pushed to fdo yet, though they should be soon. FYI, I have pushed all of my changes except for intel suspend/resume support now. robert. > robert. >=20 --=-SjNsOQhxJDhU62H1RsgI Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEABECAAYFAkhL+zAACgkQM4TrQ4qfROOXDACeLcRRZgxhjDX+R2xiFQXo/q3G ZWAAnRTnKellGZiPM2qrciQOR4go6Tx/ =GrDi -----END PGP SIGNATURE----- --=-SjNsOQhxJDhU62H1RsgI-- From owner-freebsd-x11@FreeBSD.ORG Sun Jun 8 15:31:40 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 404391065688 for ; Sun, 8 Jun 2008 15:31:40 +0000 (UTC) (envelope-from rnoland@2hip.net) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 08EF68FC26 for ; Sun, 8 Jun 2008 15:31:39 +0000 (UTC) (envelope-from rnoland@2hip.net) Received: from [192.168.1.151] (adsl-154-162-206.bna.bellsouth.net [68.154.162.206]) (authenticated bits=0) by gizmo.2hip.net (8.13.8/8.13.8) with ESMTP id m58F9NeO059061 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Jun 2008 11:09:27 -0400 (EDT) (envelope-from rnoland@2hip.net) From: Robert Noland To: Roland Smith In-Reply-To: <20080608104234.GA73057@slackbox.xs4all.nl> References: <20080608104234.GA73057@slackbox.xs4all.nl> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Tc4D2jJye7X2wYEiFL7b" Organization: 2Hip Networks Date: Sun, 08 Jun 2008 11:09:17 -0400 Message-Id: <1212937757.1471.23.camel@wombat.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port X-Spam-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL autolearn=no version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on gizmo.2hip.net Cc: freebsd-x11@freebsd.org Subject: Re: 7-STABLE and Intel G33 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2008 15:31:40 -0000 --=-Tc4D2jJye7X2wYEiFL7b Content-Type: multipart/mixed; boundary="=-mKcborsnwz5/Cuk1OpPU" --=-mKcborsnwz5/Cuk1OpPU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2008-06-08 at 12:42 +0200, Roland Smith wrote: > My PC has built-in intel G33 graphics, which I'm trying to get to work > in something better then vesa. >=20 > Following the instructions in > http://lists.freebsd.org/pipermail/freebsd-stable/2008-January/039638.htm= l > I have compiled and installed the driver and kernel modules from the git > trees for drm and the xf86-video-intel driver from June 5th. >=20 > I also patched agp_i810.c to remove the comments from the chipset > identifiers and rebuilt the kernel. >=20 > After loading the i915.ko kernel module from the git tree, and starting > X with a config file using the intel driver, I still get; >=20 > (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x006ff000 (pgoffset 17= 91) > (WW) intel(0): xf86BindGARTMemory: binding of gart memory with key 1 > at offset 0x6ff000 failed (Invalid argument) >=20 > Fatal server error: > Couldn't bind memory for front buffer >=20 > In dmesg output I see: >=20 > agp0: trying to bind into stolen memory >=20 > Looking at the Xorg.0.log, the xf86-video-intel driver and the drm and > dri drivers seem to initialize OK. >=20 > Grepping through the source, this error seems to originate in > /usr/src/sys/pci/agp_i810.c;=20 >=20 > if ( sc->chiptype !=3D CHIP_I810 ) { > if ( (offset >> AGP_PAGE_SHIFT) < sc->stolen ) { > device_printf(dev, "trying to bind into stolen me= mory"); > return EINVAL; > } >=20 > [disclaimer: I'm not a software engineer by education or trade, just a > mechanical engineer who likes to tinker with computers and software] >=20 > I've been reading the agp code, the intel driver code and I've skimmed > the intel docs. I find the code quite hard to understand, and the intel > docs nigh-on unreadable.=20 >=20 > Would modifying the if-statement to not produce this error on the > CHIP_G33 fix this problem? Or would it horribly blow up in my face? I can try to look into it, but my time is a bit scattered for the next few weeks. If I'm parsing Eric's analysis correctly, the attached patch along with the other items he pointed out, may do it. Apply the patch to agp_i810.c and see if it makes a difference. robert. > Any help to get this to work would be very much appreciated! >=20 > Roland --=-mKcborsnwz5/Cuk1OpPU Content-Disposition: attachment; filename=i810-g33.diff Content-Transfer-Encoding: base64 Content-Type: text/x-patch; name=i810-g33.diff; charset=us-ascii LS0tIGFncF9pODEwLmMub3JpZwkyMDA4LTA2LTA4IDExOjAzOjI5LjAwMDAwMDAwMCAtMDQwMA0K KysrIGFncF9pODEwLmMJMjAwOC0wNi0wOCAxMTowNToyOC4wMDAwMDAwMDAgLTA0MDANCkBAIC00 OTIsNyArNDkyLDYgQEANCiAJCWNhc2UgQ0hJUF9JOTE1Og0KIAkJCWd0dF9zaXplID0gMjU2Ow0K IAkJCWJyZWFrOw0KLQkJY2FzZSBDSElQX0k5NjU6DQogCQljYXNlIENISVBfRzMzOg0KIAkJCXN3 aXRjaCAoYnVzX3JlYWRfNChzYy0+c2NfcmVzWzBdLCBBR1BfSTgxMF9QR1RCTF9DVEwpICYNCiAJ CQkgICAgQUdQX0k4MTBfUEdUQkxfU0laRV9NQVNLKSB7DQpAQCAtNTE0LDYgKzUxMyw5IEBADQog CQkJCXJldHVybiBFSU5WQUw7DQogCQkJfQ0KIAkJCWJyZWFrOw0KKwkJY2FzZSBDSElQX0k5NjU6 DQorCQkJZ3R0X3NpemUgPSAwOw0KKwkJCWJyZWFrOw0KIAkJZGVmYXVsdDoNCiAJCQlkZXZpY2Vf cHJpbnRmKGRldiwgIkJhZCBjaGlwdHlwZVxuIik7DQogCQkJYnVzX3JlbGVhc2VfcmVzb3VyY2Vz KGRldiwgc2MtPnNjX3Jlc19zcGVjLA0K --=-mKcborsnwz5/Cuk1OpPU-- --=-Tc4D2jJye7X2wYEiFL7b Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEABECAAYFAkhL9h0ACgkQM4TrQ4qfRONHCwCeP3IYYnFFaGocYT15kJ5EKWSJ 57UAn151kQPlEiXd+8tHUCF/BfBmVG49 =Q1EI -----END PGP SIGNATURE----- --=-Tc4D2jJye7X2wYEiFL7b-- From owner-freebsd-x11@FreeBSD.ORG Sun Jun 8 21:58:02 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C75F1065672 for ; Sun, 8 Jun 2008 21:58:02 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.freebsd.org (Postfix) with ESMTP id E0EA38FC14 for ; Sun, 8 Jun 2008 21:58:01 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id m58Lvl48072688; Sun, 8 Jun 2008 23:57:48 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id A6274BAC3; Sun, 8 Jun 2008 23:57:47 +0200 (CEST) Date: Sun, 8 Jun 2008 23:57:47 +0200 From: Roland Smith To: Robert Noland Message-ID: <20080608215747.GA1500@slackbox.xs4all.nl> References: <20080608104234.GA73057@slackbox.xs4all.nl> <1212937757.1471.23.camel@wombat.2hip.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline In-Reply-To: <1212937757.1471.23.camel@wombat.2hip.net> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-x11@freebsd.org Subject: Re: 7-STABLE and Intel G33 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2008 21:58:02 -0000 --H+4ONPRPur6+Ovig Content-Type: multipart/mixed; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 08, 2008 at 11:09:17AM -0400, Robert Noland wrote: > On Sun, 2008-06-08 at 12:42 +0200, Roland Smith wrote: > > My PC has built-in intel G33 graphics, which I'm trying to get to work > > in something better then vesa. > >=20 > > Following the instructions in > > http://lists.freebsd.org/pipermail/freebsd-stable/2008-January/039638.h= tml > > I have compiled and installed the driver and kernel modules from the git > > trees for drm and the xf86-video-intel driver from June 5th. > >=20 > > I also patched agp_i810.c to remove the comments from the chipset > > identifiers and rebuilt the kernel. > >=20 > > After loading the i915.ko kernel module from the git tree, and starting > > X with a config file using the intel driver, I still get; > >=20 > > (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x006ff000 (pgoffset = 1791) > > (WW) intel(0): xf86BindGARTMemory: binding of gart memory with key 1 > > at offset 0x6ff000 failed (Invalid argument) > >=20 > > Fatal server error: > > Couldn't bind memory for front buffer > >=20 > > In dmesg output I see: > >=20 > > agp0: trying to bind into stolen memory > I can try to look into it, but my time is a bit scattered for the next > few weeks. If I'm parsing Eric's analysis correctly, the attached patch > along with the other items he pointed out, may do it. Apply the patch > to agp_i810.c and see if it makes a difference. Unfortunately, the patch made no difference. Eric said in above message: "The gtt_size detection is broken, though. We should have gtt_size ... equal to zero on this hardware" Your patch set the gtt_size to zero for the i965, not for the G33. So I modified the file to set the gtt_size to 0 for the G33 instead. This did have an effect. Instead of=20 agp0: on vgapci0 agp0: detected 7676k stolen memory agp0: aperture size is 256M I now get agp0: on vgapci0 agp0: detected 8188k stolen memory agp0: aperture size is 256M Unfortunately the result is still the same: (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x006ff000 (pgoffset 1791) (WW) intel(0): xf86BindGARTMemory: binding of gart memory with key 1 at offset 0x6ff000 failed (Invalid argument) Fatal server error: Couldn't bind memory for front buffer I'm attaching my patch in case you find it usefull. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-RFS --- /usr/src/sys/pci/agp_i810.c.orig 2008-03-20 22:13:14.000000000 +0100 +++ /usr/src/sys/pci/agp_i810.c 2008-06-08 23:16:56.000000000 +0200 @@ -156,14 +156,12 @@ "Intel Q965 SVGA controller"}, {0x29a28086, CHIP_I965, 0x00020000, "Intel G965 SVGA controller"}, -/* {0x29b28086, CHIP_G33, 0x00020000, "Intel Q35 SVGA controller"}, {0x29c28086, CHIP_G33, 0x00020000, "Intel G33 SVGA controller"}, {0x29d28086, CHIP_G33, 0x00020000, "Intel Q33 SVGA controller"}, -*/ {0x2a028086, CHIP_I965, 0x00020000, "Intel GM965 SVGA controller"}, {0x2a128086, CHIP_I965, 0x00020000, @@ -492,8 +490,10 @@ case CHIP_I915: gtt_size = 256; break; - case CHIP_I965: case CHIP_G33: + gtt_size = 0; + break; + case CHIP_I965: switch (bus_read_4(sc->sc_res[0], AGP_I810_PGTBL_CTL) & AGP_I810_PGTBL_SIZE_MASK) { case AGP_I810_PGTBL_SIZE_128KB: --ReaqsoxgOBHFXBhH-- --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhMVdsACgkQEnfvsMMhpyV9RwCglJw39eqAPPUwNqOfU9E7O3j3 JeYAoJBxjKb7ysY6fbB4BuilEqtsnwof =NOdg -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig-- From owner-freebsd-x11@FreeBSD.ORG Mon Jun 9 00:58:07 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB0F41065676 for ; Mon, 9 Jun 2008 00:58:07 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id 808128FC15 for ; Mon, 9 Jun 2008 00:58:07 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2253838rvf.43 for ; Sun, 08 Jun 2008 17:58:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:x-face :x-attribution:x-os:x-os-version:x-os-architecture:x-uptime:face :organization:pgp:x-pgp:x-pgp-fp:user-agent:sender; bh=p3S26hgHYqnrhEdv7+1ekpBBoKRu9z4nEbFCUPi2ano=; b=T69lfdScEC1Mq7fQZc/x8AzSdStg8GmQNcSIxZ07DKz0Ru3dfoJxT0TGCdI6NNbBVg k8ddrhki8PISb3y2fH3ZILHliZ6a4NAMxigplpoaMfT9RCwGAjnONVCluI4cJAE4Xq7W Qmf1WlcYFsBilJg1VB3Ijr+yz4T+Q0ZKWTX0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:x-face:x-attribution:x-os:x-os-version :x-os-architecture:x-uptime:face:organization:pgp:x-pgp:x-pgp-fp :user-agent:sender; b=gezaSjv1AyQJKX9iD2GhI8f8QEeChRq4Vt/mz9ghUShPKXMY4bKMcKCh9kTlc9Fich TyVt6JJv3NsLXdrxrpbURk1mtA989EDK59fd+MlGsVEP5k+qy6kqc34waL8dl5PVGbzQ t2H40mA97+Dl7Oc8TBCivO10Q4Ky9bfe3X1r4= Received: by 10.115.107.5 with SMTP id j5mr2594129wam.193.1212971517847; Sun, 08 Jun 2008 17:31:57 -0700 (PDT) Received: from chateau.d.lf ( [122.162.237.152]) by mx.google.com with ESMTPS id l30sm11743597waf.25.2008.06.08.17.31.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 08 Jun 2008 17:31:56 -0700 (PDT) Date: Mon, 9 Jun 2008 06:01:49 +0530 From: =?utf-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Ashish Shukla To: freebsd-x11@freebsd.org Message-ID: <20080609003149.GB2291@chateau.d.lf> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eAbsdosE1cNLO4uF" Content-Disposition: inline X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\,Jv*LO5qBr#W2.\=d Subject: 'intel' graphics slow on 945G X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2008 00:58:08 -0000 --eAbsdosE1cNLO4uF Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I'm running FreeBSD 7.0-RELEASE-p1 (amd64) on Intel D945GNTL mobo (GMA950 graphics). And, I've experienced the performance of graphics slow as compared to the performance in GNU/Linux. * The framerate reported by glxgears is less compared to GNU/Linux. abbe [~] chateau% glxgears 2236 frames in 5.0 seconds =3D 447.134 FPS 2242 frames in 5.0 seconds =3D 448.295 FPS 2263 frames in 5.0 seconds =3D 452.524 FPS 2276 frames in 5.0 seconds =3D 455.112 FPS * I'm not able to run compiz in FreeBSD, got following error: abbe [~] chateau% compiz --replace compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing compiz (core) - Error: Failed to manage screen: 0 compiz (core) - Fatal: No manageable screens found on display :0.0 My hardware is Intel Pentium 4 630 (EM64T/HT) + 2 GiB DDR2 (533 MHz). Is this the currently expected performance, or there could be some issue at my end, hmm...? TIA --=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --eAbsdosE1cNLO4uF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhMefQACgkQHy+EEHYuXnSVgQCgv7JFqH4MAjotoxp4F1IMwF8c dCUAoMbC742a3BA7xpoDWYPUWF1rG2WG =4J31 -----END PGP SIGNATURE----- --eAbsdosE1cNLO4uF-- From owner-freebsd-x11@FreeBSD.ORG Mon Jun 9 03:04:02 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AC5A106566C for ; Mon, 9 Jun 2008 03:04:02 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id C60668FC1B for ; Mon, 9 Jun 2008 03:04:01 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so473489ana.13 for ; Sun, 08 Jun 2008 20:04:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:mime-version:content-type; bh=tsk767v77O7YsUwWIFCCCG7clO7Dyy/oufBNA96zj10=; b=LVdn1mKjtizjrtppFS631W9Fd52/5HUx4Dkq58DH21AlRBjLFOOs3sFp0SLD8YEzdq RC9qYjYruoZ57NWK5TTnqfkC78AVgVFt4VC4mW1ua52cVxX2hzY+oYe8BIiH+HVc27BA mhtZlJfhUFT3pjBXJ+G7ULK0365t+bTXLip00= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type; b=Vc8AQa6Ge5PGi9bL1vZKJP8kdl/DL3C/aCpZ6Gnx1G+TEqi8Ka9N2B6ijuos+LkATq /x005M5aX45XlzM0s4QkRi8zOtvuG4NshOHEus/5mPbXjQtYAcSpSKKFcGjovuhvGfI9 8j+AZ/nU4KAvmJ0d6kRi5WrFDbUHQICLgPpzs= Received: by 10.100.140.15 with SMTP id n15mr2812514and.110.1212980640954; Sun, 08 Jun 2008 20:04:00 -0700 (PDT) Received: by 10.100.13.7 with HTTP; Sun, 8 Jun 2008 20:04:00 -0700 (PDT) Message-ID: <3b47caa90806082004u34415f90pc4fa27a75df6d65e@mail.gmail.com> Date: Sun, 8 Jun 2008 22:04:00 -0500 From: Novembre To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: 'intel' graphics slow on 945G X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2008 03:04:02 -0000 Hi, There is a tutorial on how to run Compiz Fusion on FreeBSD here: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/compiz-fusion/index.html, but as far as I understood, it is mainly written with nVidia cards in mind. I have an Intel 965G card, and I had to make some changes to make Compiz Fusion work. First of all, I use the intel driver (not the older i810) and XAA (not the default EXA) as the acceleration method, since EXA results in poor performance especially in Firefox. In my xorg.conf, I have the following lines: Option "AIGLX" "true" in ServerLayout section, Option "AccelMethod" "XAA" Option "XAANoOffscreenPixmaps" "true" Option "AddARGBGLXVisuals" "true" Option "DRI" "true" in Device section, and at the end of the file, these: Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "enable" EndSection Then, I before I start Compiz, I run the following commands: LIBGL_ALWAYS_INDIRECT=1; export LIBGL_ALWAYS_INDIRECT INTEL_BATCH=1; export INTEL_BATCH And I run Compiz with: $ compiz --replace --indirect-rendering --sm-disable ccp & $ emerald --replace & Then it runs fine (although I have my own share of problems when I close X). My glxgears benchmark is around 1150fps. Here is the Compiz Fusion wiki page for Intel hardware: http://wiki.compiz-fusion.org/Intel%20with%20AiGLX Good luck From owner-freebsd-x11@FreeBSD.ORG Mon Jun 9 11:07:09 2008 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DEBF106564A for ; Mon, 9 Jun 2008 11:07:09 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 714F78FC1C for ; Mon, 9 Jun 2008 11:07:09 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m59B79pn070943 for ; Mon, 9 Jun 2008 11:07:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m59B78ov070939 for freebsd-x11@FreeBSD.org; Mon, 9 Jun 2008 11:07:08 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 9 Jun 2008 11:07:08 GMT Message-Id: <200806091107.m59B78ov070939@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2008 11:07:09 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/106370 x11 Screen corruption when using Direct Rendering on a PCI o ports/116359 x11 x11/xorg - screen blinks with PCI-E nvidia card and ve o ports/117195 x11 ix11/Xorg 7.3 dumps core at exit (sig 11) f ports/117508 x11 x11/xorg 7.2,7.3 i8i0 and intel crash system using Ble o ports/117766 x11 x11-servers/xorg-server (7.3) crashes under heavy load o ports/118950 x11 x11-drivers/xf86-video-nv - xorg xf86 nv (nvidia) driv o ports/119037 x11 x11: Can't type _ (Underscore) under X (gnome) f ports/119091 x11 x11-drivers/xf86-video-intel 2.1.1 panics system o ports/121360 x11 x11/xorg - Change default of ~/.xsession-errors to off o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() o ports/122924 x11 XCreateImage fails in most recent x11/XOrg 11 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/73743 x11 XOrg/XFree xauth add/startx problem o ports/93667 x11 x11/xorg-libraries: undefined symbol in libOSMesa.* is o ports/113106 x11 x11/xorg - Xorg 7.2 + Mach64 + dri produces error mess f ports/114827 x11 Xorg server crashes when starting astro/google-earth o ports/115020 x11 New port: graphics/osmesa - Mesa's off-screen renderin s ports/115536 x11 [new port] x11/xorg-base port for a minimal X.Org inst o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke f ports/116603 x11 x11/xorg server 7.3 hangs up f ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) f ports/118217 x11 xorg doesnt find usb mouse when initiated with devd, w o ports/118547 x11 [patch] x11/xdm fails with pam_krb5 o ports/118645 x11 Xorg need realtime priority for mouse work nice o ports/121230 x11 [patch] ports/x11/xkeyboard-config WITHOUT_NLS support o ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale 14 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Jun 9 11:08:47 2008 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93FAC1065671 for ; Mon, 9 Jun 2008 11:08:47 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 624F98FC16 for ; Mon, 9 Jun 2008 11:08:47 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m59B8l4v072888 for ; Mon, 9 Jun 2008 11:08:47 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m59B8kIa072884 for x11@FreeBSD.org; Mon, 9 Jun 2008 11:08:46 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 9 Jun 2008 11:08:46 GMT Message-Id: <200806091108.m59B8kIa072884@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: x11@FreeBSD.org Cc: Subject: Current problem reports assigned to x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2008 11:08:47 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/124220 x11 [amd64] x11-servers/xorg-server - X.org server runs in 1 problem total. Non-critical problems From owner-freebsd-x11@FreeBSD.ORG Mon Jun 9 13:55:38 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65DA91065670 for ; Mon, 9 Jun 2008 13:55:38 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from po-out-1718.google.com (po-out-1718.google.com [72.14.252.154]) by mx1.freebsd.org (Postfix) with ESMTP id 198FB8FC25 for ; Mon, 9 Jun 2008 13:55:37 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by po-out-1718.google.com with SMTP id c31so4447269poi.3 for ; Mon, 09 Jun 2008 06:55:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:x-face:x-attribution:x-os:x-os-version :x-os-architecture:x-uptime:face:organization:pgp:x-pgp:x-pgp-fp :user-agent:sender; bh=Dm3Te2Y87ltfRcgPwpRuYb4Ij3bGRrmy1VUQ8kJA5PY=; b=SiBkRQJQ6c1kzso9KpIkU26k9RC96ayFLsZyF/oC2yQXrLq6P7dva/ot5qrjeMrUgH zKKiM6oKWOMBi2Rs3e/pD0GD1+81hjS1u8HUnroKyzAQl9dhoB62mM7B6YGfvJkRgRUN rkN4wt5v6lb+nZBdJTuvbRX/EExZy81zkKnms= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-face:x-attribution :x-os:x-os-version:x-os-architecture:x-uptime:face:organization:pgp :x-pgp:x-pgp-fp:user-agent:sender; b=WjoJK+eahrOeZz1fYtYElyBbBCyPPxT6ojafRcLrcVy49NE3IM7yuob4gdwI/xhFBd KyKQfno69yCLgfJskD3lW7XduvYyA1hfFkluubAMbhoyjsGmegEd72o3rWwuFBPHeXPR Cj8nj5hvqDJgXFQYevd3AiU2NXt02yEy546Kk= Received: by 10.141.115.6 with SMTP id s6mr2087395rvm.48.1213019737451; Mon, 09 Jun 2008 06:55:37 -0700 (PDT) Received: from chateau.d.lf ( [122.162.55.139]) by mx.google.com with ESMTPS id b8sm14107644rvf.9.2008.06.09.06.55.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 09 Jun 2008 06:55:36 -0700 (PDT) Date: Mon, 9 Jun 2008 19:25:18 +0530 From: =?utf-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Ashish Shukla To: freebsd-x11@freebsd.org Message-ID: <20080609135518.GB27613@chateau.d.lf> References: <3b47caa90806082004u34415f90pc4fa27a75df6d65e@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline In-Reply-To: <3b47caa90806082004u34415f90pc4fa27a75df6d65e@mail.gmail.com> X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\,Jv*LO5qBr#W2.\=d Cc: novembre@gmail.com Subject: Re: 'intel' graphics slow on 945G X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2008 13:55:38 -0000 --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ,--[ On Sun, Jun 08, 2008 at 10:04:00PM -0500, Novembre wrote: | Hi, |=20 | There is a tutorial on how to run Compiz Fusion on FreeBSD here: | http://www.freebsd.org/doc/en_US.ISO8859-1/articles/compiz-fusion/index.h= tml, | but as far as I understood, it is mainly written with nVidia cards in | mind. I have an Intel 965G card, and I had to make some changes to make | Compiz Fusion work. First of all, I use the intel driver (not the older | i810) and XAA (not the default EXA) as the acceleration method, since EXA | results in poor performance especially in Firefox. In my xorg.conf, I have | the following lines: I was also using intel driver, but with EXA enabled, now I've switched to XAA. |=20 | Option "AIGLX" "true" | in ServerLayout section, |=20 | Option "AccelMethod" "XAA" | Option "XAANoOffscreenPixmaps" "true" | Option "AddARGBGLXVisuals" "true" | Option "DRI" "true" | in Device section, |=20 | and at the end of the file, these: | Section "DRI" | Mode 0666 | EndSection | Section "Extensions" | Option "Composite" "enable" | EndSection |=20 | Then, I before I start Compiz, I run the following commands: | LIBGL_ALWAYS_INDIRECT=3D1; export LIBGL_ALWAYS_INDIRECT | INTEL_BATCH=3D1; export INTEL_BATCH |=20 | And I run Compiz with: | $ compiz --replace --indirect-rendering --sm-disable ccp & | $ emerald --replace & I've got compiz working[1]. But no change in framerate of glxgears :( . References: [1] - http://www.flickr.com/photos/wahjava/2564309910/ Thank you very much. --=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --k+w/mQv8wyuph6w0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhNNkUACgkQHy+EEHYuXnQBZQCfRPpdyMt4iuCzdq9tC8A/3yY7 5nEAn0yIbt0bu4SsT+SUpnduI3AvUYpI =rVU7 -----END PGP SIGNATURE----- --k+w/mQv8wyuph6w0-- From owner-freebsd-x11@FreeBSD.ORG Tue Jun 10 04:16:45 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFC101065687 for ; Tue, 10 Jun 2008 04:16:45 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 57F1D8FC2F for ; Tue, 10 Jun 2008 04:16:45 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so597466ana.13 for ; Mon, 09 Jun 2008 21:16:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=4pGn2U14OiDld1U8x5aCC3hJer9paVgxyCfLUht0kLE=; b=V5IcXjVN+JBT3VuG6eyWRQhhkzwVLK0z5nGlnvYiHWW4dzCky4AwFCTWFR6e7tgv/M ruUFJMXFqkpRX8ZC0Gbz1+k2nvcrg02R+Q6gENQeBSJr5kLBYD/Q/a5AMoRvQMsS7UDm pOy/A5cJJexxa6ffJgbobcwnafD2MQe/KyuaI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=Si7S5cztBHRvE6I3f0AeE25ETQhZZqw3ekW/nil1fmaRU2hcPzLF9zhL4lpw3ep4Ho gJlDKMEL4G2WfJUovdT4W0ecB4O1sDO0y7jyc4rfh/ig+WQ3syQCYC9nJe8s5EXnjV1Y afivokQHc/zWYUG4wyG30ugS5Fwgt557Xpowc= Received: by 10.100.140.10 with SMTP id n10mr4702135and.129.1213071401903; Mon, 09 Jun 2008 21:16:41 -0700 (PDT) Received: by 10.100.13.7 with HTTP; Mon, 9 Jun 2008 21:16:41 -0700 (PDT) Message-ID: <3b47caa90806092116m360061d0w44dcf62768b1edd2@mail.gmail.com> Date: Mon, 9 Jun 2008 23:16:41 -0500 From: Novembre To: "=?UTF-8?Q?=E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7_=E0=A4=B6?= =?UTF-8?Q?=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2_A?= =?UTF-8?Q?shish_Shukla?=" In-Reply-To: <20080609135518.GB27613@chateau.d.lf> MIME-Version: 1.0 References: <3b47caa90806082004u34415f90pc4fa27a75df6d65e@mail.gmail.com> <20080609135518.GB27613@chateau.d.lf> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-x11@freebsd.org Subject: Re: 'intel' graphics slow on 945G X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2008 04:16:45 -0000 T24gTW9uLCBKdW4gOSwgMjAwOCBhdCA4OjU1IEFNLCDgpIbgpLbgpYDgpLcg4KS24KWB4KSV4KWN 4KSyIEFzaGlzaCBTaHVrbGEgPHdhaGphdmEubWxACmdtYWlsLmNvbT4gd3JvdGU6Cgo+ICwtLVsg T24gU3VuLCBKdW4gMDgsIDIwMDggYXQgMTA6MDQ6MDBQTSAtMDUwMCwgTm92ZW1icmUgd3JvdGU6 Cj4gfCBIaSwKPiB8Cj4gfCBUaGVyZSBpcyBhIHR1dG9yaWFsIG9uIGhvdyB0byBydW4gQ29tcGl6 IEZ1c2lvbiBvbiBGcmVlQlNEIGhlcmU6Cj4gfAo+IGh0dHA6Ly93d3cuZnJlZWJzZC5vcmcvZG9j L2VuX1VTLklTTzg4NTktMS9hcnRpY2xlcy9jb21waXotZnVzaW9uL2luZGV4Lmh0bWwKPiAsCj4g fCBidXQgYXMgZmFyIGFzIEkgdW5kZXJzdG9vZCwgaXQgaXMgbWFpbmx5IHdyaXR0ZW4gd2l0aCBu VmlkaWEgY2FyZHMgaW4KPiB8IG1pbmQuIEkgaGF2ZSBhbiBJbnRlbCA5NjVHIGNhcmQsIGFuZCBJ IGhhZCB0byBtYWtlIHNvbWUgY2hhbmdlcyB0byBtYWtlCj4gfCBDb21waXogRnVzaW9uIHdvcmsu IEZpcnN0IG9mIGFsbCwgSSB1c2UgdGhlIGludGVsIGRyaXZlciAobm90IHRoZSBvbGRlcgo+IHwg aTgxMCkgYW5kIFhBQSAobm90IHRoZSBkZWZhdWx0IEVYQSkgYXMgdGhlIGFjY2VsZXJhdGlvbiBt ZXRob2QsIHNpbmNlIEVYQQo+IHwgcmVzdWx0cyBpbiBwb29yIHBlcmZvcm1hbmNlIGVzcGVjaWFs bHkgaW4gRmlyZWZveC4gSW4gbXkgeG9yZy5jb25mLCBJCj4gaGF2ZQo+IHwgdGhlIGZvbGxvd2lu ZyBsaW5lczoKPgo+IEkgd2FzIGFsc28gdXNpbmcgaW50ZWwgZHJpdmVyLCBidXQgd2l0aCBFWEEg ZW5hYmxlZCwgbm93IEkndmUgc3dpdGNoZWQKPiB0byBYQUEuCj4KPiB8Cj4gfCBPcHRpb24gICAi QUlHTFgiICAgInRydWUiCj4gfCBpbiBTZXJ2ZXJMYXlvdXQgc2VjdGlvbiwKPiB8Cj4gfCBPcHRp b24gICAgIkFjY2VsTWV0aG9kIiAgICAgICAgICAgICAgICAgICAgICAgICAiWEFBIgo+IHwgT3B0 aW9uICAgICJYQUFOb09mZnNjcmVlblBpeG1hcHMiICAgICAidHJ1ZSIKPiB8IE9wdGlvbiAgICAi QWRkQVJHQkdMWFZpc3VhbHMiICAgICAgICAgICAidHJ1ZSIKPiB8IE9wdGlvbiAgICAiRFJJIiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJ0cnVlIgo+IHwgaW4gRGV2aWNl IHNlY3Rpb24sCj4gfAo+IHwgYW5kIGF0IHRoZSBlbmQgb2YgdGhlIGZpbGUsIHRoZXNlOgo+IHwg U2VjdGlvbiAiRFJJIgo+IHwgICAgICAgTW9kZSAgICAwNjY2Cj4gfCBFbmRTZWN0aW9uCj4gfCBT ZWN0aW9uICJFeHRlbnNpb25zIgo+IHwgICAgICAgT3B0aW9uICAgICJDb21wb3NpdGUiICAgICJl bmFibGUiCj4gfCBFbmRTZWN0aW9uCj4gfAo+IHwgVGhlbiwgSSBiZWZvcmUgSSBzdGFydCBDb21w aXosIEkgcnVuIHRoZSBmb2xsb3dpbmcgY29tbWFuZHM6Cj4gfCBMSUJHTF9BTFdBWVNfSU5ESVJF Q1Q9MTsgZXhwb3J0IExJQkdMX0FMV0FZU19JTkRJUkVDVAo+IHwgSU5URUxfQkFUQ0g9MTsgZXhw b3J0IElOVEVMX0JBVENICj4gfAo+IHwgQW5kIEkgcnVuIENvbXBpeiB3aXRoOgo+IHwgJCBjb21w aXogLS1yZXBsYWNlIC0taW5kaXJlY3QtcmVuZGVyaW5nIC0tc20tZGlzYWJsZSBjY3AgJgo+IHwg JCBlbWVyYWxkIC0tcmVwbGFjZSAmCj4KPiBJJ3ZlIGdvdCBjb21waXogd29ya2luZ1sxXS4gQnV0 IG5vIGNoYW5nZSBpbiBmcmFtZXJhdGUgb2YgZ2x4Z2VhcnMgOiggLgo+Cj4gUmVmZXJlbmNlczoK PiBbMV0gLSBodHRwOi8vd3d3LmZsaWNrci5jb20vcGhvdG9zL3dhaGphdmEvMjU2NDMwOTkxMC8K Pgo+IFRoYW5rIHlvdSB2ZXJ5IG11Y2guCj4gLS0KPiBBc2hpc2ggU2h1a2xhIOCkhuCktuClgOCk tyDgpLbgpYHgpJXgpY3gpLIKPiBodHRwOi8vd2FoamF2YS53b3JkcHJlc3MuY29tLwo+IMK3LS0g wrctIMK3wrfCt8K3IMK3LS0tIMK3LSDCt8K3wrctIMK3LSDCty0twrctwrcgLS3CtyAtLSDCty0g wrfCtyDCty3Ct8K3IMK3LcK3LcK3LSAtwrctwrcgLS0tIC0tCj4KCgpJJ20gZ2xhZCB0aGF0IHlv dSBoYXZlIENvbXBpeiBGdXNpb24gcnVubmluZy4gVW5mb3J0dW5hdGVseSwgSSBjYW4ndCBoZWxw CndpdGggdGhlIGZyYW1lcmF0ZTsgaXQncyBqdXN0IGFib3ZlIG15IGxldmVsIG9mIGV4cGVydGlz ZS4gTWF5YmUgc29tZW9uZQptb3JlIGV4cGVyaWVuY2VkIGNvdWxkIGhlbHAuIEJ5IHRoZSB3YXks IHRoZSBDb21waXogRnVzaW9uIGZvcnVtcyAoCmh0dHA6Ly9mb3J1bS5jb21waXotZnVzaW9uLm9y Zy8pIGFyZSBnb29kIGFzIHdlbGwsIGEgbG90IG9mIGtub3dsZWRnZWFibGUKcGVvcGxlIHRoZXJl Li4uCgpHb29kIGx1Y2sK