diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-26 10:10:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-26 10:10:11 +0000 |
commit | f20995891731554b01367f7f3a702abb0c6f18a2 (patch) | |
tree | 52c7ac1ab3829d06e9f0ecb11dba2a3c34b92e5b /lib/Xconfig/monitor.pm | |
parent | 6fe08ddfb39fac7336c57c115c20ca7693ef97d7 (diff) | |
download | drakx-kbd-mouse-x11-f20995891731554b01367f7f3a702abb0c6f18a2.tar drakx-kbd-mouse-x11-f20995891731554b01367f7f3a702abb0c6f18a2.tar.gz drakx-kbd-mouse-x11-f20995891731554b01367f7f3a702abb0c6f18a2.tar.bz2 drakx-kbd-mouse-x11-f20995891731554b01367f7f3a702abb0c6f18a2.tar.xz drakx-kbd-mouse-x11-f20995891731554b01367f7f3a702abb0c6f18a2.zip |
add a log
Diffstat (limited to 'lib/Xconfig/monitor.pm')
-rw-r--r-- | lib/Xconfig/monitor.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Xconfig/monitor.pm b/lib/Xconfig/monitor.pm index 747becc..23802e5 100644 --- a/lib/Xconfig/monitor.pm +++ b/lib/Xconfig/monitor.pm @@ -273,6 +273,7 @@ sub probe_using_X { if (my $res = $resolution->[0]{preferred_resolution}) { generic_flat_panel_($res->{X}, $res->{Y}); } else { + log::l("at least one EDID was found in Xorg.log, so let Xorg autodetect the monitor"); { VendorName => "Plug'n Play" }; } } |