From 057e49efb6314a77711d9a8b1af8238972321569 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 23 Feb 2002 10:47:25 +0000 Subject: remove Option "sw_cursor" for "SiS 6326" since it's already handled in Xconfigurator.pm --- perl-install/Xconfigurator_consts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfigurator_consts.pm') diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index 4139bdecf..2abbc0c03 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -168,7 +168,7 @@ $low_default_monitor = "Super VGA, 800x600 at 56 Hz"; %lines = ( #- 'Cirrus Logic|GD 5446' => [ ' Option "no_bitblt"' ], - 'Silicon Integrated Systems [SiS]|86C326' => [ qq( Option "noaccel"\n Option "sw_cursor") ], + 'Silicon Integrated Systems [SiS]|86C326' => [ qq( Option "noaccel") ], 'Neomagic Corporation|NM2160 [MagicGraph 128XD]' => [ 'Option "XaaNoScanlineImageWriteRect"', 'Option "XaaNoScanlineCPUToScreenColorExpandFill' ], #- 'Trident Microsystems|Cyber 9525' => [ ' Option "noaccel"' ], -- cgit v1.2.1