From owner-freebsd-questions@FreeBSD.ORG Sat Jan 10 10:10:55 2009 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 5042C1065675 for ; Sat, 10 Jan 2009 10:10:55 +0000 (UTC) (envelope-from gpagnoni@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 053CB8FC08 for ; Sat, 10 Jan 2009 10:10:54 +0000 (UTC) (envelope-from gpagnoni@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so4110781ywe.13 for ; Sat, 10 Jan 2009 02:10:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=uMu9pdvqfT/QXCWi88m133pfVPfDHCQ/02PeoHC95YI=; b=SnPCsO/hyy9UIi7OiTT2PmVo1UAlJweBLUG+qX1TzzcFVj7KDAL8xDr0oQ5D1kzGkc DphLyYYeGDz22kMhLJBpB9NK5fYvplTATFu2e+orEcjUuAAFdSp6e/Zn7BGPYY0/jkYt GCk1J41/ZVoykXuxbctfah9zvxCD6/ik3V9lw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=XQ1fAxLk+q8pIRp0aBcvJSn8gJQB+9iWrhq2q0cccFElT8GX/ZRtD+OAWPBe7onGwJ k5HN47xMkE5Y/VG8vSJoMr3DbHwsbVKcYTLHP5MV/VZIvb6Q8dVExq/Mz9hW0YVYtX2H qTD0ImTC8hEkuYjDN7fxZWT7z6yABPChLVGSc= Received: by 10.64.232.9 with SMTP id e9mr18617025qbh.13.1231582254171; Sat, 10 Jan 2009 02:10:54 -0800 (PST) Received: by 10.65.137.10 with HTTP; Sat, 10 Jan 2009 02:10:54 -0800 (PST) Message-ID: <92056ebc0901100210wf0002b1s6e846b5b1dc57df7@mail.gmail.com> Date: Sat, 10 Jan 2009 11:10:54 +0100 From: "Giuseppe Pagnoni" To: "Paul B. Mahol" In-Reply-To: <3a142e750901090017j752744b7lc457903acf70b001@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <92056ebc0901061334o40f37463y84cdfda54e281126@mail.gmail.com> <4963EE76.1050808@datapipe.com> <92056ebc0901062317n2022daf2s8990dc78255f87e4@mail.gmail.com> <200901081344.23105.pieter@degoeje.nl> <92056ebc0901080911g5a144fc3o9f957ad92bb11aa@mail.gmail.com> <92056ebc0901082358g46579ecdp9ec6b63bc4acdb77@mail.gmail.com> <3a142e750901090017j752744b7lc457903acf70b001@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.1, nvidia-driver, GeForce 8500 GT 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: Sat, 10 Jan 2009 10:10:55 -0000 perhaps, I need to deinstall and reinstall nvidia-driver after having changed boot/loader.conf? g. On Fri, Jan 9, 2009 at 9:17 AM, Paul B. Mahol wrote: > On 1/9/09, Giuseppe Pagnoni wrote: >> ---------- Forwarded message ---------- >> From: Giuseppe Pagnoni >> Date: Thu, Jan 8, 2009 at 6:11 PM >> Subject: Re: FreeBSD 7.1, nvidia-driver, GeForce 8500 GT >> To: Pieter de Goeje >> >> >> Dear Pieter, >> >> thanks for the information. Unfortunately, putting the line >> hw.physmem="3G" in /boot/loader.conf as you suggested does not prevent >> the system from crashing when starting X (even using "2G"), while > > You rebooted after that change? > >> taking physically out the 2G memory bank from the motherboard does. >> That's a pity because this being a dual boot system, I could have left >> the 4 GB of RAM in when using the other OS.... Is there any other >> option that you would be aware of? >> >> thanks again >> >> giuseppe >> >> On Thu, Jan 8, 2009 at 1:44 PM, Pieter de Goeje wrote: >>>> >>>> How much memory do you have? Freebsd/Nvidia doesn't work with 4Gigs >>>> >>>> of memory OR PAE enabled kernels. Nvidia's forums have lots more >>>> >>>> information >>>> >>>> regarding this. >>>> >> >>>> >> I'm not sure of the internals exactly, but the amount of onboard >>>> >> memory >>>> >> plus the memory that comes with the card can't exceed 4G. (I could be >>>> >> wrong, but I think this is accurate). In this case, assuming you have >>>> >> a >>>> >> 512M card or similar then 3 Gigs of memory should work. I have seen >>>> >> reports of 2Gigs of memory working (i386) and am sure that works >>>> >> without >>>> >> problems. amd64 doesn't work at all, as you have already stated. >>>> >> >>>> >> If you have a requirement to use the nvidia based graphics driver, >>>> >> then >>>> >> you really don't have an alternative at this time, then to remove >>>> >> system >>>> >> memory from your main board. >>>> >> >>>> >> ~Paul >>> >>> Putting hw.physmem="3G" in /boot/loader.conf might also work. >>> >>> -- >>> Pieter de Goeje >>> >>> >> >> >> >> -- >> Giuseppe Pagnoni >> Dip. Scienze Biomediche >> Sezione Fisiologia >> Univ. di Modena e Reggio Emilia >> Via Campi 287 >> I-41100 Modena, Italy >> Tel: +39-059-205-5742 >> Fax: +39-059-205-5363 >> >> >> >> -- >> Giuseppe Pagnoni >> Dip. Scienze Biomediche >> Sezione Fisiologia >> Univ. di Modena e Reggio Emilia >> Via Campi 287 >> I-41100 Modena, Italy >> Tel: +39-059-205-5742 >> Fax: +39-059-205-5363 >> _______________________________________________ >> 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" >> > > > -- > Paul > -- Giuseppe Pagnoni Dip. Scienze Biomediche Sezione Fisiologia Univ. di Modena e Reggio Emilia Via Campi 287 I-41100 Modena, Italy Tel: +39-059-205-5742 Fax: +39-059-205-5363