linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.16] Add 1366x768 (WXGA) mode to modedb
@ 2006-04-28 16:10 Dennis Munsie
  2006-04-29  0:05 ` Antonino A. Daplas
  0 siblings, 1 reply; 5+ messages in thread
From: Dennis Munsie @ 2006-04-28 16:10 UTC (permalink / raw)
  To: linux-fbdev-devel

From: Dennis Munsie <dmunsie@cecropia.com>

Adds 1366x768 @ 60Hz to drivers/video/modedb.c.

Signed-off-by: Dennis Munsie <dmunsie@cecropia.com>

---

  drivers/video/modedb.c |    6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

--- linux-2.6.16/drivers/video/modedb.c	2006-03-20 00:53:29.000000000  
-0500
+++ linux-2.6.16-wxga/drivers/video/modedb.c	2006-04-27  
17:08:11.000000000 -0500
@@ -255,7 +255,11 @@ static const struct fb_videomode modedb[
	/* 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
-    },
+    }, {
+	/* 1366x768, 60 Hz, 47.403 kHz hsync, WXGA 16:9 aspect ratio */
+	NULL, 60, 1366, 768, 13806, 120, 10, 14, 3, 32, 5,
+	0, FB_VMODE_NONINTERLACED
+	},
};
#ifdef CONFIG_FB_MODE_HELPERS


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

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

end of thread, other threads:[~2006-05-01 20:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-28 16:10 [PATCH 2.6.16] Add 1366x768 (WXGA) mode to modedb Dennis Munsie
2006-04-29  0:05 ` Antonino A. Daplas
2006-04-29  1:31   ` Dennis Munsie
2006-04-29  2:41     ` Antonino A. Daplas
2006-05-01 20:14       ` Dennis Munsie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).