Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932253AbVKFAtg (ORCPT ); Sat, 5 Nov 2005 19:49:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932254AbVKFAtg (ORCPT ); Sat, 5 Nov 2005 19:49:36 -0500 Received: from hansmi.home.forkbomb.ch ([213.144.146.165]:10525 "EHLO hansmi.home.forkbomb.ch") by vger.kernel.org with ESMTP id S932253AbVKFAtf (ORCPT ); Sat, 5 Nov 2005 19:49:35 -0500 Date: Sun, 6 Nov 2005 01:49:34 +0100 From: Michael Hanselmann To: Benjamin Herrenschmidt Cc: linux-kernel@vger.kernel.org, linux-fbdev-devel@lists.sourceforge.net Subject: Re: [PATCH] Framebuffer mode required for PowerBook Titanium Message-ID: <20051106004934.GB19508@hansmi.ch> References: <20051105234938.GA18608@hansmi.ch> <1131236265.5229.49.camel@gaston> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1131236265.5229.49.camel@gaston> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 877 Lines: 24 This patch adds the framebuffer mode required for an Apple PowerBook G4 Titanium. --- Redone with NULL instead of "mac21". --- linux-2.6.14/drivers/video/modedb.c.orig 2005-11-05 22:29:02.000000000 +0100 +++ linux-2.6.14/drivers/video/modedb.c 2005-11-06 01:33:27.000000000 +0100 @@ -251,6 +251,10 @@ NULL, 60, 1920, 1200, 5177, 128, 336, 1, 38, 208, 3, FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED + }, { + /* 1152x768, 60 Hz, PowerBook G4 Titanium I and II */ + NULL, 60, 1152, 768, 15386, 158, 26, 29, 3, 136, 6, + FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED }, }; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/