From owner-freebsd-questions@FreeBSD.ORG Sat Oct 2 16:08:54 2004 Return-Path: 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 A545716A4CE for ; Sat, 2 Oct 2004 16:08:54 +0000 (GMT) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A82D43D48 for ; Sat, 2 Oct 2004 16:08:54 +0000 (GMT) (envelope-from yuri.vanovermeeren@reston.demon.nl) Received: from reston.demon.nl ([212.238.216.87]:1479 helo=[192.168.1.100]) by post-24.mail.nl.demon.net with esmtp (Exim 4.34) id 1CDmRJ-000APa-8z; Sat, 02 Oct 2004 16:08:53 +0000 Message-ID: <415ED2A0.3020800@reston.demon.nl> Date: Sat, 02 Oct 2004 18:09:04 +0200 From: yuri van Overmeeren User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason References: <20041002140232.GC84014@monsterjam.org> In-Reply-To: <20041002140232.GC84014@monsterjam.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: video memory on intel extreme graphics? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: yuri.vanovermeeren@reston.demon.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 16:08:54 -0000 Jason wrote: >can someone explain this to me please > >from dmesg >agp0: detected 8060k stolen memory >agp0: aperture size is 128M > >so is my i810 video using 8meg or 128 meg or what? > > > Hi, The 128 Mb aperture is the maximum amount of system memory the AGP can use as graphics memory, it's using 8Mb currently (but it can use 128 Mb max). you can usually adjust aperture size in your bios. -yuri