From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 5 20:35:17 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id A154D10656B0; Thu, 5 Aug 2010 20:35:16 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-hackers@freebsd.org, Christian Zander Date: Thu, 5 Aug 2010 16:35:01 -0400 User-Agent: KMail/1.6.2 References: <20100805200022.GB3610@panther.nvidia.com> In-Reply-To: <20100805200022.GB3610@panther.nvidia.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201008051635.09273.jkim@FreeBSD.org> Cc: "freebsd-hackers@freebsd.org" , Oleg Sharoyko Subject: Re: PCI config space is not restored upon resume (macbook pro) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2010 20:35:17 -0000 On Thursday 05 August 2010 04:00 pm, Christian Zander wrote: > When using the NVIDIA driver, you will need to make sure that > you're using 256.44, you'll need to be running X at the time of > entry to S3/S4, and you'll need to make sure you've switched > away from X's VT (this didn't happen automatically on FreeBSD > last time I checked). We *do* switch VTs unless it is explicitly turned off by 'sysctl hw.syscons.sc_no_suspend_vtswitch=1'. However, it was slightly broken but I fixed it recently. http://svn.freebsd.org/viewvc/base?view=revision&revision=210303 > However, NVIDIA suspend/resume is largely untested on FreeBSD. That's very sad news. :-( Jung-uk Kim