Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/videomode Add EDID established timing modelines for ...



details:   https://anonhg.NetBSD.org/src/rev/527b405aa354
branches:  trunk
changeset: 763485:527b405aa354
user:      jdc <jdc%NetBSD.org@localhost>
date:      Mon Mar 21 19:28:37 2011 +0000

description:
Add EDID established timing modelines for 720x400x70 and 720x400x88

diffstat:

 sys/dev/videomode/modelines |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 5f51cd9d45f9 -r 527b405aa354 sys/dev/videomode/modelines
--- a/sys/dev/videomode/modelines       Mon Mar 21 17:09:09 2011 +0000
+++ b/sys/dev/videomode/modelines       Mon Mar 21 19:28:37 2011 +0000
@@ -1,4 +1,4 @@
-// $NetBSD: modelines,v 1.7 2009/01/21 14:40:25 jnemeth Exp $
+// $NetBSD: modelines,v 1.8 2011/03/21 19:28:37 jdc Exp $
 //
 // This file was imported from XFree86, and is made of the contents of both
 // the vesamodes and extramodes files.  As a result these should correspond
@@ -21,9 +21,15 @@
 # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
 ModeLine "640x400"    31.5  640  672  736  832    400  401  404  445 -hsync +vsync
 
+# 720x400 @ 70Hz (EDID established timing) hsync: 31.47kHz
+ModeLine "720x400"    28.32 720  738  846  900    400  412  414  449 -hsync +vsync
+
 # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
 ModeLine "720x400"    35.5  720  756  828  936    400  401  404  446 -hsync +vsync
 
+# 720x400 @ 88Hz (EDID established timing) hsync: 39.44kHz
+ModeLine "720x400"    35.5  720  738  846  900    400  421  423  449 -hsync -vsync
+
 # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
 ModeLine "640x480"    25.2  640  656  752  800    480  490  492  525 -hsync -vsync
 



Home | Main Index | Thread Index | Old Index