From owner-freebsd-x11@FreeBSD.ORG Wed Jan 21 02:59:23 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 0054610656C0 for ; Wed, 21 Jan 2009 02:59:22 +0000 (UTC) (envelope-from Mark_Andrews@isc.org) Received: from mx.isc.org (mx.isc.org [IPv6:2001:4f8:0:2::1c]) by mx1.freebsd.org (Postfix) with ESMTP id D53848FC0A for ; Wed, 21 Jan 2009 02:59:22 +0000 (UTC) (envelope-from Mark_Andrews@isc.org) Received: from farside.isc.org (farside.isc.org [IPv6:2001:4f8:3:bb::5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "farside.isc.org", Issuer "ISC CA" (verified OK)) by mx.isc.org (Postfix) with ESMTPS id 4021D11401C for ; Wed, 21 Jan 2009 02:59:21 +0000 (UTC) (envelope-from Mark_Andrews@isc.org) Received: from drugs.dv.isc.org (drugs.dv.isc.org [IPv6:2001:470:1f00:820:214:22ff:fed9:fbdc]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "drugs.dv.isc.org", Issuer "ISC CA" (not verified)) by farside.isc.org (Postfix) with ESMTP id 88D48E6064 for ; Wed, 21 Jan 2009 02:59:20 +0000 (UTC) (envelope-from marka@isc.org) Received: from drugs.dv.isc.org (localhost [127.0.0.1]) by drugs.dv.isc.org (8.14.3/8.14.3) with ESMTP id n0L2xIY0002460 for ; Wed, 21 Jan 2009 13:59:18 +1100 (EST) (envelope-from marka@drugs.dv.isc.org) Message-Id: <200901210259.n0L2xIY0002460@drugs.dv.isc.org> Cc: freebsd-x11@freebsd.org From: Mark Andrews In-reply-to: Your message of "Wed, 21 Jan 2009 13:47:07 +1100." <200901210247.n0L2l7qw002241@drugs.dv.isc.org> Date: Wed, 21 Jan 2009 13:59:18 +1100 Sender: Mark_Andrews@isc.org X-Spam-Status: No, score=-3.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, MISSING_HEADERS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mx.isc.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 02:59:23 -0000 In message <200901210247.n0L2l7qw002241@drugs.dv.isc.org>, Mark Andrews writes: > > 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. > > > > >=20 > > > > > robert. > > > >=20 > > > > That did it. Thanks. > > > >=20 > > > > Now where is the best place to record this bit of information > > > > for others to find? > > > > > > Looking at the tree, acpi_video looks like it has been in 6 for a long > > > 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. > > > > > > robert. > > > > Do I need to file a PR for this? > > I knew I had acpi_video in there for a reason. > Shutting the lid gives a blank screen otherwise. > > #!/bin/sh > # deal with lid switch events > > if [ "x$1" = x0x00 ]; then > /usr/bin/logger -t Lid Closed at `/bin/date` > /sbin/sysctl hw.acpi.video.lcd0.active=0 > else > /usr/bin/logger -t Lid Opened at `/bin/date` > /sbin/sysctl hw.acpi.video.lcd0.active=1 > fi Should I just copy the driver from 7 or will it need to be modified? I'm willing to test. > > > > Mark > > > > > > --=-kWfl2Gm6SK1IXTFwAMWw > > > 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) > > > > > > iEYEABECAAYFAkl2iLAACgkQM4TrQ4qfROPjkACdEOFRJs0WV25HZuefJnJndppT > > > WtAAnA0ACMcOoReRJ1l0dG43Coe4L8P/ > > > =Fg7f > > > -----END PGP SIGNATURE----- > > > > > > --=-kWfl2Gm6SK1IXTFwAMWw-- > > > > > -- > > 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" > -- > 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" -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark_Andrews@isc.org