diff options
author | Srikant Patnaik | 2015-03-09 11:43:00 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-03-09 11:43:00 +0530 |
commit | 884571c0e69cb7fc913db2b250cef799598d7024 (patch) | |
tree | bb23df36175aa9884b4f648036c054d42f9bef7b /probe-hdmi | |
parent | 456b3930c2e3be19ae623db88d05b2cdfc1d2434 (diff) | |
parent | dcfceabac8aa51d45eb56fb21a13c873b9e8d00a (diff) | |
download | FOSSEE-netbook-patcher-884571c0e69cb7fc913db2b250cef799598d7024.tar.gz FOSSEE-netbook-patcher-884571c0e69cb7fc913db2b250cef799598d7024.tar.bz2 FOSSEE-netbook-patcher-884571c0e69cb7fc913db2b250cef799598d7024.zip |
Merge branch 'master' of https://github.com/FOSSEE/FOSSEE-netbook-tools
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 |