From owner-freebsd-stable@FreeBSD.ORG Fri May 25 07:51:39 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E9661065672; Fri, 25 May 2012 07:51:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id F0A5E8FC0A; Fri, 25 May 2012 07:51:38 +0000 (UTC) Received: by dadv36 with SMTP id v36so954299dad.13 for ; Fri, 25 May 2012 00:51:38 -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 :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=6BneaLmeDisiqUVRXbPjHRW3C2hUUIr3OVj4ejgb+hc=; b=XWBNYKcxsUbngXvTFC1ptx1Jh13wKvEaQQOdpo3JkEnCezgc9tJoC22nTcJq74NEub pN1E6hZO76kLoyHZ2DnNoT74QJ6COZa8OJtGIVp3/+DHLWP1oMncWVNqcnCeJUtrYMGw SxVi/wvBXz3FYUW0oVLJZAuj2uChWM+gmE+RT7rYAenQPYi986UXZnAxSFS3aITUsWAW ut5pqejKVrsoBFH50n84d2I79EDracWmxSVyXtqIxPEAO2uRNI+Pg4t6NQtdxfBZHvv/ lGKexzt27nXmeqih0szd67jB+MV0lauJexTqv7T0zLxP3FORvfyumcW9mzF9H/CDSxLC bqnA== MIME-Version: 1.0 Received: by 10.68.211.170 with SMTP id nd10mr30281167pbc.68.1337932298474; Fri, 25 May 2012 00:51:38 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.142.203.2 with HTTP; Fri, 25 May 2012 00:51:38 -0700 (PDT) In-Reply-To: <20120525.134903.05583594.iwasaki@jp.FreeBSD.org> References: <20120525.134903.05583594.iwasaki@jp.FreeBSD.org> Date: Fri, 25 May 2012 00:51:38 -0700 X-Google-Sender-Auth: Y26KdQr7qoCOHpGpcLBQfPr10X8 Message-ID: From: Adrian Chadd To: Mitsuru IWASAKI Content-Type: text/plain; charset=ISO-8859-1 Cc: iwasaki@freebsd.org, freebsd-stable@freebsd.org, jkim@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: STABLE/9 SMP ACPI suspend/resume - video mode not being restored X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2012 07:51:39 -0000 Hi, No, I didn't have vesa loaded. I'll load that now and try tomorrow after a reboot. Yes, I tried switching VTYs, each VTY had the same issue. I guess the driver isn't doing a VGA mode change when I switch VTYs unless the screens are in different modes? FWIW, Xorg suspend/resume via the "switch to VTY before suspending" hack works on this Thinkpad T60. It's not optimal but hey, it _does_ work. :) Adrian