aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-probe
diff options
context:
space:
mode:
Diffstat (limited to 'monitor-probe')
-rwxr-xr-xmonitor-probe2
1 files changed, 1 insertions, 1 deletions
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