From f3621abf87dd3d14d58271ee213d3d8b71d359f4 Mon Sep 17 00:00:00 2001 From: "minkee.lee" Date: Wed, 22 Jul 2015 18:09:17 +0900 Subject: [PATCH] package: Removed graphic driver checking. (ubuntu) - This is moved to emulator-supplements's install script. Change-Id: I9b0d489aeeadbd244d3759aacf3be1a4df815562 Signed-off-by: minkee.lee --- .../2.4-emulator-qemu-x86.install.ubuntu-32 | 30 ------------------- .../2.4-emulator-qemu-x86.install.ubuntu-64 | 30 ------------------- 2 files changed, 60 deletions(-) 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 -- 2.34.1