From patchwork Mon May 24 05:56:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 53389 X-Patchwork-Delegate: leann.ogasawara@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id AB1C4B7D6C for ; Mon, 24 May 2010 15:57:01 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OGQen-0000Ru-H6; Mon, 24 May 2010 06:56:57 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OGQem-0000RW-4j for kernel-team@lists.ubuntu.com; Mon, 24 May 2010 06:56:56 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OGQel-0002GN-Sm for ; Mon, 24 May 2010 06:56:56 +0100 Received: from c-76-105-148-120.hsd1.or.comcast.net ([76.105.148.120] helo=[192.168.1.4]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OGQel-0006Yv-GS for kernel-team@lists.ubuntu.com; Mon, 24 May 2010 06:56:55 +0100 Subject: [PATCH 8/8] UBUNTU: [Config] Enable CONFIG_VGA_SWITCHEROO=y From: Leann Ogasawara To: kernel-team In-Reply-To: <1274680312.24569.3479.camel@emiko> References: <1274680312.24569.3479.camel@emiko> Date: Sun, 23 May 2010 22:56:52 -0700 Message-ID: <1274680612.24569.3509.camel@emiko> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com >From 58d3e46715e05a2d5f2b151778287cdfe2f6bb04 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Sun, 23 May 2010 12:37:44 -0700 Subject: [PATCH 8/8] UBUNTU: [Config] Enable CONFIG_VGA_SWITCHEROO=y Enable CONFIG_VGA_SWITCHEROO=y for ubuntu. Many laptops released in 2008/9/10 have two gpus with a multiplxer to switch between them. This adds support for dynamic switching when X isn't running and delayed switching until the next logoff. This feature is called hybrid graphics, ATI PowerXpress, and Nvidia HybridPower. Signed-off-by: Leann Ogasawara --- debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index a8a0e82..552f85f 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -4455,7 +4455,7 @@ CONFIG_VGASTATE=m CONFIG_VGA_ARB=y CONFIG_VGA_ARB_MAX_GPUS=16 CONFIG_VGA_CONSOLE=y -# CONFIG_VGA_SWITCHEROO is not set +CONFIG_VGA_SWITCHEROO=y # CONFIG_VHOST_NET is not set CONFIG_VIA_FIR=m CONFIG_VIA_RHINE=m