Date: Thu, 13 Feb 2014 10:48:53 +0100 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= <jean-sebastien.pedron@dumbbell.fr> To: freebsd-x11@freebsd.org Subject: Re: Trying to get intel driver to work with Xorg on stable10-amd64, GM965 chipset Message-ID: <52FC9505.8050902@dumbbell.fr> In-Reply-To: <52FC3402.6050309@charter.net> References: <52FC3402.6050309@charter.net>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --L8VxRanBo6Lp0ioMuCXrKQpSghTN9O6Me Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 13.02.2014 03:54, Andrew Lankford wrote: > I have a Dell vostro 1400 laptop (~2008ish). Prior to building Xorg > with KMS NEW_XORG options, DRI on my intel chipset worked so-so. After= > an upgrade or two with the new options, the intel driver somehow worked= > without the DRI/DRM/etc. Now after a fresh build, Xorg doesn't use the= > intel driver at all. I can only get the vesa driver to give me > 1024x768x24. A test of the intel driver, Xorg config info, and lots of= > debugging info is attached. >=20 > It would be nice to Xorg fully working again, but I'm not sure what to > make of the error messages and not sure what to try next. >=20 > Any hints? Hi Andrew! Looking at the list of loaded kernel modules, I see that you have the old (non-KMS) and the new (KMS) drivers loaded at the same time: 12 1 0xffffffff80d2c000 ac440 i915kms.ko ... 17 1 0xffffffff80e55000 d5e8 i915.ko You don't want to load i915.ko. If you changed /boot/loader.conf to load them at boot time, remove those two lines. The appropriate kernel module will be loaded automatically when X.Org starts. Furthermore, you can run X.Org without a configuration file: it can autodetect hardware and configure itself correctly most of the time. Another minor detail, the WITH_KMS flag in /etc/make.conf is not used anymore by any ports. You can remove this line: WITH_KMS=3Dyes You can find an up-to-date procedure to install WITH_NEW_XORG ports on the wiki: https://wiki.freebsd.org/Graphics#Installing_KMS_Ports --=20 Jean-S=E9bastien P=E9dron --L8VxRanBo6Lp0ioMuCXrKQpSghTN9O6Me Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJS/JUJAAoJEDnpl2Gl/ZTMF0oP/jhcLzUhUM+5enAjVlm6pwo1 +u+DKXEsn5Br732VhoZ5/v5IwSpttZcZ8PUjtEmB+Ce5rtaALvLkTNBt76Iekjb7 EXWpH7LnWKVDdsTfEOaCKOcg07Dsvh0gYFWF5qB+Ib2i0NjyoOrKz0ZV5GGMH1TJ uv+jhdovUAYkqIjRliASSYWA5FOEcGn6O5cMsOlXH4/xYl7HAOMG+WJ70KgZWFzj g9anGrQZkULhuOtyccVcg1BZdzVR5CkscHSpaaPL5mefnErJWdIn2BL67dhPOTnD i37C7EVuc5YwTeFXcVguGvz+qCv3CYCa6o9Lkdn4brWJxxYh4yeLlBPd5eSxCyRR HEfOCXr4GV4p62R9pjW4ZerePcikK+DjTQba0YLHRu/VXg3EB5TH9a/XBe7p9jfF Z7qvdNo6hx1KHb5ZxSvwmxkt/7Pvto9+JDcAN3fzxcIaXqfMRP5qWItlcCWuLQSW Kad7YwWZ9vjCeIvDp38LadC6DMzbXew/6au2hUxr1NfYruoWIrabml2qqszDmVjG ZTlcQSkssi5uGM8oQ+25DnUnFg2VlT3rfMVcGYNM0E6qYZFFclIT91X4vr1rxwAi OxOoyOF25bN1y7LnnpcoF9EY8Vj81tymWtNu22BJgKibtvvFPrZQ8Ph1lLtiqYXB VELgPXIlrB4yfKfMciar =sN27 -----END PGP SIGNATURE----- --L8VxRanBo6Lp0ioMuCXrKQpSghTN9O6Me--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52FC9505.8050902>