From owner-freebsd-mobile@FreeBSD.ORG Sat Jan 4 15:10:06 2014 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0114355C; Sat, 4 Jan 2014 15:10:06 +0000 (UTC) Received: from mail-qe0-x22d.google.com (mail-qe0-x22d.google.com [IPv6:2607:f8b0:400d:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A30C2180F; Sat, 4 Jan 2014 15:10:05 +0000 (UTC) Received: by mail-qe0-f45.google.com with SMTP id 6so16411881qea.4 for ; Sat, 04 Jan 2014 07:10:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=H06SQx/WR/jvarOi9hCxn0FbWDCvvA+lssivNp7UD0s=; b=dJbO5tRrQfNp8LO3ueqJgM0sQcgFeS+fmFMdObwrV4kW0jYuBmjZ74Y0CblHwU7QRJ K/8mjU7EzXpmDTvXGoEJ+cOzUT5SzuBtz89a+bnsZo7L0Zi9f+NDbsPKhIshe9LDyJN7 Dyv4ranYMgKUpeTmfUpPQQ0ZaxkBM0pkXMxY/F6D3Zm1qgmleArGoh9Vf0G+E5071zc4 Sd+5jB8gLezEPsdkzyvPhPSfqOMLIa86GNxlETa41dy69K7l+zhT4mN6rwilyRj2ITCB 8F/5RG66QamEnD6qairjypRoObVpfLsBJ7+J/NiXTf0AeRrEPb7wboiVkADS6OkwNLpC cS6Q== MIME-Version: 1.0 X-Received: by 10.224.13.141 with SMTP id c13mr152057541qaa.76.1388848204898; Sat, 04 Jan 2014 07:10:04 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Sat, 4 Jan 2014 07:10:04 -0800 (PST) In-Reply-To: <52C7E812.2040306@FreeBSD.org> References: <52C7E812.2040306@FreeBSD.org> Date: Sat, 4 Jan 2014 07:10:04 -0800 X-Google-Sender-Auth: PwYOwdO5s4BeJnDFRoOdUhgiImw Message-ID: Subject: Re: Latest xorg binary packages - plainly doesn't work on Intel GM45 From: Adrian Chadd To: =?ISO-8859-1?Q?Jean=2DS=E9bastien_P=E9dron?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jan 2014 15:10:06 -0000 Looks like its this. I'll use pkg0.isc for 11 - it's finding newer packages there. pkg0.nyi isn't showing newer packages for me. The T400 shows xf86-video-intel-2.7.1_5, but the X230 has xf86-video-intel-2.21.15_1. So yeah, looks like it's that. Grr! -a On 4 January 2014 02:53, Jean-S=E9bastien P=E9dron w= rote: > On 04.01.2014 08:15, Adrian Chadd wrote: >> Hi, > > Hello! > >> I just upgraded to the latest -HEAD package build for my Lenovo T400 >> (HEAD, i386) and I discovered that xorg plainly just doesn't work. > > Those packages are built without WITH_NEW_XORG: > > X.Org X Server 1.7.7 > ... > (II) Module intel: vendor=3D"X.Org Foundation" > compiled for 1.7.7, module version =3D 2.7.1 > > xorg-server-1.7.7 > xf86-video-intel-2.7.1 > > I believe this version of the Intel DDX uses the old drm driver, not the > new drm2 one. > > The WITH_NEW_XORG-by-default-for-HEAD switch was made in the ports tree > on 2013-12-16 (r336621). > > I see that each mirror has a different copy of the 11/i386 packages set: > > http://pkg0.isc.freebsd.org/freebsd:11:x86:32/latest/digests.txz > http://pkg0.bme.freebsd.org/freebsd:11:x86:32/latest/digests.txz > size: 1070044 > date: 14-Dec-2013 05:50 > > http://pkg0.nyi.freebsd.org/freebsd:11:x86:32/latest/digests.txz > size: 848720 > date: 03-Jan-2014 11:56 > > Differences exist for amd64 packages and 10.x packages too. Is this > expected? I guess not. > > Can you try to use pkg0.nyi.freebsd.org explicitely, see if that works > for you, and confirm that this is the issue? > > -- > Jean-S=E9bastien P=E9dron >