From owner-freebsd-mobile Fri Aug 16 8:35:37 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 E00E237B400 for ; Fri, 16 Aug 2002 08:35:34 -0700 (PDT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2297643E84 for ; Fri, 16 Aug 2002 08:35:34 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP id GQF37091; Fri, 16 Aug 2002 08:35:33 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 653C65D04; Fri, 16 Aug 2002 08:35:32 -0700 (PDT) To: Danny Braniss Cc: mobile@freebsd.org Subject: Re: T30 suspend/resume woes In-reply-to: Your message of "Fri, 16 Aug 2002 11:06:07 +0300." Date: Fri, 16 Aug 2002 08:35:32 -0700 From: "Kevin Oberman" Message-Id: <20020816153532.653C65D04@ptavv.es.net> 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 > Date: Fri, 16 Aug 2002 11:06:07 +0300 > From: Danny Braniss > Sender: owner-freebsd-mobile@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 > Danny, I have still not found the magic mode line, but I have a (slightly messy) work-around. When the screen comes up out of sync, swith to a VT screen (e.g. CTRL-ALT-F2). Then turn the screen off again (Fn-F3). Wake it up in text mode and it will sync. Switch back to the X screen (CTRL-ALT-F9). Viola! 1440x1050 in sync. No pretty and I hope to eventually have something better, but my new T30 is outside my reach until sometime next week. Our Windows folks are installing XP on it. :-( But, unless I can get Visio to work on the system with Cross-Over, I'm stuck with a dual boot system. FWIW, the configuration generated by "x -configure" seems to work pretty well. I did tweak it a bit for DRI support (which seems to work well) and DefaultColorDepth. I did not have to add the "HorizSync" or "VertRefresh" lines. I also discovered that, if I don't turn off the touchpad in BIOS, the track-point middle button does not work! Two button mouse! Yuck! R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message