From owner-freebsd-acpi@FreeBSD.ORG Wed Oct 23 00:14:13 2013 Return-Path: Delivered-To: freebsd-acpi@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 ECB1CE3F; Wed, 23 Oct 2013 00:14:12 +0000 (UTC) (envelope-from andrewklaus@gmail.com) Received: from mail-vc0-x22e.google.com (mail-vc0-x22e.google.com [IPv6:2607:f8b0:400c:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9831D230A; Wed, 23 Oct 2013 00:14:12 +0000 (UTC) Received: by mail-vc0-f174.google.com with SMTP id ie18so44161vcb.33 for ; Tue, 22 Oct 2013 17:14:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yPAjMvlf9xx3c6BKwftUurmdAwA7WKAOzMBr+40fOM4=; b=0sS0yLlEERNTxu+UqdBxamc+DDTXbVMplur0i2BeEJM5etrn/shr0pN7joTU/E3ht2 W5vr+xV2YmKpS67XbXxguFfnnbgji3YaY/nUrG44S+YLvRpWi5cBdE5c55KQFtmwj8r2 DQ7kllzTVGyijD6fbpOsoAbhcua+nKMi94sgxP7w6RlDQs7R8k1fy4FRp/Lj4GucgDw9 P5GQVVGUMA4bMyThYDqO15xWyBU1xfIRPXuwVSeD8aaNGCnsSpU8rQvsoMPHSMgUycep 83p1YXmfWQ1MIAJcOqd0m8mxfX3aiYWsGy7uqP45VYHbtjDqZwy4qM4XmO6B7FeCfkDc er4w== MIME-Version: 1.0 X-Received: by 10.220.164.202 with SMTP id f10mr3127773vcy.25.1382487251641; Tue, 22 Oct 2013 17:14:11 -0700 (PDT) Received: by 10.220.93.74 with HTTP; Tue, 22 Oct 2013 17:14:11 -0700 (PDT) Received: by 10.220.93.74 with HTTP; Tue, 22 Oct 2013 17:14:11 -0700 (PDT) In-Reply-To: <201310221309.36908.jhb@freebsd.org> References: <201310221309.36908.jhb@freebsd.org> Date: Tue, 22 Oct 2013 18:14:11 -0600 Message-ID: Subject: Re: Suspend/Resume on Dell E6410 Laptop From: Andrew Klaus To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-acpi@freebsd.org X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 00:14:13 -0000 Awesome! Looks like that worked. The LCD turns back on dimmed down completely, but that's workable (turning up the brightness brings it back). Thanks a lot! Andrew On 2013-10-22 12:08 PM, "John Baldwin" wrote: > On Saturday, October 19, 2013 8:17:14 pm Andrew Klaus wrote: > > Mine uses the Intel 3000 graphics I believe. There's no Nvidia on this > > system. I did run the patch anyways, and it didn't seem to help on the > > modified kernel. > > Try suspending in X with VESA removed from your kernel. This has worked > reliably for some Thinkpad laptops using i915. The LCD will only turn back > on if you suspend/resume in X, but not at the console. > > -- > John Baldwin >