diff options
author | Nicolas Planel <nplanel@mandriva.com> | 2003-09-13 12:51:44 +0000 |
---|---|---|
committer | Nicolas Planel <nplanel@mandriva.com> | 2003-09-13 12:51:44 +0000 |
commit | 7b83bcecba936fe137f678661db262bc790c57c9 (patch) | |
tree | c6efe87b0cd863d2b046ed4156b99644d44eb1bb /perl-install/install2.pm | |
parent | 9ecca2577759ae6c8695a33a9c00b0e15f197f18 (diff) | |
download | drakx-7b83bcecba936fe137f678661db262bc790c57c9.tar drakx-7b83bcecba936fe137f678661db262bc790c57c9.tar.gz drakx-7b83bcecba936fe137f678661db262bc790c57c9.tar.bz2 drakx-7b83bcecba936fe137f678661db262bc790c57c9.tar.xz drakx-7b83bcecba936fe137f678661db262bc790c57c9.zip |
back to i810fb xcon=4 (bad docummented option)
Diffstat (limited to 'perl-install/install2.pm')
-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 a0d3006e6..8db2bda6b 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=6' ]); + 'vram=2', 'bpp=16', 'accel=1', 'mtrr=1', 'hwcur=1', 'xcon=4' ]); }; } |