From owner-freebsd-acpi@FreeBSD.ORG Fri Sep 6 00:24:49 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 5EB191B8; Fri, 6 Sep 2013 00:24:49 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A05C29FA; Fri, 6 Sep 2013 00:24:48 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id f12so2285332wgh.26 for ; Thu, 05 Sep 2013 17:24:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=VUz4d8ArHjwQOVoxN0NmNauovwVhOCsb+qv2AoSPskA=; b=KBsIwyCE2ZBNV4IL+A3V316oWQUN5/akTIHfZ64J2HOf0q7MZsBlrNBccoYM0AtqZp ZQ2cAy+op1IF6qewQLlqYCGyE8sMwPkUjr6dCw/yC5R7+0efJx1os9itPDUbfNQwodNH ox4m25wCnfYPLLdjJbEMFI9wC0QRafdg7ng5Jkv+xnyCAMOtr1eEjj5zUQg51/CugKaV Y9WNLEG7Z6MItnPNbL7xtogRwIoyEdRQFSIKCDubYFrGSXvcDZGH/hsVzWtQY32ZDUgB 2CLkJw+04z0TPMWMQfB5xOu21wGNJJySq7vYbjYUKDnnWXPzqm7PeF87NkGwZV2Bjmk3 k2Ig== MIME-Version: 1.0 X-Received: by 10.194.122.99 with SMTP id lr3mr8741480wjb.21.1378427086738; Thu, 05 Sep 2013 17:24:46 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Thu, 5 Sep 2013 17:24:46 -0700 (PDT) In-Reply-To: <5228EA57.5000005@FreeBSD.org> References: <521D03AE.3050709@sics.se> <201309031647.47650.jhb@freebsd.org> <522669AF.5000209@FreeBSD.org> <201309040929.35903.jhb@freebsd.org> <52276554.6020807@FreeBSD.org> <522791D2.9050606@FreeBSD.org> <5227B893.1000509@FreeBSD.org> <5227CAF0.5040300@FreeBSD.org> <5228EA57.5000005@FreeBSD.org> Date: Thu, 5 Sep 2013 17:24:46 -0700 X-Google-Sender-Auth: ozLMTGzTiNGwaGX2Hk9wBBWIDvM Message-ID: Subject: Re: suspend/resume on Lenovo X1 (regression from reports on wiki) From: Adrian Chadd To: Jung-uk Kim Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Laura Marie Feeney , freebsd-acpi , Kevin Oberman , Gleb Smirnoff , "Sergey A. Osokin" , =?ISO-8859-1?Q?Jean=2DS=E9bastien_P=E9dron?= 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: Fri, 06 Sep 2013 00:24:49 -0000 Whoa whoa. I'm confused. Well, a bit. How is it up to syscons to fix the backlight configuration, which seems to be a large part of the problem here? Or what else is going on here with restoring the system state? I'm worried that we'll have the same problem with newcons, with or without KMS. Why would KMS get involved if I'm in console mode doing 80x60 text? :) -adrian