From owner-freebsd-x11@FreeBSD.ORG Wed Jan 21 03:19:43 2009 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 CFC2E106566C for ; Wed, 21 Jan 2009 03:19:43 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id A561B8FC16 for ; Wed, 21 Jan 2009 03:19:43 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.2.111] (c-71-56-39-94.hsd1.ga.comcast.net [71.56.39.94]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n0L3IvUI097079 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Jan 2009 22:18:59 -0500 (EST) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Mark Andrews In-Reply-To: <200901210259.n0L2xIY0002460@drugs.dv.isc.org> References: <200901210259.n0L2xIY0002460@drugs.dv.isc.org> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-vgnUuZBqAt2Vb45jVePh" Organization: FreeBSD Date: Tue, 20 Jan 2009 22:19:24 -0500 Message-Id: <1232507970.1860.9.camel@wombat.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-x11@freebsd.org Subject: Re: How do I get the xf86-video-intel to work on a DELL D610 under FreeBSD 6.4? 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: Wed, 21 Jan 2009 03:19:44 -0000 --=-vgnUuZBqAt2Vb45jVePh Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2009-01-21 at 13:59 +1100, Mark Andrews wrote: > In message <200901210247.n0L2l7qw002241@drugs.dv.isc.org>, Mark Andrews w= rites: > >=20 > > In message <200901210237.n0L2bgIj002006@drugs.dv.isc.org>, Mark Andrews= write > > s: > > > > On Wed, 2009-01-21 at 13:19 +1100, Mark Andrews wrote: > > > > > > Ok, I think maybe I see what is going on. Try not loading > > > > > acpi_video. > > > > > > 6 doesn't appear to have vgapci which iirc, is needed for both = acpi > > > > > and > > > > > > agp to attach to the device. > > > > > >=3D20 > > > > > > robert. > > > > >=3D20 > > > > > That did it. Thanks. > > > > >=3D20 > > > > > Now where is the best place to record this bit of informa= tion > > > > > for others to find? > > > >=20 > > > > Looking at the tree, acpi_video looks like it has been in 6 for a l= ong > > > > time... at least 2 years. I'm not sure why vgapci was never MFC'd. > > > > This is only an issue on 6. 7 and 8 will allow both to attach via > > > > vgapci. > > > >=20 > > > > robert. > > >=20 > > > Do I need to file a PR for this? > > =20 > > I knew I had acpi_video in there for a reason. > > Shutting the lid gives a blank screen otherwise. > >=20 > > #!/bin/sh > > # deal with lid switch events > >=20 > > if [ "x$1" =3D x0x00 ]; then > > /usr/bin/logger -t Lid Closed at `/bin/date` > > /sbin/sysctl hw.acpi.video.lcd0.active=3D0 > > else > > /usr/bin/logger -t Lid Opened at `/bin/date` > > /sbin/sysctl hw.acpi.video.lcd0.active=3D1 > > fi >=20 > Should I just copy the driver from 7 or will it need to be > modified? I'm willing to test. You could try it, I can't think of anything off hand that would prevent it from working, but in order to MFC it, I would have to pull 6 trees and at least build test as well. robert. > > > > > Mark > > > >=20 > > > > --=3D-kWfl2Gm6SK1IXTFwAMWw > > > > Content-Type: application/pgp-signature; name=3D"signature.asc" > > > > Content-Description: This is a digitally signed message part > > > >=20 > > > > -----BEGIN PGP SIGNATURE----- > > > > Version: GnuPG v2.0.10 (FreeBSD) > > > >=20 > > > > iEYEABECAAYFAkl2iLAACgkQM4TrQ4qfROPjkACdEOFRJs0WV25HZuefJnJndppT > > > > WtAAnA0ACMcOoReRJ1l0dG43Coe4L8P/ > > > > =3DFg7f > > > > -----END PGP SIGNATURE----- > > > >=20 > > > > --=3D-kWfl2Gm6SK1IXTFwAMWw-- > > > >=20 > > > --=20 > > > Mark Andrews, ISC > > > 1 Seymour St., Dundas Valley, NSW 2117, Australia > > > PHONE: +61 2 9871 4742 INTERNET: Mark_Andrews@isc.org > > > _______________________________________________ > > > freebsd-x11@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org= " > > --=20 > > Mark Andrews, ISC > > 1 Seymour St., Dundas Valley, NSW 2117, Australia > > PHONE: +61 2 9871 4742 INTERNET: Mark_Andrews@isc.org > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" --=-vgnUuZBqAt2Vb45jVePh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEUEABECAAYFAkl2lDwACgkQM4TrQ4qfRONxdwCggol/lLbng26rsiQ0A0QXblSn VqwAljWJ9CPnJaahHzTnvrwP+Dcrky8= =IMRo -----END PGP SIGNATURE----- --=-vgnUuZBqAt2Vb45jVePh--