From owner-freebsd-mobile@FreeBSD.ORG Sat Jun 21 15:04:49 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 3EE0927D for ; Sat, 21 Jun 2014 15:04:49 +0000 (UTC) Received: from mail-qa0-x231.google.com (mail-qa0-x231.google.com [IPv6:2607:f8b0:400d:c00::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 0001A2A17 for ; Sat, 21 Jun 2014 15:04:48 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id w8so4129425qac.36 for ; Sat, 21 Jun 2014 08:04:48 -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:content-transfer-encoding; bh=xnhI4cBZF1Bcg3dAhSebLxq+Q4CUZYD4zlg5GJovGdY=; b=wgIbJ9X2CNg6bUoB+YkMciY0lGaIA1//dj8ktwWgrFjpSpDiSFBUfvNbWCMgeTzU54 qwq3Gyq2mkBsyjr3q3XIqT9l7wl6drmC7+12TFy0sNhz/l9PWxjS8XAFOb3AdkjXoTdK dZ2G3tu58IzzSWpEzB2oAiqJRTQwhmHA6/txS+3d8FfrAKYuFl4GsRiwOMxZanu2W0uu 0DSl9yvYZLNFETu77/al6HWMJPYdl346T8c3YPr9CN3ettrqh0sQYWd+nTuEtYjVkxxh 6tr6lIY1XOgzfE5MQNJJgHFcejwdZrg9XRO+G+8hu3gUb1iPfqWnYIdprjZjif46qbXe NtlQ== MIME-Version: 1.0 X-Received: by 10.224.49.131 with SMTP id v3mr15711461qaf.70.1403363088077; Sat, 21 Jun 2014 08:04:48 -0700 (PDT) Received: by 10.96.12.166 with HTTP; Sat, 21 Jun 2014 08:04:48 -0700 (PDT) In-Reply-To: <53A54C05.7060403@gmail.com> References: <53A54C05.7060403@gmail.com> Date: Sat, 21 Jun 2014 17:04:48 +0200 Message-ID: Subject: Re: Suspend/Resume on Lenovo IdeaPad S400 with FreeBSD 10? From: Ivan Rokotov To: =?UTF-8?Q?Jan_Kokem=C3=BCller?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2014 15:04:49 -0000 2014-06-21 11:10 GMT+02:00 Jan Kokem=C3=BCller : > I think I found a less hackish workaround for this problem. I've put "pki= ll > -STOP X" into /etc/rc.suspend and "pkill -CONT X" into /etc/rc.resume. Th= is > seems to work fine so far with an unmodified xf86-video-intel driver on m= y > SL510. Interesting! Where in rc.suspend/rc.resume did you put it exactly? Ivan