diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-08 12:57:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-08 12:57:01 +0000 |
commit | 0c5e8b25cba12f61ef53a9b605359254c261d274 (patch) | |
tree | d0b90b13627871748ce6e507197700c6f9df044d /monitor-probe | |
parent | fbc544617a94c6c7b815ca5d52ea8bc0dff2fe67 (diff) | |
download | monitor-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-probe')
-rwxr-xr-x | monitor-probe | 2 |
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 |