From owner-freebsd-current@FreeBSD.ORG Wed Mar 25 03:54:02 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 295B61065670; Wed, 25 Mar 2009 03:54:02 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 339E18FC20; Wed, 25 Mar 2009 03:54:00 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: by ewy19 with SMTP id 19so2067568ewy.43 for ; Tue, 24 Mar 2009 20:54:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=tyi1LIamZrmUZAdMcxvDLS4CWxAK8ZoNHyESWgP+vm0=; b=u0sXtClCy3txn4PX47yr3rHlwh++PS8XUY2uAmoTk1akCMUKTN3mVW/RHGBRqW7nFy HUaWEJ9ggDkMnyOVfqjhVuAYYYcQaJj2/m4A3yJGKqDs24Tmoqol6MXExiTxk3FAB1/N nAmW0A66S9f4PF0aKNAbxabBkCdkn1QdOp4nE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=r835N2/M9nf/lsDHLdtCuR8I5H1zgDtjmpNqtSu4FlD1Kp9ZDIbbs4IVDMWUMhcpsT aUkLOrixB7rCGPewE5bEygNKV3k9DCGUZf57BikvoEsD3XCbbCR24KZzovppZ3YCbe63 HeZWMo8WQUFEbkRajP46gc6xiEUsOp4UwPgEg= MIME-Version: 1.0 Received: by 10.210.19.7 with SMTP id 7mr6899461ebs.15.1237953240095; Tue, 24 Mar 2009 20:54:00 -0700 (PDT) In-Reply-To: <1237950378.1829.13.camel@balrog.2hip.net> References: <1236802980.00085518.1236789602@10.7.7.3> <200903162053.28614.jkim@FreeBSD.org> <179b97fb0903231416j4659101eu88dcc5ecf578167b@mail.gmail.com> <200903231728.46911.jkim@FreeBSD.org> <179b97fb0903232306y548144dx94836b534d9441dd@mail.gmail.com> <49C94D4C.5050104@egr.msu.edu> <179b97fb0903241631h76e8758dxd87900597a5cba4a@mail.gmail.com> <1237950378.1829.13.camel@balrog.2hip.net> Date: Tue, 24 Mar 2009 22:54:00 -0500 Message-ID: <179b97fb0903242054v30769c93t7ee8cf6318cdb90d@mail.gmail.com> From: Brandon Gooch To: Robert Noland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Adam McDougall , freebsd-current@freebsd.org, Jung-uk Kim Subject: Re: [HEADSUP] amd64 suspend/resume code to be comitted 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: Wed, 25 Mar 2009 03:54:02 -0000 On Tue, Mar 24, 2009 at 10:06 PM, Robert Noland wrote= : > On Tue, 2009-03-24 at 18:31 -0500, Brandon Gooch wrote: >> On Tue, Mar 24, 2009 at 4:14 PM, Adam McDougall w= rote: >> > Brandon Gooch wrote: >> >> >> >> On Mon, Mar 23, 2009 at 4:28 PM, Jung-uk Kim wrote= : >> >> >> >>> >> >>> On Monday 23 March 2009 05:16 pm, Brandon Gooch wrote: >> >>> >> >>>> >> >>>> The committed version is working well, I am suspending and resuming >> >>>> on my Lenovo X300. Thanks for your work on this, it is one of the >> >>>> major things I needed to work so I could run FreeBSD primarily on >> >>>> my notebook. >> >>>> >> >> >> >> I just finished a kernel build and it seems as though your >> >> recent commits have fixed the clock (at least for me)! >> >> >> >> I feel sorry for all the i386 folks on ACPI notebooks... >> >> >> >> Thanks! >> >> >> >> -Brandon >> >> >> > >> > Picking a semi-random message here.. >> > >> > Thanks for your work on this! =A0In the past (months ago) I tried the = patch >> > set which didn't work, but the code in -current lets me suspend and re= sume >> > successfully on my Dell Latitude E6500 (acpiconf -s 3)! =A0I think thi= s is a >> > first for me, of all the laptops I've had, none have ever been able to >> > suspend and resume in a successful or useful way, and I've been jealou= s of >> > the Thinkpad users that could claim otherwise. =A0I could suspend and = resume >> > fine while in the console, then I ran startx and the suspend and resum= e >> > worked while I was in X with intel graphics, however my system was slo= w >> > after that resume. =A0I didn't spend much time looking at it since I w= as at >> > work, and I didn't see any obvious reasons for the slowness (cpu frequ= ency >> > was fine, cx states were C2 or lower (C1), top showed mostly idle, no >> > evidence of an IRQ storm) yet processes ran fairly sluggish (not the m= ouse >> > or typing though). =A0I didn't go back to console, I just shut down wi= thout >> > trying any other situations yet. >> > >> > A tip I want to note for any users who may not have success with their >> > screen on resume: =A0In the past it seemed to help me to have a power-= on >> > password set in my BIOS since the BIOS will turn on the screen on resu= me to >> > ask me for my password. =A0I don't know if it is still helping me, but= I've >> > seen in the past where it has. >> > _______________________________________________ >> > freebsd-current@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-current >> > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.= org" >> > >> >> The sluggish response in X on Intel video has been an issue the past >> couple of days, triggered by suspend/resume or simply switching to VTY >> and back. > > I just committed code that should fix this... > > robert. > >> See this thread: >> http://lists.freebsd.org/pipermail/freebsd-current/2009-March/004968.htm= l >> >> Firefox is unusable, but xterms are still usable. I have to reboot to >> get back to "normal" >> >> -Brandon >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.or= g" > -- > Robert Noland > FreeBSD > I just updated source to rev. 190402 and I'm rebuilding my system; I'll give it a shot. Thanks! -Brandon