From owner-freebsd-current@freebsd.org Fri Sep 9 00:10:14 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5C44BD1284 for ; Fri, 9 Sep 2016 00:10:14 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-oi0-x22f.google.com (mail-oi0-x22f.google.com [IPv6:2607:f8b0:4003:c06::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 791DFA91; Fri, 9 Sep 2016 00:10:14 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-oi0-x22f.google.com with SMTP id y2so102956833oie.0; Thu, 08 Sep 2016 17:10:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=PUoP2taM+6cFyRW+H0HYV/1ar5jt0PvwUQw5HkgcvpE=; b=J5YQhCAMFJGjMlz+U7iQQ5d4cSBTnIL2BLJSvNSewA8JKD2zcwFpbpf0uIu+1I8nDG Ty3aSRRWAwaZj6pWDq3FmJDXxEeGjBTcCFFM3Fxb4+OY5EAwtA0fjRnsNuzDkDOXGFeW TKafw4A/LhggYdzefNKl0nnnn6D3z1+dpF4R7FZpRs8nnEPZ5n8BuRopfjEw4lf3kclB UNzdtZwuMqrivc0amp01NyJMC5+34uejfksUBn+u2pvbPo9+fOoReh1vUzH+T2DH4gNk NKUb/PkNbPRBK4phgO/P6hH8EEZ1tTjOBht8bSkQgM6ibVlx9L4H9EombMC7BqWNl8tj +OZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PUoP2taM+6cFyRW+H0HYV/1ar5jt0PvwUQw5HkgcvpE=; b=dsuEmALrpYOtuT5xlD3sLyKOTQhrmsBjyBaAOZQg4yZQ0OSbOQ4U7Wp37eXBkKMZ0O GyDWMfxg1+65JHhO/VVTWWi4FzGgGoLkpkXjee+l73Lqd2L4RGonaolZeXLWXKDoDBPd v2LvRfiW2UEojTNqkghs0pOLXeyZhgXDmNlbeAVWH26iOUGFGgc98J5AZP7fmk+9EdRS CsRPI9pMFzKKQleAfhqYBZeDQ3e8LNvv7MscdvqIfpxlMLlZEWbIdhSUiz8qz3cIK755 mRzvwJ/oYvPEdSryIMsWnzDf5Gb0rdieZFKFVo3YsI/sjYg3UBLk+KK8DKMk39RDdUJe FR+g== X-Gm-Message-State: AE9vXwNZRIFAQTO2QiP3WqFH4+MnhosK9JIysj4Peo365i3+rWaqJrRwNgAWsokB0Jm71G5uvUNs38NN+9XKLw== X-Received: by 10.157.10.50 with SMTP id 47mr1034760otg.8.1473379813601; Thu, 08 Sep 2016 17:10:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Thu, 8 Sep 2016 17:10:12 -0700 (PDT) In-Reply-To: <20160908221016.GA56455@FreeBSD.org> References: <20160907225829.GP2124@FreeBSD.org> <20160908221016.GA56455@FreeBSD.org> From: Adrian Chadd Date: Thu, 8 Sep 2016 17:10:12 -0700 Message-ID: Subject: Re: 11.0-RC2 suspend/resume on thinkpad x201 kills poweroff To: Glen Barber Cc: Philip Homburg , freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Sep 2016 00:10:14 -0000 Try forcing a console switch - hit alt-f1, alt-f2, etc. -a On 8 September 2016 at 15:10, Glen Barber wrote: > On Thu, Sep 08, 2016 at 11:32:24PM +0200, Philip Homburg wrote: >> The main culprit seems to be putting 'hw.acpi.reset_video=1' in >> /boot/loader.conf >> > > Yes, I have seen this cause problems on some (not all) hardware. > >> this causes resume to hang half way through. I managed to trigger >> CMOS corruption once, but I can't systematically trigger it. >> >> Without hw.acpi.reset_video=1 in /boot/loader.conf, resume works except that >> the screen stays black. >> > > What graphics driver are you using? > > Glen >