diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-03 17:30:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-03 17:30:17 +0000 |
commit | 9680a74c3cb9605cc8b5235fc7e82af5f48117e6 (patch) | |
tree | 3fdd619690c8a7dae5a209867e18b90bb9156d1a /perl-install/Xconfigurator_consts.pm | |
parent | 530019effd566e71f900dde5cff3ee53c408b8a1 (diff) | |
download | drakx-9680a74c3cb9605cc8b5235fc7e82af5f48117e6.tar drakx-9680a74c3cb9605cc8b5235fc7e82af5f48117e6.tar.gz drakx-9680a74c3cb9605cc8b5235fc7e82af5f48117e6.tar.bz2 drakx-9680a74c3cb9605cc8b5235fc7e82af5f48117e6.tar.xz drakx-9680a74c3cb9605cc8b5235fc7e82af5f48117e6.zip |
no_comment
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 2f67bca2d..6ec58f536 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -148,6 +148,7 @@ $resolution_wanted = "1024x768"; %lines = ( #- 'Cirrus Logic|GD 5446' => [ ' Option "no_bitblt"' ], 'Silicon Integrated Systems [SiS]|86C326' => [ ' Option "noaccel"' ], + 'Trident Microsystems|Cyber 9525' => [ ' Option "noaccel"' ], 'S3 Inc.|86c368 [Trio 3D/2X]' => [ ' ChipID 0x8a10' ], ); |