From owner-freebsd-x11@FreeBSD.ORG Wed Dec 23 18:00:05 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 703BC1065676 for ; Wed, 23 Dec 2009 18:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3832C8FC15 for ; Wed, 23 Dec 2009 18:00:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBNI05dP098027 for ; Wed, 23 Dec 2009 18:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBNI05bY098026; Wed, 23 Dec 2009 18:00:05 GMT (envelope-from gnats) Date: Wed, 23 Dec 2009 18:00:05 GMT Message-Id: <200912231800.nBNI05bY098026@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Kalman Takacs Cc: Subject: Re: ports/141853: x11/xorg X doesn't start with 'intel' (Asus P5QPL-AM G41 express X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kalman Takacs List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2009 18:00:05 -0000 The following reply was made to PR ports/141853; it has been noted by GNATS. From: Kalman Takacs To: bug-followup@FreeBSD.org, takacsk2004@yahoo.com Cc: Subject: Re: ports/141853: x11/xorg X doesn't start with 'intel' (Asus P5QPL-AM G41 express Date: Wed, 23 Dec 2009 09:30:50 -0800 (PST) --0-1611350212-1261589450=:50808 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable The problem has been solved with the help of the FreeBSD Forum: http://foru= ms.freebsd.org/showthread.php?t=3D9606 Three files should be patched: /sys/dev/drm/drm_pciids.h /sys/dev/drm/i915_drv.h /sys/dev/agp/agp_i810.c Patch for '/sys/dev/drm/drm_pciids.h' and '/sys/dev/drm/i915_drv.h' is avai= lable here: http://gitorious.org/~mlaier/freebsd/mlaiers-clone/commit/ca939= 1509dfc861db04ac8329569afb005e7be70 Patch for 'sys/dev/agp/agp_i810.c': Add after line 177: {0x2E328086, CHIP_G4X, 0x00020000, =A0=A0=A0 =A0=A0=A0 "Intel G41 SVGA controller"}, 176 176=A0 {0x2E228086, CHIP_G4X, 0x00020000, 177 177=A0 =A0=A0=A0 "Intel G45 SVGA controller"}, =A0=A0=A0 {0x2E328086, CHIP_G4X, 0x00020000, =A0=A0=A0 =A0=A0=A0 "Intel G41 SVGA controller"}, =A0=A0=A0 {0, 0, 0, NULL} =0A=0A=0A --0-1611350212-1261589450=:50808 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
The problem has been solved with the help of = the FreeBSD Forum: h= ttp://forums.freebsd.org/showthread.php?t=3D9606

Three fi= les should be patched:
/sys/dev/drm/drm_pciids.h
/sys/dev/drm/i915_dr= v.h
/sys/dev/agp/agp_i810.c


Patch for '/sys/dev/drm/drm_pciid= s.h' and '/sys/dev/drm/i915_drv.h' is available here: http://gitorious.org/~mlaier/freebsd/mlaiers-clone/commit/ca93915= 09dfc861db04ac8329569afb005e7be70

Patch for 'sys/dev/agp/= agp_i810.c':
Add after line 177:
{0x2E328086, CHIP_G4X, 0x00020000,        "Intel G41 SVGA controller"},

176 176  {0x2= E228086, CHIP_G4X, 0x00020000,
177 177      "Intel G= 45 SVGA controller"},
    {0x2E328086, CHIP_G4X, 0x000200= 00,
        "Intel G41 SVGA controller"},<= br>    {0, 0, 0, NULL}


=0A=0A = --0-1611350212-1261589450=:50808--