From owner-freebsd-acpi@FreeBSD.ORG Tue Feb 26 02:33:17 2013 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 77FB0C1A; Tue, 26 Feb 2013 02:33:17 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by mx1.freebsd.org (Postfix) with ESMTP id C64807D2; Tue, 26 Feb 2013 02:33:16 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id ez12so4039618wid.6 for ; Mon, 25 Feb 2013 18:33:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=IPI64pSTL/1a92+KftRb0qDWZBPHXrNqPPrcAT8kYQY=; b=UAbpBTTp1JGTYDbvlEjURScub7YeOND6LWgCx9EvNLEe+rXRHwV0eZhRsC+4R+3Mbu yrMk55k9fccu6TDHfW5cgs2fqDHoyiftAO+C959vqSnYuWq3/uVRL2GznbJjLQDVfyIn XDTF7aXtEdAJGn0gSo2415G2tGoRPCKJZ66pFcge+RFhCZqVZqwlHQGEdHAPJ8tKO3iG AmxJXNeN8vS/qY53Oic0gM8PFw/N/M5E3sS9VAFAG9SyMZDY5ieNWpkwottUDqrDRGld 8l7BtGLUQhSQ9KTNYgDHQQnasMPMuxVFvakZTHyR2yr2nywUEJ1jzeQZHGKFFhol/L40 FhDg== MIME-Version: 1.0 X-Received: by 10.194.90.168 with SMTP id bx8mr23011794wjb.59.1361845995658; Mon, 25 Feb 2013 18:33:15 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.74.194 with HTTP; Mon, 25 Feb 2013 18:33:15 -0800 (PST) In-Reply-To: <512C1C8A.5020104@gmail.com> References: <512A6FFF.2060603@gmail.com> <201302251330.57034.jhb@freebsd.org> <512C159B.3020707@gmail.com> <512C1C8A.5020104@gmail.com> Date: Mon, 25 Feb 2013 18:33:15 -0800 X-Google-Sender-Auth: kuHt_VZhfaSdbcx7cpuki_HQ_6A Message-ID: Subject: Re: Fixing X220 Video The Right Way From: Adrian Chadd To: matt Content-Type: text/plain; charset=ISO-8859-1 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:33:17 -0000 [101232] acpi_video0: on vgapci0 found Internal/Integrated Digital Flat Panel(400), idx#0, port#0, head #0 And what do I do with acpi_get_handle ? Adrian On 25 February 2013 18:23, matt wrote: > 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