diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 19:25:21 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 19:25:21 +0000 |
commit | 2405bc6835873bd34fb6baf68dc7958d90c09763 (patch) | |
tree | 1700c54671575bc4f224b7eb2ef9c56ba4f3b430 /usr.sbin/grfconfig | |
parent | ce33624f105bbf6b20e87d0e06c24996db2e0176 (diff) |
more macro conversion
Diffstat (limited to 'usr.sbin/grfconfig')
-rw-r--r-- | usr.sbin/grfconfig/grfconfig.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/grfconfig/grfconfig.8 b/usr.sbin/grfconfig/grfconfig.8 index d4f3e539bfa..860648efe76 100644 --- a/usr.sbin/grfconfig/grfconfig.8 +++ b/usr.sbin/grfconfig/grfconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: grfconfig.8,v 1.9 1999/07/03 02:11:09 aaron Exp $ +.\" $OpenBSD: grfconfig.8,v 1.10 1999/07/04 19:25:20 aaron Exp $ .\" $NetBSD: grfconfig.8,v 1.4 1997/07/29 17:40:47 veego Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -164,23 +164,23 @@ The mode definition file changed two times. In .Nx 1.0 all horizontal values were videoclock cycle values instead of pixel values: -.Pp +.Bd -literal num clk wid hi dep hbs hss hse hbe ht vbs vss vse vbe vt -.br 1 31000000 640 480 8 80 86 96 102 104 480 489 492 517 520 2 31000000 640 480 8 80 86 96 102 104 240 244 246 258 260 3 31000000 640 480 8 80 86 96 102 104 960 978 984 1034 1040 +.Ed .Pp In .Nx 1.1 and .Nx 1.2 : -.Pp +.Bd -literal num clk wid hi dep hbs hss hse hbe ht vbs vss vse vbe vt -.br 1 31000000 640 480 8 640 688 768 816 832 480 489 492 517 520 2 31000000 640 480 8 640 688 768 816 832 240 244 246 258 260 3 31000000 640 480 8 640 688 768 816 832 960 978 984 1034 1040 +.Ed .Pp the vertical values were used to select the interlace or doublescan mode. All vertical values were half the width for the interlace mode and twice @@ -188,13 +188,13 @@ the width for the doublescan mode. .Pp Beginning with .Nx 1.3 : -.Pp +.Bd -literal num clk wid hi dep hbs hss hse ht vbs vss vse vt flags -.br 1 31000000 640 480 8 640 688 768 832 480 489 492 520 default 2 31000000 640 480 8 640 688 768 832 480 489 492 520 interlace 3 31000000 640 480 8 640 688 768 832 480 489 492 520 doublescan 4 31000000 640 480 8 640 688 768 832 480 489 492 520 +hsync +vsync +.Ed .Pp hbe and vbe are computed in the grf drivers. .Sh BUGS |