From owner-freebsd-acpi@FreeBSD.ORG Tue Oct 22 18:08:47 2013 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81F9B518 for ; Tue, 22 Oct 2013 18:08:47 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59A542C47 for ; Tue, 22 Oct 2013 18:08:47 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 4086BB91A; Tue, 22 Oct 2013 14:08:46 -0400 (EDT) From: John Baldwin To: freebsd-acpi@freebsd.org Subject: Re: Suspend/Resume on Dell E6410 Laptop Date: Tue, 22 Oct 2013 13:09:36 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201310221309.36908.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 22 Oct 2013 14:08:46 -0400 (EDT) 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: Tue, 22 Oct 2013 18:08:47 -0000 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