diff options
author | Francois Pons <fpons@mandriva.com> | 2000-12-11 13:23:41 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-12-11 13:23:41 +0000 |
commit | 3c19d41acbbed8eaf47081989e1d73a3ba18d044 (patch) | |
tree | 9784dcdb36143eeb51f48ad2a989452a9d1cf38c /perl-install/Xconfigurator.pm | |
parent | 905062480d41547b7a47c347c397f36dbc00a93c (diff) | |
download | drakx-backup-do-not-use-3c19d41acbbed8eaf47081989e1d73a3ba18d044.tar drakx-backup-do-not-use-3c19d41acbbed8eaf47081989e1d73a3ba18d044.tar.gz drakx-backup-do-not-use-3c19d41acbbed8eaf47081989e1d73a3ba18d044.tar.bz2 drakx-backup-do-not-use-3c19d41acbbed8eaf47081989e1d73a3ba18d044.tar.xz drakx-backup-do-not-use-3c19d41acbbed8eaf47081989e1d73a3ba18d044.zip |
Radeon uses 3D hw accel theoritically now.
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index a2f35dc7a..5d0f51936 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -204,7 +204,8 @@ sub cardConfiguration(;$$$) { #- 3D acceleration configuration for XFree 4.0 using DRI. $card->{DRI_glx} = ($card->{identifier} =~ /Voodoo [35]/ || $card->{identifier} =~ /Voodoo Banshee/ || #- 16bit only $card->{identifier} =~ /Matrox.* G[24]00/ || #- prefer 16bit (24bit not well tested according to DRI) - $card->{identifier} =~ /8281[05].* CGC/ || #- 16bit (Intel 810 & 815). + $card->{identifier} =~ /8281[05].* CGC/ || #- 16bits (Intel 810 & 815). + $card->{identifier} =~ /Radeon / || #- 16bits preferable ? $card->{identifier} =~ /Rage 128/); #- 16 and 32 bits, prefer 16bit as no DMA. #- check to use XFree 4.0 or XFree 3.3. |