public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.3-pre3 add PBG4 native LCD mode to modedb.c
@ 2001-03-13 20:37 Jeffrey W. Baker
  2001-03-13 22:54 ` Olaf Hering
  0 siblings, 1 reply; 2+ messages in thread
From: Jeffrey W. Baker @ 2001-03-13 20:37 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

[-- Attachment #1: Type: TEXT/PLAIN, Size: 272 bytes --]

The attached patch adds the a new mode to the modedb, used by the ATI,
3Dfx, and Amiga frame buffer devices.  The new mode is the native,
slightly wide resolution of the new Apple laptops.  It isn't obvious how
popular a mode has to be before it goes into modedb.c.

-jwb

[-- Attachment #2: Patch to drivers/video/modedb.c --]
[-- Type: TEXT/PLAIN, Size: 522 bytes --]

--- drivers/video/modedb.c.orig	Tue Mar 13 04:20:43 2001
+++ drivers/video/modedb.c	Tue Mar 13 04:16:20 2001
@@ -91,6 +91,10 @@
 	NULL, 60, 1024, 768, 15384, 168, 8, 29, 3, 144, 6,
 	0, FB_VMODE_NONINTERLACED
     }, {
+	/* 1152x768 @ 55 Hz, 44.154 kHz hsync, PowerBook G4 LCD */
+        NULL, 55, 1152, 768, 15386, 126, 58, 29, 3, 136, 6,
+        0, FB_VMODE_NONINTERLACED 
+    }, {
 	/* 640x480 @ 100 Hz, 53.01 kHz hsync */
 	NULL, 100, 640, 480, 21834, 96, 32, 36, 8, 96, 6,
 	0, FB_VMODE_NONINTERLACED

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-03-13 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-13 20:37 [PATCH] 2.4.3-pre3 add PBG4 native LCD mode to modedb.c Jeffrey W. Baker
2001-03-13 22:54 ` Olaf Hering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox