From owner-freebsd-acpi@FreeBSD.ORG Tue Feb 26 02:24:48 2013 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E81E38FF; Tue, 26 Feb 2013 02:24:48 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8ED5B77E; Tue, 26 Feb 2013 02:24:48 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id kq12so2117315pab.15 for ; Mon, 25 Feb 2013 18:24:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=lzTASf+Zy3LZeA+BAvis46C9DXpDv6awjlbIdYXIsrU=; b=b92iCkTTa6Fw+D594Ii6y+b7EX0gHgLShf8C5ThHtSUV7O92dVH+E1VW24k5S0/s9l CEI2NJYn19gkJwQZ2OiKNEGJusEho5u5+KVS9zuyJgnMmRBuzj3h8C9cPLpSSdZyWFOM XZGG8ogkFmDlEro+4IVGqmJgzOU7h6k3ucromPFGxelEdNPYPfaE1eausjLDEQ/kufUJ mfQOOawYRcAPVXFk72tnXozzJK+AvcZAZOi/oRkM1I40YPUZUKEEoAOBc3ozp7UA1NtV becaS9ThzZVhQ0StllItL0NYjalLA7tGJFmioZ0qnCAmibYXdut8de6ikqLeX84wNsVf P2kQ== X-Received: by 10.68.0.170 with SMTP id 10mr21345691pbf.59.1361845482788; Mon, 25 Feb 2013 18:24:42 -0800 (PST) Received: from flatline.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPS id g4sm15725530pax.4.2013.02.25.18.24.23 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Feb 2013 18:24:41 -0800 (PST) Message-ID: <512C1C8A.5020104@gmail.com> Date: Mon, 25 Feb 2013 18:23:06 -0800 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130224 Thunderbird/17.0.3 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: Fixing X220 Video The Right Way References: <512A6FFF.2060603@gmail.com> <201302251330.57034.jhb@freebsd.org> <512C159B.3020707@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org, freebsd-current@freebsd.org X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 02:24:49 -0000 On 02/25/13 18:19, Adrian Chadd wrote: > > My T400 has: > > > vgapci0@pci0:0:2:0: class=0x030000 card=0x20e417aa chip=0x2a428086 > rev=0x07 hdr=0x00 > vendor = 'Intel Corporation' > device = 'Mobile 4 Series Chipset Integrated Graphics Controller' > class = display > subclass = VGA > vgapci1@pci0:0:2:1: class=0x038000 card=0x20e417aa chip=0x2a438086 > rev=0x07 hdr=0x00 > vendor = 'Intel Corporation' > device = 'Mobile 4 Series Chipset Integrated Graphics Controller' > class = display > > And I get glitches in xorg on 9.1 when I have multiple windows of > different sizes. > > > > Adrian > Does acpi_video like either one? Does acpi_get_handle return the same path? Matt