From owner-freebsd-questions@freebsd.org Tue May 3 19:42:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D34FB2CFDB for ; Tue, 3 May 2016 19:42:29 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BFB51E39 for ; Tue, 3 May 2016 19:42:29 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u43JgNS2047386 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 3 May 2016 13:42:23 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u43JgMLh047383; Tue, 3 May 2016 13:42:22 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 3 May 2016 13:42:22 -0600 (MDT) From: Warren Block To: Manish Jain cc: Polytropon , freebsd-questions@freebsd.org, galtsev@kicp.uchicago.edu Subject: Re: Is 10.3 i386 jinxed ? In-Reply-To: Message-ID: References: <20160430084415.03be443d.freebsd@edvax.de> <5724604D.3020804@hotmail.com> <20160430203426.a9d5841b.freebsd@edvax.de> <5725CF38.4090007@hotmail.com> <572752E2.2040708@hotmail.com> <20160503181839.2aacad7e.freebsd@edvax.de> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 03 May 2016 13:42:23 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 19:42:29 -0000 On Tue, 3 May 2016, Manish Jain wrote: > Is there any way I can find out whether the video RAM is part of the main > memory or is it wired into a chip ? If it has an Intel GPU only, then video RAM is from system RAM. If it has an additional Nvidia or ATI/AMD GPU... it still probably uses the main RAM. If it has an additional GPU that is truly discrete, that could have its own RAM. So "does it have a second GPU?" is the first question. Posting the exact model number might help answer that.