summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/card.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-28 22:12:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-28 22:12:07 +0000
commit792982d3d9eb3d6776269dcc48934c1b5b343575 (patch)
tree2fb28f9547f1d59f0bb6b34952fdf49fdc0c1dff /perl-install/Xconfig/card.pm
parent748e43ac03172adf9bd27d43dd53df762470353c (diff)
downloaddrakx-backup-do-not-use-792982d3d9eb3d6776269dcc48934c1b5b343575.tar
drakx-backup-do-not-use-792982d3d9eb3d6776269dcc48934c1b5b343575.tar.gz
drakx-backup-do-not-use-792982d3d9eb3d6776269dcc48934c1b5b343575.tar.bz2
drakx-backup-do-not-use-792982d3d9eb3d6776269dcc48934c1b5b343575.tar.xz
drakx-backup-do-not-use-792982d3d9eb3d6776269dcc48934c1b5b343575.zip
rahh, don't commit my test code!
Diffstat (limited to 'perl-install/Xconfig/card.pm')
-rw-r--r--perl-install/Xconfig/card.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm
index 654db6ab1..59a352941 100644
--- a/perl-install/Xconfig/card.pm
+++ b/perl-install/Xconfig/card.pm
@@ -118,8 +118,8 @@ sub to_raw_X {
sub probe() {
#-for Pixel tests
- my @c = { driver => 'Card:Matrox Millennium G400 DualHead', description => 'Matrox|Millennium G400 Dual HeadCard' };
-#- my @c = grep { $_->{driver} =~ /(Card|Server|Driver):/ } detect_devices::probeall();
+#- my @c = { driver => 'Card:Matrox Millennium G400 DualHead', description => 'Matrox|Millennium G400 Dual HeadCard' };
+ my @c = grep { $_->{driver} =~ /(Card|Server|Driver):/ } detect_devices::probeall();
my @cards = map {
my @l = $_->{description} =~ /(.*?)\|(.*)/;