diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-24 17:35:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-24 17:35:51 +0000 |
commit | 6c1eb832dc829308db10d326a3dc04ee59ecf584 (patch) | |
tree | 678ec16c2f456eed1d122892cced0d48bb0ca043 /perl-install/Xconfigurator_consts.pm | |
parent | e962982d2c2e9d943675f461c6fff487b67a8872 (diff) | |
download | drakx-6c1eb832dc829308db10d326a3dc04ee59ecf584.tar drakx-6c1eb832dc829308db10d326a3dc04ee59ecf584.tar.gz drakx-6c1eb832dc829308db10d326a3dc04ee59ecf584.tar.bz2 drakx-6c1eb832dc829308db10d326a3dc04ee59ecf584.tar.xz drakx-6c1eb832dc829308db10d326a3dc04ee59ecf584.zip |
force Option "sw_cursor" for MagicMedia 256XL+ (thanks to Edward Tandi)
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index 2abbc0c03..d43d8f9dd 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -170,6 +170,7 @@ $low_default_monitor = "Super VGA, 800x600 at 56 Hz"; #- 'Cirrus Logic|GD 5446' => [ ' Option "no_bitblt"' ], 'Silicon Integrated Systems [SiS]|86C326' => [ qq( Option "noaccel") ], 'Neomagic Corporation|NM2160 [MagicGraph 128XD]' => [ 'Option "XaaNoScanlineImageWriteRect"', 'Option "XaaNoScanlineCPUToScreenColorExpandFill' ], + 'Neomagic Corporation|[MagicMedia 256XL+]' => [ ' Option "sw_cursor"' ], #- 'Trident Microsystems|Cyber 9525' => [ ' Option "noaccel"' ], #- 'S3 Inc.|86c368 [Trio 3D/2X]' => [ ' ChipID 0x8a10' ], |