How do I get the xf86-video-intel to work on a DELL D610 under FreeBSD 6.4?

Robert Noland rnoland at FreeBSD.org
Tue Jan 20 19:19:44 PST 2009


On Wed, 2009-01-21 at 13:59 +1100, Mark Andrews wrote:
> In message <200901210247.n0L2l7qw002241 at drugs.dv.isc.org>, Mark Andrews writes:
> > 
> > In message <200901210237.n0L2bgIj002006 at 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.

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
> > > > 
> > > > --=-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 at isc.org
> > > _______________________________________________
> > > freebsd-x11 at freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"
> > -- 
> > Mark Andrews, ISC
> > 1 Seymour St., Dundas Valley, NSW 2117, Australia
> > PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at isc.org
> > _______________________________________________
> > freebsd-x11 at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> > To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090121/59fa77a1/attachment.pgp


More information about the freebsd-x11 mailing list