From owner-freebsd-x11@FreeBSD.ORG Thu Jan 31 15:36:25 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 53F952C0; Thu, 31 Jan 2013 15:36:25 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [188.252.31.196]) by mx1.freebsd.org (Postfix) with ESMTP id D3F02E62; Thu, 31 Jan 2013 15:36:24 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id r0VFaMaf001823; Thu, 31 Jan 2013 16:36:22 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id r0VFaM2x001820; Thu, 31 Jan 2013 16:36:22 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 31 Jan 2013 16:36:22 +0100 (CET) From: Wojciech Puchar To: uki Subject: Re: Xorg help In-Reply-To: Message-ID: References: <510A724F.1070704@freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Thu, 31 Jan 2013 16:36:22 +0100 (CET) Cc: hackers@freebsd.org, x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 15:36:25 -0000 > >>> What driver should i use with Atom D525? xf86-video-intel29 is the only >>> one that works, in spite of market as not supported. > Citing https://wiki.freebsd.org/Intel_GPU > "Required usermode components are available in the ports tree, you > need to add WITH_NEW_XORG=true and WITH_KMS=true to /etc/make.conf. " > > the driver you should use is xf86-video-intel (rebuild X/kernel if you > just changed make.conf) > > I'm not sure if this is reqired, but my kernel has device i915kms and > device drm. With this configuration intel works perfectly. thank you very much. you mean rebuilding X server, X libraries or just xf86-video-intel and kernel?