From owner-freebsd-current@FreeBSD.ORG Tue Aug 13 19:06:05 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A59A1D25 for ; Tue, 13 Aug 2013 19:06:05 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-vc0-x233.google.com (mail-vc0-x233.google.com [IPv6:2607:f8b0:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 668912D7E for ; Tue, 13 Aug 2013 19:06:05 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id ht10so4243056vcb.38 for ; Tue, 13 Aug 2013 12:06:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=oV3JYCni++Kpbi08wwsIvAVMajZgDt7ZD9pSsP1tgZ4=; b=SeqVdsPvGFPC+xGOEZQATK4XUHOglKgoWrWPtoS3JfXv46VzaW37jdpXe1A4F/8kXH LUsy74PTPXf4y+sx+HB1+jnPjpOHXQyjhzIILokbJ+cuzsc2Wn12ONZqDhkqAZaV5VWt UIbn09kvUraL7Q7sDZWhqpYL8MxElJK34SBFEuXjReMsru6DR7NMpJOnBEs3QLhXTaz0 NBjCyr7IMkHO8vS3adIk6km51jOR22IjxozeVwk/Q8KUrpSZCvnATnH6Sdt+aDyogXLq bJxxxuqDdP7/72LK0zSWFJUu4Mn5v5LmjFHAZi8xpmfUR1jCarHzEaRjZy2cEUREbX4V 4+/A== MIME-Version: 1.0 X-Received: by 10.52.34.40 with SMTP id w8mr4800467vdi.7.1376420764507; Tue, 13 Aug 2013 12:06:04 -0700 (PDT) Sender: markjdb@gmail.com Received: by 10.220.65.4 with HTTP; Tue, 13 Aug 2013 12:06:03 -0700 (PDT) In-Reply-To: References: Date: Tue, 13 Aug 2013 15:06:03 -0400 X-Google-Sender-Auth: AVR8nOBE8iDHZ5nhRv-rSqiwHj4 Message-ID: Subject: Re: Hang with nvidia-driver From: Mark Johnston To: Alex Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 13 Aug 2013 19:06:05 -0000 On Tue, Aug 13, 2013 at 2:37 PM, Alex wrote: > Hi. I just upgraded to revision 254271 and am experiencing a hang when slim > starts. The monitor goes blank (no signal) and the fans increase in speed, > suggesting high CPU usage. I have a GeForce GT 440. As suggested on the > forums, I tried setting "machdep.disable_mtrrs=1" at the boot loader, but > this did not help. > > Does anyone have any advice? > > Thanks, > Alex > I ran into a similar problem a few days ago. Applying the nvidia-driver Makefile patch from the follow-ups in the PR below and rebuilding the driver fixed the problem for me: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181144