Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Screen Tearing issue

Screen Tearing issue

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 796 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    durai
    wrote on last edited by
    #1

    Hi,

    Below is the environment setup,

    Board: Custom made

    Processor: AM3354

    SDK: 7

    Linux :3.12

    Application: QT5.3

    We have faced the tearing issue with QT5.3 so in linux filesystem edited the /etc/power.ini/ like below

    WindowSystem=libpvrPVR2D_FLIPWSEGL.so.1

    With above Configuration the tearing issue is disappeared.

    We have downloaded the QT serial port example from below link

    http://mirror.esc7.net/pub/Ubuntu/pool/main/q/qtserialport-opensource-src/qtserialport-opensource-src_5mirror.esc7.net

    We took the following example code

    qtserialport-opensource-src-5.3.2\examples\serialport\master\dialog.cpp

    Added the following system call in "send request function and compiled.

    system("./browser");

    Ran the executable and press the "send request button" and it throws below error

    "could not create the egl surface error = 0x3001"

    The same call if we are using in main Dialog window browser is opening and working.

    However if we use the FRONT mode there is no issue but tearing is happening.

    The problem in the flip mode is if we call the system call in inside any push button the external application is not running.

    Please help on this

    Regards
    Durai

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved