summaryrefslogtreecommitdiff
path: root/sys/dev/videomode
diff options
context:
space:
mode:
authormacallan <macallan@NetBSD.org>2007-01-08 00:21:44 +0000
committermacallan <macallan@NetBSD.org>2007-01-08 00:21:44 +0000
commitf2ba35c661de2a2b3ddf0ed9be59a7e1c8a8dfb0 (patch)
tree0b77d6851cbfa2efde7d501900f50fcbf8b0ddf8 /sys/dev/videomode
parentf55d783c3203dfcb1ac575053f9d645c297ccb39 (diff)
add 1280x768@75Hz modeline
from Matthew Wala
Diffstat (limited to 'sys/dev/videomode')
-rw-r--r--sys/dev/videomode/modelines7
-rw-r--r--sys/dev/videomode/videomode.c10
2 files changed, 11 insertions, 6 deletions
diff --git a/sys/dev/videomode/modelines b/sys/dev/videomode/modelines
index 8db39b638b5..9ab521500ae 100644
--- a/sys/dev/videomode/modelines
+++ b/sys/dev/videomode/modelines
@@ -1,4 +1,4 @@
-// $NetBSD: modelines,v 1.2 2006/11/11 22:14:44 macallan Exp $
+// $NetBSD: modelines,v 1.3 2007/01/08 00:21:44 macallan 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
@@ -7,7 +7,7 @@
// Default modes distilled from
// "VESA and Industry Standards and Guide for Computer Display Monitor
// Timing", version 1.0, revision 0.8, adopted September 17, 1998.
-//
+//
// $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.3 1999/11/16 03:28:03 tsi Exp $
// $XFree86: xc/programs/Xserver/hw/xfree86/etc/extramodes,v 1.5 2002/06/05 19:43:05 dawes Exp $
//
@@ -70,6 +70,9 @@ ModeLine "1024x768" 100 1024 1108 1280 1408 768 768 780 796 +hsync +vsy
# 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
+# 1280x768 @ 75Hz (non-standard) hsync: 60.6kHz
+ModeLine "1280x768" 105.64 1280 1312 1712 1744 768 782 792 807 -hsync +vsync
+
# 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
diff --git a/sys/dev/videomode/videomode.c b/sys/dev/videomode/videomode.c
index 823ccd50375..aed923bed56 100644
--- a/sys/dev/videomode/videomode.c
+++ b/sys/dev/videomode/videomode.c
@@ -1,14 +1,14 @@
-/* $NetBSD: videomode.c,v 1.5 2006/11/11 22:14:44 macallan Exp $ */
+/* $NetBSD: videomode.c,v 1.6 2007/01/08 00:21:44 macallan Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: modelines,v 1.1 2006/03/04 02:34:27 gdamore Exp
+ * NetBSD: modelines,v 1.2 2006/11/11 22:14:44 macallan Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: videomode.c,v 1.5 2006/11/11 22:14:44 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: videomode.c,v 1.6 2007/01/08 00:21:44 macallan Exp $");
#include <dev/videomode/videomode.h>
@@ -45,6 +45,7 @@ M("1024x768x75",1024,768,78800,1040,1136,1312,769,772,800,HP|VP),
M("1024x768x85",1024,768,94500,1072,1168,1376,769,772,808,HP|VP),
M("1024x768x89",1024,768,100000,1108,1280,1408,768,780,796,HP|VP),
M("1152x864x75",1152,864,108000,1216,1344,1600,865,868,900,HP|VP),
+M("1280x768x75",1280,768,105640,1312,1712,1744,782,792,807,HN|VP),
M("1280x960x60",1280,960,108000,1376,1488,1800,961,964,1000,HP|VP),
M("1280x960x85",1280,960,148500,1344,1504,1728,961,964,1011,HP|VP),
M("1280x1024x60",1280,1024,108000,1328,1440,1688,1025,1028,1066,HP|VP),
@@ -87,6 +88,7 @@ M("512x384x75",512,384,39400,520,568,656,384,386,400,HP|VP|DS),
M("512x384x85",512,384,47250,536,584,688,384,386,404,HP|VP|DS),
M("512x384x89",512,384,50000,554,640,704,384,390,398,HP|VP|DS),
M("576x432x75",576,432,54000,608,672,800,432,434,450,HP|VP|DS),
+M("640x384x75",640,384,52820,656,856,872,391,396,403,HN|VP|DS),
M("640x480x60",640,480,54000,688,744,900,480,482,500,HP|VP|DS),
M("640x480x85",640,480,74250,672,752,864,480,482,505,HP|VP|DS),
M("640x512x60",640,512,54000,664,720,844,512,514,533,HP|VP|DS),
@@ -109,4 +111,4 @@ M("700x525x60",700,525,61000,744,820,940,526,532,541,HP|VP|DS),
M("700x525x74",700,525,77900,732,892,956,526,532,545,HP|VP|DS),
};
-const int videomode_count = 39;
+const int videomode_count = 40;