Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2005 01:18:05 -0500
From:      James Snow <snow@teardrop.org>
To:        freebsd-mobile@freebsd.org
Subject:   Re: ThinkPad X40 (2371-H9U) & 6.0
Message-ID:  <20050118061805.GA64559@teardrop.org>
In-Reply-To: <20050116085836.GA34477@teardrop.org>
References:  <20050116085836.GA34477@teardrop.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Just thought I'd pass along an update for list searchers. 

-CURRENT is working very nicely on my X40. On-board gigE card works
under em(4) and on-board wireless works under ath(4). Sound works under
the snd_ich module.

X works with one small caveat. This bug is present whenever the lid is
closed and re-opened:
http://lists.freebsd.org/pipermail/freebsd-mobile/2004-December/005412.html

I added the following to /etc/devd.conf to fix it automatically. Now I
never even see the glitch:

notify 10 {
        match "system"          "ACPI";
        match "subsystem"       "Lid";
        action                  "/usr/X11R6/bin/xrandr -s 0";
};

I don't use the suspend/resume features, so I haven't tested them.

On the whole, a very nice laptop that works very nicely with FreeBSD.
Thank you to the team that makes it all work.


-Snow



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050118061805.GA64559>