From: minkee.lee Date: Wed, 22 Jul 2015 09:09:17 +0000 (+0900) Subject: package: Removed graphic driver checking. (ubuntu) X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~286^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3621abf87dd3d14d58271ee213d3d8b71d359f4;p=sdk%2Femulator%2Fqemu.git package: Removed graphic driver checking. (ubuntu) - This is moved to emulator-supplements's install script. Change-Id: I9b0d489aeeadbd244d3759aacf3be1a4df815562 Signed-off-by: minkee.lee --- diff --git a/package/2.4-emulator-qemu-x86.install.ubuntu-32 b/package/2.4-emulator-qemu-x86.install.ubuntu-32 index 6c1433d846..dca694369e 100755 --- a/package/2.4-emulator-qemu-x86.install.ubuntu-32 +++ b/package/2.4-emulator-qemu-x86.install.ubuntu-32 @@ -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 diff --git a/package/2.4-emulator-qemu-x86.install.ubuntu-64 b/package/2.4-emulator-qemu-x86.install.ubuntu-64 index 6c1433d846..dca694369e 100755 --- a/package/2.4-emulator-qemu-x86.install.ubuntu-64 +++ b/package/2.4-emulator-qemu-x86.install.ubuntu-64 @@ -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