From owner-freebsd-questions@FreeBSD.ORG Fri Aug 11 01:07:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 690F116A4E0 for ; Fri, 11 Aug 2006 01:07:27 +0000 (UTC) (envelope-from fysical@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id B868443D49 for ; Fri, 11 Aug 2006 01:07:24 +0000 (GMT) (envelope-from fysical@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1152570pyc for ; Thu, 10 Aug 2006 18:07:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Vex6L/iMP9sZVc9P+i4+L9tNeKDggRF+WDNtcGSx5pioX3B2DXrI6h5T7RfMRdkRQgD6Y7YrfBQN9aTEtm8MYOW5lUE06e0YyhQ2+fahdSjPb5ZQzXqfG4mIKV+p+wzP6+vdOfehKQNMS+7WUSDpdNmLPRrZUxUqD0Tk7b5Kr4U= Received: by 10.64.241.3 with SMTP id o3mr3260096qbh; Thu, 10 Aug 2006 18:07:23 -0700 (PDT) Received: by 10.65.124.13 with HTTP; Thu, 10 Aug 2006 18:07:23 -0700 (PDT) Message-ID: <73d604760608101807m5a0e62dej4f1cec24f691c797@mail.gmail.com> Date: Fri, 11 Aug 2006 06:37:23 +0530 From: "Viswas Nair" To: "Jonathan Horne" In-Reply-To: <47764.167.246.36.14.1155234752.squirrel@webmail.dfwlp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <73d604760608101039m8b6b758gad07d77f607c72b8@mail.gmail.com> <47764.167.246.36.14.1155234752.squirrel@webmail.dfwlp.org> Cc: freebsd-questions@freebsd.org Subject: Re: Intel 945G 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: Fri, 11 Aug 2006 01:07:27 -0000 I am unable to play quake 3 with this driver. In the intel website i found linux drivers. would these help? On 8/11/06, Jonathan Horne wrote: > > I have a HP 7600 desktop with FBSD 6. While setting up the system i did > > not > > find an Intel 945G in the listed options to select a video card. Where can > > i > > find this? > > > > Thanks, > > Viswas > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > > i have an hp 7100, and i just chose the 810i in my xorg.conf. works fine. > > [jhorne@athena ~]$ pciconf -lv > > agp0@pci0:2:0: class=0x030000 card=0x3006103c chip=0x25828086 rev=0x04 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82915G/GV/GL, 82910GL Integrated Graphics Device' > class = display > subclass = VGA > > > > and from my xorg.conf: > > Section "Device" > Identifier "Intel 810" > Driver "i810" > # VideoRam 8192 > # Insert Clocks lines here if appropriate > EndSection > > if your pciconf output is similar to mine, then those settings should > treat you pretty well. > > hth, > jonathan > >