diff options
author | Keith Packard <keithp@keithp.com> | 2001-03-30 02:15:20 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2001-03-30 02:15:20 +0000 |
commit | f39a62d122b6e63e2971d8593bf6b24933f66ec8 (patch) | |
tree | 38b25893b9d52763389251ab6521db12f6d1fc68 /hw/kdrive/src/kmode.c | |
parent | a161cfd72870ae6dca66ef02f5cdd13b7ac75fd6 (diff) |
Add Xmuu library to remove requirement for Xt/Xaw from most X utilities Add
i810 and Xv support to kdrive
Diffstat (limited to 'hw/kdrive/src/kmode.c')
-rw-r--r-- | hw/kdrive/src/kmode.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/hw/kdrive/src/kmode.c b/hw/kdrive/src/kmode.c index 9841e9848..403a75b6f 100644 --- a/hw/kdrive/src/kmode.c +++ b/hw/kdrive/src/kmode.c @@ -1,5 +1,5 @@ /* - * $XFree86$ + * $XFree86: xc/programs/Xserver/hw/kdrive/kmode.c,v 1.5 2000/05/24 23:57:56 keithp Exp $ * * Copyright 1999 SuSE, Inc. * @@ -41,6 +41,14 @@ const KdMonitorTiming kdMonitorTimings[] = { 36, 108, 216, KdSyncNegative, /* 37.927 */ 1, 42, 46, KdSyncPositive, /* 85.039 */ }, + + + /* Modeline "720x576" 29.000 720 736 800 880 576 577 580 625 */ + { + 720, 576, 52, 32954, /* PAL Video */ + 16, 80, 160, KdSyncPositive, /* 32.954 */ + 1, 45, 49, KdSyncPositive, /* 52.727 */ + }, /* 640x480 modes */ { 640, 480, 85, 36000, /* VESA */ |