From owner-freebsd-current@FreeBSD.ORG Thu Jan 19 01:18:09 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A060216A41F for ; Thu, 19 Jan 2006 01:18:09 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C9C43D46 for ; Thu, 19 Jan 2006 01:18:09 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EzORE-0008tN-LA for freebsd-current@freebsd.org; Thu, 19 Jan 2006 01:18:09 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EzORD-0000Pq-2v for freebsd-current@freebsd.org; Thu, 19 Jan 2006 10:18:07 +0900 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17358.59598.606852.426971@roam.psg.com> Date: Thu, 19 Jan 2006 10:18:06 +0900 To: FreeBSD Current Subject: thinkpad suspend X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 19 Jan 2006 01:18:09 -0000 what are the tricks of the week for t41s? i removed the hacks to /etc/rc.suspend /usr/X11R6/bin/xset -display :0 dpms force off sleep 3 sysctl hw.acpi.video.lcd0.active=0 /etc/rc.resume /usr/X11R6/bin/xset -display :0 dpms force on sysctl hw.acpi.video.lcd0.active=1 now it comes back, but never exits zzz and ignores keyboard, ... it has the symptoms of x sickness, but i am not sure. randy