From owner-freebsd-questions@FreeBSD.ORG Sat Oct 2 17:45:53 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 DEDEF16A4CF for ; Sat, 2 Oct 2004 17:45:53 +0000 (GMT) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA4B43D46 for ; Sat, 2 Oct 2004 17:45:53 +0000 (GMT) (envelope-from yuri.vanovermeeren@reston.demon.nl) Received: from reston.demon.nl ([212.238.216.87]:1667 helo=[192.168.1.100]) by post-23.mail.nl.demon.net with esmtp (Exim 4.34) id 1CDnxA-000LY6-Ei for freebsd-questions@freebsd.org; Sat, 02 Oct 2004 17:45:52 +0000 Message-ID: <415EE95D.9060109@reston.demon.nl> Date: Sat, 02 Oct 2004 19:46:05 +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: freebsd-questions@freebsd.org References: <20041002140232.GC84014@monsterjam.org> <415ED2A0.3020800@reston.demon.nl> <415EDB3E.4080408@reston.demon.nl> In-Reply-To: <415EDB3E.4080408@reston.demon.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 17:45:54 -0000 Jason wrote: > thanks for the info.. > my bios only has settings for 1Mb and 8M. Ive got it set to 8Mb now.. > so If in my xorg.conf, I have VideoRam 32768 > does this influence what the video card will use? I have that in my > config now.. can I tell how much memory my video card is using? > > Yes, if you set it to 1 Mb you probably can not go above 640x480 24bit colour in X, I think 1024x768 max but only at 8 bit colour, so 8 Mb is better. As far as I know it's best to leave the VideoRam setting in xorg.conf commented out, In most cases the driver detects the memory X can use. The setting influences how much memory X uses for video modes, setting it too high can cause problems. -yuri