diff options
author | Francois Pons <fpons@mandriva.com> | 2003-09-08 11:46:59 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-09-08 11:46:59 +0000 |
commit | 55ad627d319b9279fa6b42a1f75c37b5294d8e83 (patch) | |
tree | 37eec8acc4454785610262fdd8f28cc40d824d06 /perl-install | |
parent | fd8b3f73ff6225d3e98f3b8e55a276ad850a7be8 (diff) | |
download | drakx-backup-do-not-use-55ad627d319b9279fa6b42a1f75c37b5294d8e83.tar drakx-backup-do-not-use-55ad627d319b9279fa6b42a1f75c37b5294d8e83.tar.gz drakx-backup-do-not-use-55ad627d319b9279fa6b42a1f75c37b5294d8e83.tar.bz2 drakx-backup-do-not-use-55ad627d319b9279fa6b42a1f75c37b5294d8e83.tar.xz drakx-backup-do-not-use-55ad627d319b9279fa6b42a1f75c37b5294d8e83.zip |
set xcon=6 when loading i810fb module (to have console 7 with X).
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 769b4d0c8..e76c69241 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -314,7 +314,7 @@ sub start_i810fb() { any::ddcxinfos(); # keep the result otherwise ddcxinfos doesn't return good results afterwards modules::load([ 'i810fb', "xres=$xres", 'hsync1=32', 'hsync2=48', 'vsync1=50', 'vsync2=70', #- this sucking i810fb does not accept floating point numbers in hsync! - 'vram=2', 'bpp=16', 'accel=1', 'mtrr=1', 'hwcur=1', 'xcon=4' ]); + 'vram=2', 'bpp=16', 'accel=1', 'mtrr=1', 'hwcur=1', 'xcon=6' ]); }; } |