From 122873357bba0473773afadf6fbbb9342c2f91f4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Mar 2008 10:43:12 +0000 Subject: 0.51 --- lib/Xconfig/monitor.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Xconfig/monitor.pm') diff --git a/lib/Xconfig/monitor.pm b/lib/Xconfig/monitor.pm index a99439d..36222af 100644 --- a/lib/Xconfig/monitor.pm +++ b/lib/Xconfig/monitor.pm @@ -158,6 +158,8 @@ that is beyond the capabilities of your monitor: you may damage your monitor. sub _configure_automatic_LCD { my ($monitor) = @_; + $monitor->{HorizSync} && $monitor->{VertRefresh} and return; + $monitor->{preferred_resolution} && Xconfig::xfree::resolution2ratio($monitor->{preferred_resolution}) eq '16/10' or return; -- cgit v1.2.1