From 0c5e8b25cba12f61ef53a9b605359254c261d274 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Aug 2005 12:57:01 +0000 Subject: - add option --try-in-console when probing edid since probing edid sometimes only work in console - use this option by default in monitor-probe --- monitor-probe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor-probe') diff --git a/monitor-probe b/monitor-probe index dfde554..e3213b7 100755 --- a/monitor-probe +++ b/monitor-probe @@ -24,7 +24,7 @@ if [ $EUID != 0 ]; then fi [ -n "$opt_v" ] && echo "probing EDID" 1>&2 -monitor-edid $opt_v && exit 0 +monitor-edid --try-in-console $opt_v && exit 0 [ -n "$opt_v" ] && echo "probing using X" 1>&2 monitor-probe-using-X $X_driver && exit 0 -- cgit v1.2.1