From 55ad627d319b9279fa6b42a1f75c37b5294d8e83 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 8 Sep 2003 11:46:59 +0000 Subject: set xcon=6 when loading i810fb module (to have console 7 with X). --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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' ]); }; } -- cgit v1.2.1