package: Removed graphic driver checking. (ubuntu)
authorminkee.lee <minkee.lee@samsung.com>
Wed, 22 Jul 2015 09:09:17 +0000 (18:09 +0900)
committerminkee.lee <minkee.lee@samsung.com>
Wed, 22 Jul 2015 09:12:24 +0000 (18:12 +0900)
- This is moved to emulator-supplements's install script.

Change-Id: I9b0d489aeeadbd244d3759aacf3be1a4df815562
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
package/2.4-emulator-qemu-x86.install.ubuntu-32
package/2.4-emulator-qemu-x86.install.ubuntu-64

index 6c1433d8469bc2bd5663a5164bfc9978d683457b..dca694369e34433cb0c58496fcae2a93d9e46126 100755 (executable)
@@ -121,33 +121,3 @@ else
 fi
 
 rm ${TMP_FILE}
-
-# run check-gl and show pop-up if using gallium driver.
-CHECK_GL_CMD=${TIZEN_SDK_INSTALL_PATH}/platforms/${PLATFORM_VERSION}/emulator/bin/check-gl
-
-GL_WARNING_MSG="You are using invalid graphic card driver for the emulator.
-You have to use the lastest vendor-provided graphic card driver.
-
-For more information, see under ubuntu driver help page.
-https://help.ubuntu.com/community/BinaryDriverHowto/ "
-
-showGraphicDriverWarning()
-{
-       zenity --error --no-wrap --text="
-$GL_WARNING_MSG"
-}
-
-$CHECK_GL_CMD
-RET=$?
-echo "check_gl return : $RET"
-if [ "$RET" = "0" ] ; then
-       echo "check-gl ... OK."
-elif [ "$RET" = "2" ] ; then
-       # show warning dialog
-       echo "check-gl ... fail."
-       if [ "$INSTALLMANAGER_UI" = "GUI" ] ; then
-               showGraphicDriverWarning
-       else
-               echo "Warning : $GL_WARNING_MSG"
-       fi
-fi
index 6c1433d8469bc2bd5663a5164bfc9978d683457b..dca694369e34433cb0c58496fcae2a93d9e46126 100755 (executable)
@@ -121,33 +121,3 @@ else
 fi
 
 rm ${TMP_FILE}
-
-# run check-gl and show pop-up if using gallium driver.
-CHECK_GL_CMD=${TIZEN_SDK_INSTALL_PATH}/platforms/${PLATFORM_VERSION}/emulator/bin/check-gl
-
-GL_WARNING_MSG="You are using invalid graphic card driver for the emulator.
-You have to use the lastest vendor-provided graphic card driver.
-
-For more information, see under ubuntu driver help page.
-https://help.ubuntu.com/community/BinaryDriverHowto/ "
-
-showGraphicDriverWarning()
-{
-       zenity --error --no-wrap --text="
-$GL_WARNING_MSG"
-}
-
-$CHECK_GL_CMD
-RET=$?
-echo "check_gl return : $RET"
-if [ "$RET" = "0" ] ; then
-       echo "check-gl ... OK."
-elif [ "$RET" = "2" ] ; then
-       # show warning dialog
-       echo "check-gl ... fail."
-       if [ "$INSTALLMANAGER_UI" = "GUI" ] ; then
-               showGraphicDriverWarning
-       else
-               echo "Warning : $GL_WARNING_MSG"
-       fi
-fi