From owner-freebsd-current@FreeBSD.ORG Sun Jun 11 21:09:01 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F6216A418; Sun, 11 Jun 2006 21:09:01 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D0D743D46; Sun, 11 Jun 2006 21:09:01 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [207.115.4.147]) by ylpvm43.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k5BL934O003990; Sun, 11 Jun 2006 17:09:03 -0400 X-ORBL: [71.139.104.128] Received: from [10.0.5.50] (ppp-71-139-104-128.dsl.snfc21.pacbell.net [71.139.104.128]) by pimout7-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k5BL8uIt165358; Sun, 11 Jun 2006 17:08:57 -0400 Message-ID: <448C8601.6040903@root.org> Date: Sun, 11 Jun 2006 14:07:13 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: Stefan Ehmann References: <448B04D0.1040302@root.org> <200606112206.01122.shoesoft@gmx.net> <448C7E3A.6000103@root.org> <200606112256.59515.shoesoft@gmx.net> In-Reply-To: <200606112256.59515.shoesoft@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: acpi@freebsd.org, freebsd-current@freebsd.org Subject: Re: resume changes, please test 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: Sun, 11 Jun 2006 21:09:01 -0000 Stefan Ehmann wrote: > On Sunday 11 June 2006 22:34, Nate Lawson wrote: >> Stefan Ehmann wrote: >>> On Saturday 10 June 2006 19:43, Nate Lawson wrote: >>>> I've committed some overall minor changes to the resume assembly code as >>>> a result of a code review. Please test to be sure nothing was broken, >>>> and perhaps something got improved along the way. >>>> >>>> Now there is also a tunable/sysctl "debug.acpi.resume_beep". Setting it >>>> to 1 will beep the pc speaker very early in resume so we can figure out >>>> if hangs on resume are a driver or acpi problem. >>> Just updated my Toshiba M30X notebook. >>> >>> With old kernel (probably some weeks old): >>> Resume worked, most of the time I had to press Fn+F5 to switch back to X. >>> Otherwise worked fine. >>> (Fn+F5 switches between TFT and external monitor normally) >>> >>> Kernel from today: >>> If in X, resume works fine (Don't have to press Fn+F5 to get back to X). >>> >>> But console is strange. Normally the console uses the whole screen, after >>> resume it takes maybe half of the screen (a small region in the middle of >>> the screen is used). >>> >>> If I suspend while in console, resume basically works but I can't see >>> anything on the display. I can still ssh to the notebook. >> Try enabling hw.acpi.reset_video (sysctl or tunable). Perhaps the >> default used to be 1 for you. > > Indeed, everything works again as before. > > Thanks. Great to hear. The default was changed from on to off since it causes problems on some systems. -- Nate