From owner-freebsd-x11@FreeBSD.ORG Fri Jan 18 21:39:50 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 132EB16A417 for ; Fri, 18 Jan 2008 21:39:50 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id A522513C45A for ; Fri, 18 Jan 2008 21:39:49 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so1723187pyb.10 for ; Fri, 18 Jan 2008 13:39:49 -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:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=9bDBR+dbeFrQvq5PmdqyqWDvwKOe3AawvIC/JuYVeAA=; b=LmKwZxDPBdcHyFKRgf2MYfeyPUYh56xnnDz4Vm4MNlna3oBXjFrhHLXtSLGWE4y9l3REUPkLxZyVcOln4GQPL5uKxcHhl3pRpTcmP0C3UcgK6Ig84V2JLekczA2pGEqQrjn0H5GSFOSHBnCp4bDnOYOwZvIOo0X0D5+LQNNvyTo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=Ob/nTQlYiGDxzfTaAtSXRL4mUzskjTOTOY2zZPM+1+/1Sy2zpvpLW6OYHO+hAWF1ggPU7BPu2HT+c/6Abc07zbPuzlGqrzrdnaaruLvFWZfcuYWMKwMf0uFk2TTvupGjng8BqOcmj4NADzVFjq42oFdIl5/pwIBS0n+IMXO8/u0= Received: by 10.65.189.20 with SMTP id r20mr8283177qbp.48.1200690629655; Fri, 18 Jan 2008 13:10:29 -0800 (PST) Received: from flosoft.no-ip.biz ( [67.85.89.184]) by mx.google.com with ESMTPS id e15sm2871642qba.9.2008.01.18.13.10.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 18 Jan 2008 13:10:29 -0800 (PST) Message-ID: <479115C4.7020902@gmail.com> Date: Fri, 18 Jan 2008 16:10:28 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.9 (X11/20080117) MIME-Version: 1.0 To: Adam K Kirchhoff References: <200801181539.18735.adamk@voicenet.com> In-Reply-To: <200801181539.18735.adamk@voicenet.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: nvidia on 8.0-CURRENT X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 21:39:50 -0000 Adam K Kirchhoff wrote: > I realize that the nvidia drivers are not the FreeBSD developers' > responsibility and that they are not supported on -CURRENT, but I'm curious > if anyone has managed to get them working lately? They worked for me until > about a week ago when I updated again. I've since reinstalled the nvidia > drivers, but shortly after starting X, the system crashes with this: > Are you talking about nv or nvidia-driver.... nv works fine > FreeBSD/i386 (sorrow.ashke.com) (ttyd0) > > login: panic: pmap_remove_all: page 0xc5f27ae4 is fictitious > cpuid = 0 > KDB: enter: panic > [thread pid 952 tid 100139 ] > Stopped at kdb_enter+0x3a: movl $0,kdb_why > db> trace > Tracing pid 952 tid 100139 td 0xc649b220 > kdb_enter(c0b061a3,c0b061a3,c0b35767,ea3d9b70,0,...) at kdb_enter+0x3a > panic(c0b35767,c5f27ae4,c0b28ed1,746,c0b28ed1,...) at panic+0x12c > pmap_remove_all(c5f27ae4,0,c639b660,746,c0b28ed1,...) at pmap_remove_all+0x22 > vm_object_page_remove(c5ffac00,66dd,0,66de,0,...) at > vm_object_page_remove+0x159 > vm_object_sync(c5ffac00,66dd000,0,1000,1,...) at vm_object_sync+0x330 > vm_map_sync(c57240e8,28f32000,28f33000,1,1,...) at vm_map_sync+0x281 > msync(c649b220,ea3d9cfc,c,c0b0bd32,c0bb7bb8,...) at msync+0x6c > syscall(ea3d9d38) at syscall+0x2b3 > Xint0x80_syscall() at Xint0x80_syscall+0x20 > --- syscall (65, FreeBSD ELF32, msync), eip = 0x28355a4b, esp = 0xbfbfe44c, > ebp = 0xbfbfe468 --- > db> reboot > > Adam > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >