From owner-freebsd-current@FreeBSD.ORG Fri Feb 13 08:46:06 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C9D3106566C for ; Fri, 13 Feb 2009 08:46:06 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 43D7B8FC1A for ; Fri, 13 Feb 2009 08:46:05 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E0BC29CB07C; Fri, 13 Feb 2009 09:43:11 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bonEV9yak2qe; Fri, 13 Feb 2009 09:43:00 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 10AA39CB0ED; Fri, 13 Feb 2009 09:43:00 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n1D8gx81050211; Fri, 13 Feb 2009 09:42:59 +0100 (CET) (envelope-from rdivacky) Date: Fri, 13 Feb 2009 09:42:59 +0100 From: Roman Divacky To: Diego Depaoli Message-ID: <20090213084259.GA49903@freebsd.org> References: <20090211201436.GA14586@freebsd.org> <83e5fb980902111337l5dc4c74dq6041cac459ae570f@mail.gmail.com> <20090212083207.GA22952@freebsd.org> <83e5fb980902121349j1c2c4072n7d137f454060a979@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83e5fb980902121349j1c2c4072n7d137f454060a979@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current Subject: Re: nvidia users of Geforce 7050 PV X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 08:46:07 -0000 On Thu, Feb 12, 2009 at 10:49:50PM +0100, Diego Depaoli wrote: > On Thu, Feb 12, 2009 at 9:32 AM, Roman Divacky wrote: > >> That one? > >> (--) PCI:*(0@0:18:0) nVidia Corporation GeForce 7050 PV / nForce 630a > >> rev 162, Mem @ 0xfc000000/0, 0xd0000000/0, 0xfb000000/0, BIOS @ > >> 0x????????/131072 > >> > >> It works with 180.22 driver, Xorg 7.4 on -CURRENT #13: Wed Feb 11 > >> 21:44:42 CET 2009 > > > > yes... exactly! where did you get the first line? > > >From Xorg.log > > While in dmesg I get > > vgapci0: mem 0xfc000000-0xfcffffff,0xd0000000-0xdffffff > f,0xfb000000-0xfbffffff irq 21 at device 18.0 on pci0 I have different memory layout.... anyway I decided to throw away the nvidia blob and work on porting nouveau instead... thats a better long term solution thnx for your help! roman