diff options
author | Srikant Patnaik | 2015-02-24 10:22:40 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-02-24 10:22:40 +0530 |
commit | dcfceabac8aa51d45eb56fb21a13c873b9e8d00a (patch) | |
tree | 4402ca7d49d67d07f37e347956c100702fb4795d /probe-hdmi | |
parent | 75dab9cc9336ccc620a61961239dc28f303e8ad7 (diff) | |
download | FOSSEE-netbook-tools-dcfceabac8aa51d45eb56fb21a13c873b9e8d00a.tar.gz FOSSEE-netbook-tools-dcfceabac8aa51d45eb56fb21a13c873b9e8d00a.tar.bz2 FOSSEE-netbook-tools-dcfceabac8aa51d45eb56fb21a13c873b9e8d00a.zip |
modified info text in probe-hdmi
Diffstat (limited to 'probe-hdmi')
-rwxr-xr-x | probe-hdmi/probe-hdmi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/probe-hdmi/probe-hdmi.sh b/probe-hdmi/probe-hdmi.sh index 8cefb87..c37108c 100755 --- a/probe-hdmi/probe-hdmi.sh +++ b/probe-hdmi/probe-hdmi.sh @@ -85,7 +85,7 @@ if [ $kernel_resolution == '1024x720p' ] && [ ! -f $xorg ]; then message -w 500 -h 400 "There are two possible settings, A and B. You are in Setting-A (default setting).\\nIt is recommended to connect HDMI/HDMI-to-VGA cable to netbook and restart. HDMI might work with thick bottom bar. You can also use this application through console by typing 'probehdmi'.\\n Select 'Ok' to continue" -return_code_A=$(question -w 600 -h 300 "If setting-A doesn't work, you may try setting-B. The setting-B will make your bottom panel unavailable on netbook screen, but HDMI might work in full screen mode. Your desktop will be reloaded.\\nSelect 'Ok' to try setting-B, select 'Cancel' to continue Setting-A. \\nYou may change from setting-B to setting-A anytime by revisiting this application." 2>&1) +return_code_A=$(question -w 600 -h 300 "If setting-A doesn't work, you may try setting-B. The setting-B will make your bottom panel unavailable on netbook screen, but HDMI might work in full screen mode. Your desktop will be reloaded.\\nSelect 'Ok' to try setting-B, select 'Cancel' to continue Setting-A. \\nYou may change from setting-B to setting-A anytime by revisiting this application or by restarting the netbook" 2>&1) [ $return_code_A -eq 1 ] && exit 0 sudo cp -v $fb1 $xorg |