From owner-freebsd-mobile@FreeBSD.ORG Sun Apr 13 23:41:13 2014 Return-Path: Delivered-To: freebsd-mobile@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 ESMTPS id 2BCAFD5B for ; Sun, 13 Apr 2014 23:41:13 +0000 (UTC) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE28D1482 for ; Sun, 13 Apr 2014 23:41:12 +0000 (UTC) Received: by mail-qg0-f49.google.com with SMTP id j107so828170qga.8 for ; Sun, 13 Apr 2014 16:41:12 -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=AVjk5I32RE8K7f0yhc2FFSYe12oO2ottjNmsDGPe2d0=; b=SmVqkDU/GK5Q0j9QeVoxG3D1jGDc7n3aw32i2yduoMLoHI7AJQhLuHR0KojSoxSJOU +9vMZ9/abCdXdCe1bevDidbzUpmeVHDebqatUOVaeIWDlkjZFVp41jRuF1dYT3gSIChD C3HPjDYH3/YhKPl2pQ5KfrQ2fElWMNoSHWbjreuuI7kmCDnm8BkYQaKsFNYuZqzdYwfR Onti8rywctC6h+Tnkk/0i0uGxS8Wo/Hdisdvg9Yplc6jRS1ReRC0kuTtWl9z0aQ5w61t 5kpwlYbQ+q95j5jM+NepgLYJ5TEPfoaDWvkNiQmWIrmN96st2fT4+pTQ7fQZ1gkWV9mp jv9Q== MIME-Version: 1.0 X-Received: by 10.140.46.68 with SMTP id j62mr19043063qga.71.1397432471961; Sun, 13 Apr 2014 16:41:11 -0700 (PDT) Received: by 10.96.110.234 with HTTP; Sun, 13 Apr 2014 16:41:11 -0700 (PDT) In-Reply-To: References: <201404081719.41379.jhb@freebsd.org> Date: Mon, 14 Apr 2014 03:41:11 +0400 Message-ID: Subject: Re: Suspend/Resume on Lenovo IdeaPad S400 with FreeBSD 10? From: Ivan Rokotov To: Bengt Ahlgren Content-Type: text/plain; charset=ISO-8859-1 Cc: Kevin Oberman , "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 23:41:13 -0000 2014-04-14 1:53 GMT+04:00 Bengt Ahlgren : > I believe this should be "nooptions VESA". Hi Bengt, Indeed! And this works. With 'nooptions VESA' and syscons I can suspend/resume from X. The image turns dotty and to low color mode for a moment, but it recovers immediately. X log: [ 113.387] (II) AIGLX: Suspending AIGLX clients for VT switch [ 113.387] (WW) intel(0): drmDropMaster failed: Unknown error: -22 [ 120.957] (II) AIGLX: Resuming AIGLX clients after VT switch [ 120.958] (II) intel(0): EDID vendor "CMN", prod id 5239 [ 120.958] (II) intel(0): Printing DDC gathered Modelines: [ 120.958] (II) intel(0): Modeline "1366x768"x0.0 71.59 1366 1410 1439 1512 768 771 775 789 -hsync -vsync (47.3 kHz eP) So, the retry hack is needed only with vt. Ivan