diff options
-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" }; } } |