From owner-freebsd-mobile Fri Aug 16 1: 9:44 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD4F37B400 for ; Fri, 16 Aug 2002 01:09:42 -0700 (PDT) Received: from cse.cs.huji.ac.il (cse.cs.huji.ac.il [132.65.16.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B46A43E72 for ; Fri, 16 Aug 2002 01:09:42 -0700 (PDT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by cse.cs.huji.ac.il with esmtp id 17fc7T-000NCj-00; Fri, 16 Aug 2002 11:08:20 +0300 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Kevin Oberman" Cc: mobile@freebsd.org Subject: Re: T30 suspend/resume woes In-reply-to: Your message of Thu, 08 Aug 2002 16:05:11 -0700 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 16 Aug 2002 11:06:07 +0300 From: Danny Braniss Message-Id: Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org well, a t30 just landed on my desk, and i decided to try it out. i booted off the network (diskless), and in no time it was running freebsd! for sound i just kldload snd_ich, and it's playin ok off a cd. next, i tried X11, these are the diffs between the XF86Config generated by runing X -configure and a 'working' version: --- XF86Config.new Fri Aug 16 10:56:31 2002 +++ /etc/X11/XF86Config Fri Aug 16 10:54:45 2002 @@ -44,6 +44,8 @@ Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" + HorizSync 30-100 + VertRefresh 50-100 EndSection Section "Device" @@ -77,6 +79,7 @@ Identifier "Screen0" Device "Card0" Monitor "Monitor0" + DefaultColorDepth 16 SubSection "Display" Depth 1 EndSubSection this works till the first screen-safe, as reported by others :-( so any help on that department? danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message