Module Name:    src
Committed By:   jdc
Date:           Mon Mar 21 19:28:37 UTC 2011

Modified Files:
        src/sys/dev/videomode: modelines

Log Message:
Add EDID established timing modelines for 720x400x70 and 720x400x88


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/videomode/modelines

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/videomode/modelines
diff -u src/sys/dev/videomode/modelines:1.7 src/sys/dev/videomode/modelines:1.8
--- src/sys/dev/videomode/modelines:1.7	Wed Jan 21 14:40:25 2009
+++ src/sys/dev/videomode/modelines	Mon Mar 21 19:28:37 2011
@@ -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
 

Reply via email to