diff options
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"' ], |