diff options
author | Francois Pons <fpons@mandriva.com> | 2001-09-10 18:04:29 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-09-10 18:04:29 +0000 |
commit | 6a278bfa2b5f720bbf0d23c6d4adc86eb70c5763 (patch) | |
tree | 14b4ec72e1614741b73336131f8d332053efb433 /perl-install/Xconfigurator_consts.pm | |
parent | 26b59c16c5bed325be76f77f438f47518a2d1b7a (diff) | |
download | drakx-6a278bfa2b5f720bbf0d23c6d4adc86eb70c5763.tar drakx-6a278bfa2b5f720bbf0d23c6d4adc86eb70c5763.tar.gz drakx-6a278bfa2b5f720bbf0d23c6d4adc86eb70c5763.tar.bz2 drakx-6a278bfa2b5f720bbf0d23c6d4adc86eb70c5763.tar.xz drakx-6a278bfa2b5f720bbf0d23c6d4adc86eb70c5763.zip |
added some more ModeLine (1024x768 @ 97.6 Hz, 1024x480 but not automatically used).
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index 70c66da28..b786c2417 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -667,6 +667,13 @@ $modelines_text_ext = ' # TV fullscreen mode or DVD fullscreen output. # These are available along with standard mode timings. +# 1024x768 @ 97.6 Hz, 80.21 kHz hsync +Modeline "1024x768" 115.5 1024 1080 1272 1440 768 771 781 822 -hsync -vsync + +# Sony Vaio C1(X,XS,VE,VN)? +# 1024x480 @ 85.6 Hz, 48 kHz hsync +ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync + # 768x576 @ 79 Hz, 50 kHz hsync ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 # 768x576 @ 100 Hz, 61.6 kHz hsync |