aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-parse-edid
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-08-08 12:57:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-08-08 12:57:01 +0000
commit0c5e8b25cba12f61ef53a9b605359254c261d274 (patch)
treed0b90b13627871748ce6e507197700c6f9df044d /monitor-parse-edid
parentfbc544617a94c6c7b815ca5d52ea8bc0dff2fe67 (diff)
downloadmonitor-edid-0c5e8b25cba12f61ef53a9b605359254c261d274.tar
monitor-edid-0c5e8b25cba12f61ef53a9b605359254c261d274.tar.gz
monitor-edid-0c5e8b25cba12f61ef53a9b605359254c261d274.tar.bz2
monitor-edid-0c5e8b25cba12f61ef53a9b605359254c261d274.tar.xz
monitor-edid-0c5e8b25cba12f61ef53a9b605359254c261d274.zip
- add option --try-in-console when probing edid
since probing edid sometimes only work in console - use this option by default in monitor-probe
Diffstat (limited to 'monitor-parse-edid')
-rwxr-xr-xmonitor-parse-edid1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor-parse-edid b/monitor-parse-edid
index 6aa9faa..dc8cead 100755
--- a/monitor-parse-edid
+++ b/monitor-parse-edid
@@ -449,6 +449,7 @@ GetOptions(
'v' => \ (my $verbose),
'perl' => \ (my $raw_perl),
'MonitorsDB' => \ (my $MonitorsDB),
+ 'try-in-console' => undef,
) or usage();
my $F;