diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-06-05 19:10:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-06-05 19:10:21 +0000 |
commit | f4f2d5e5a0ad224db2e5983054657b3cefdc9d06 (patch) | |
tree | 3b12d5f8e1b6156a44ab859e9f49f83e3faec223 /perl-install/Xconfigurator_consts.pm | |
parent | db2b62bdd8670a29de6ad645f28a48d758b3cb84 (diff) | |
download | drakx-backup-do-not-use-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar drakx-backup-do-not-use-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar.gz drakx-backup-do-not-use-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar.bz2 drakx-backup-do-not-use-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar.xz drakx-backup-do-not-use-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.zip |
no_comment
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-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 6a3eb49ff..9e86d36d1 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -155,7 +155,7 @@ $default_monitor = "High Frequency SVGA, 1024x768 at 70 Hz"; %lines = ( #- 'Cirrus Logic|GD 5446' => [ ' Option "no_bitblt"' ], - 'Silicon Integrated Systems [SiS]|86C326' => [ ' Option "noaccel"' ], + 'Silicon Integrated Systems [SiS]|86C326' => [ qq( Option "noaccel"\n Option "sw_cursor") ], #- 'Trident Microsystems|Cyber 9525' => [ ' Option "noaccel"' ], #- 'S3 Inc.|86c368 [Trio 3D/2X]' => [ ' ChipID 0x8a10' ], ); |