From owner-freebsd-questions@FreeBSD.ORG Wed Sep 12 12:56:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CDAB16A417 for ; Wed, 12 Sep 2007 12:56:25 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 32EF213C442 for ; Wed, 12 Sep 2007 12:56:24 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (showcase.tulsatech.com [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id AAA02154CC3; Wed, 12 Sep 2007 07:56:26 -0500 (CDT) Message-ID: <46E7E1E3.3090105@cs.okstate.edu> Date: Wed, 12 Sep 2007 07:56:03 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.6 (X11/20070809) MIME-Version: 1.0 To: Nikos Vassiliadis References: <200709121542.49212.nvass@teledomenet.gr> In-Reply-To: <200709121542.49212.nvass@teledomenet.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: modular Xorg: which driver? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2007 12:56:25 -0000 Written by Nikos Vassiliadis on 09/12/07 07:42>> > Hello, > > I am building Xorg, and I am about to > choose drivers. My guess is I810. > Would that be OK? > > vgapci0@pci0:2:0: class=0x030000 card=0x12bc103c chip=0x25728086 rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82865G Integrated Graphics Device' > class = display > subclass = VGA > > Thanks > > Nikos You are correct. This device can be accelerated with dri as of 6-STABLE around February 2007. The correct drm module to load is i915. reid@abteilung ~> pciconf -lv | grep -A 4 agp agp0@pci0:2:0: class=0x030000 card=0x01511028 chip=0x25728086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82865G Integrated Graphics Device' class = display subclass = VGA