From owner-freebsd-stable@FreeBSD.ORG Tue Nov 6 16:39:44 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FF50DFD for ; Tue, 6 Nov 2012 16:39:44 +0000 (UTC) (envelope-from zkolic@sbb.rs) Received: from smtp9.sbb.rs (smtp9.sbb.rs [89.216.2.41]) by mx1.freebsd.org (Postfix) with ESMTP id 76FA08FC0A for ; Tue, 6 Nov 2012 16:39:42 +0000 (UTC) Received: from mycenae (cable-178-148-109-45.dynamic.sbb.rs [178.148.109.45]) by smtp9.sbb.rs (8.14.0/8.14.0) with ESMTP id qA6GdTOY027905 for ; Tue, 6 Nov 2012 17:39:34 +0100 Received: by mycenae (Postfix, from userid 1001) id B84F25C2F; Tue, 6 Nov 2012 17:39:23 +0100 (CET) Date: Tue, 6 Nov 2012 17:39:23 +0100 From: Zoran Kolic To: freebsd-stable@freebsd.org Subject: Re: agp in kernel Message-ID: <20121106163923.GA1152@mycenae.sbb.rs> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-SMTP-Vilter-Version: 1.3.2 X-SBB-Virus-Status: clean X-SBB-Spam-Score: -2.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 16:39:44 -0000 > I am using latest nvidia-driver, and GENERIC 9.1-RC3, which has agp in the > kernel, and have no issues.. After a bit more posts reading , I found that people used one driver even for intel graphics: xf86-video-intel. Is it nece- ssary in case of 9.1 for hd3000? Do I have to change make.conf as a way to run kms? On 8 it was "intel" in xorg.conf. Should I change to "i915kms" now? Zoran