diff options
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index e1005b3b1..6a3eb49ff 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -23,8 +23,8 @@ use common qw(:common); 'FBDev' => "fbdev", ) : ( 'SVGA' => "svga", - 'Rage128' => "svga", - '3dfx' => "svga", +#- 'Rage128' => "svga", +#- '3dfx' => "svga", 'S3' => "accel", 'Mach32' => "accel", 'Mach8' => "accel", |