summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-09-13 15:52:15 +0000
committerFrancois Pons <fpons@mandriva.com>2000-09-13 15:52:15 +0000
commit42ae5ba168e210dfbabf3281a3159c1539f1601e (patch)
treef53486bb0f0e9606455201568d19b563e7067b01 /perl-install/Xconfigurator.pm
parenta8808a13c8f1afc810cf13c5495cf6d5ebf08e8d (diff)
downloaddrakx-backup-do-not-use-42ae5ba168e210dfbabf3281a3159c1539f1601e.tar
drakx-backup-do-not-use-42ae5ba168e210dfbabf3281a3159c1539f1601e.tar.gz
drakx-backup-do-not-use-42ae5ba168e210dfbabf3281a3159c1539f1601e.tar.bz2
drakx-backup-do-not-use-42ae5ba168e210dfbabf3281a3159c1539f1601e.tar.xz
drakx-backup-do-not-use-42ae5ba168e210dfbabf3281a3159c1539f1601e.zip
*** empty log message ***
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r--perl-install/Xconfigurator.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm
index a6f3f8d16..2f2281954 100644
--- a/perl-install/Xconfigurator.pm
+++ b/perl-install/Xconfigurator.pm
@@ -184,8 +184,8 @@ sub cardConfiguration(;$$$) {
#- 3D acceleration configuration for XFree 3.3 using Utah-GLX.
$card->{Utah_glx} = ($card->{identifier} =~ /Matrox.* G[24]00/ || #- 8bpp does not work.
- $card->{identifier} =~ /3D Rage Pro AGP/ || #- by default only such card are supported, with AGP ?
- $card->{type} =~ /Intel 810/);
+ $card->{identifier} =~ /3D Rage Pro AGP/); #- by default only such card are supported, with AGP ?
+ #- NOT WORKING $card->{type} =~ /Intel 810/);
#- 3D acceleration configuration for XFree 3.3 using Utah-GLX but EXPERIMENTAL that may freeze the machine (FOR INFO NOT USED).
$card->{Utah_glx_EXPERIMENTAL} = ($card->{type} =~ /RIVA TNT/ || #- all RIVA/GeForce comes from NVIDIA and may freeze (gltron).
$card->{type} =~ /RIVA128/ ||
@@ -194,7 +194,7 @@ sub cardConfiguration(;$$$) {
#- $card->{type} =~ /S3 ViRGE/ || #- 15bits only
$card->{type} =~ /SiS /);
#- 3D acceleration configuration for XFree 4.0 using DRI.
- $card->{DRI_glx} = ($card->{identifier} =~ /Voodoo [35]/ || #- 16bit only #- NOT YET $card->{identifier} =~ /Voodoo Banshee/ ||
+ $card->{DRI_glx} = ($card->{identifier} =~ /Voodoo [35]/ || $card->{identifier} =~ /Voodoo Banshee/ || #- 16bit only
#- NOT WORKING $card->{identifier} =~ /Matrox.* G[24]00/ || #- prefer 16bit (24bit not well tested according to DRI)
$card->{type} =~ /Intel 810/ || #- 16bit
$card->{type} =~ /ATI Rage 128/); #- 16 and 32 bits, prefer 16bit as no DMA.