From owner-freebsd-current@FreeBSD.ORG Fri Oct 8 02:47:23 2004 Return-Path: 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 30E6B16A4CE for ; Fri, 8 Oct 2004 02:47:23 +0000 (GMT) Received: from axe-inc.co.jp (axegw.axe-inc.co.jp [61.199.217.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78FB943D55 for ; Fri, 8 Oct 2004 02:47:22 +0000 (GMT) (envelope-from takawata@axe-inc.co.jp) Received: from localhost (localhost [127.0.0.1]) by axe-inc.co.jp (8.9.3+3.2W/3.7W) with SMTP id LAA06598 for ; Fri, 8 Oct 2004 11:47:21 +0900 (JST) Message-Id: <200410080247.LAA06598@axe-inc.co.jp> X-Authentication-Warning: axegw.axe-inc.co.jp: localhost [127.0.0.1] didn't use HELO protocol From: takawata@jp.freebsd.org To: freebsd-current@freebsd.org In-reply-to: Your message of "Thu, 07 Oct 2004 22:28:26 -0400." <5ad23a300410071928791fa9c@mail.gmail.com> Date: Fri, 08 Oct 2004 11:47:21 +0900 Sender: takawata@axe-inc.co.jp Subject: Re: Thinkpad T41 Sleep issues X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 08 Oct 2004 02:47:23 -0000 In message <5ad23a300410071928791fa9c@mail.gmail.com>, Jordan Sissel wrote: >I'm having a few issues with sleep mode with my Thinkpad T41. Hmm, I don't get it work DRM module in my ThinkPad X31. >There are two separate issues here: >1) Waking from sleep while in X and the radeon kernel module is loaded >garbles the screen and locks the machine. If the module is not >available for loading while X starts up, sleeping and waking are both >fine while in X. DRM kernel module has no suspend/resume routine for system suspend/resume. >2) Waking from sleep with moused running breaks the mouse. moused must >be restarted in order for mouse control to happen. Putting hint.psm.0.flags="0x6000" to /boot/device.hints may help you I think.