From owner-freebsd-current@FreeBSD.ORG Fri Apr 20 00:32:04 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA730106566C for ; Fri, 20 Apr 2012 00:32:04 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2448FC0A for ; Fri, 20 Apr 2012 00:32:04 +0000 (UTC) Received: by pbcwz17 with SMTP id wz17so429206pbc.13 for ; Thu, 19 Apr 2012 17:32:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=PGnCxhl/v3u7EojJkWcan20qnajq4tCH1q0wh4Zlfng=; b=ZL6VlHTE+CozFLPDPDEpxtdOBrAE/GrC7nS6mWZfgGlrvy+tHoXBmB4mJ4qZUOX7TP YgBTWkweRfLePqVY2XcPJkcc6/rB4MjJOiTsKnN8CgHKJ0zzCBG5/pcU/DAVlz09tF83 4DSgVrqx4Gwv2r6ov2SWj11jZ+qUjvJZ7WoaLR+WwuC+5JBi8810s/tIN736XB2OJ8Vq wKu+Qj7WSB/0EjW7ehKOYEJN219Mn283SYf9xvpz2eQlt4ilfDhHQlzrnbG3kpGhXSWj 87zPvXaeiwS+RNpYSpuh9dU/29KHwzcayWYSGgL5GMRtTRXLhuJiMd8hva0mxMKn+AwR x2yQ== Received: by 10.68.202.234 with SMTP id kl10mr8436677pbc.52.1334881924315; Thu, 19 Apr 2012 17:32:04 -0700 (PDT) Received: from flatline.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPS id d6sm3659767pbi.23.2012.04.19.17.32.02 (version=SSLv3 cipher=OTHER); Thu, 19 Apr 2012 17:32:03 -0700 (PDT) Message-ID: <4F90AE77.2020408@gmail.com> Date: Thu, 19 Apr 2012 17:31:51 -0700 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120406 Thunderbird/10.0.3 MIME-Version: 1.0 To: Erich Dollansky References: <201204200701.08507.erichfreebsdlist@ovitrap.com> In-Reply-To: <201204200701.08507.erichfreebsdlist@ovitrap.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Status on X220 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: Fri, 20 Apr 2012 00:32:04 -0000 On 04/19/12 17:01, Erich Dollansky wrote: > Hi, > > there are so many different news about the X220 here that it is not so clear to me whether an install will result in a usable system. > > If everything works fine, there should be one for me tomorrow ready to get FreeBSD. My plan is to start with a plain 9.0 installation and upgrade it then to 10.0 before installing any ports. > > All I saw from the list is that 10.0 is the best option to get a usable system. > > Is there a better option? > > Erich > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > That's what I've been using. I'm about ready to say goodbye to gentoo permanently on mine, although it's a work machine so I'm taking my time. * *What works: suspend/resume (must use Xorg KMS to have display on resume), needs sysctl twiddling for PCI resume/suspend backlight (via hack for now) keyboard (needs sed -e 's/IBM0068/LEN0068/g' on acpi_ibm.c, or nicer patch as circulated in the past) trackpad (could be better, no scrolling yet...psm doesn't seem to attach synaptics properly) ethernet intel wireless (no rt8192) graphics (via Konstantin's KMS work! thanks!) speaker.ko! Fan control works, but stops displaying fan speed sometimes (see hack for acpi_ibm.c) Expresscard Turbocore Powerd/Cpufreq VESA modes for syscons (1024x768 looks fine) * *What is unknown (to me): Card reader Fingerprint for PAM (works if you already registered it in Windows for boot) Sound (just haven't tried it probably ok it's HDA Connexant) DPMS WWAN What doesn't work: Standard consoles after X is started with KMS (this is true for all intel KMS) Display after resume (unless you use KMS/Xorg) Power saving...I'm still using more power than I'd like with KMS loaded for now Random miniPCIe cards in second slot...this is BIOS problem I assume Scrolling with psm and/or xf86-input-synaptics I'm probably forgetting some stuff that doens't work and some stuff that does (especially if obvious) Matt