This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3358: Touchscreen issue in Qt web browser

Part Number: AM3358

Tool/software: Linux

Hi Experts,

We are using the latest TI processor SDK and using its QT webbrowser application.

We wanted to disable weston service and running QT demo using openGLES, but looks like our touch screen is not sensing correctly on QT demo code if we run platform mode as 'eglfs'

systemctl disable weston

systemctl stop weston

./qtwebbrowser -platform eglfs

But touch sensing correctly if we enable WESTON and run the demo.

systemctl enable weston

systemctl start weston

./qtwebbrowser


1. Can you please help us to solve the touch screen sensitivity issue when we run 'eglfs' mode.

2. How we can disable the weston grey color background? this is need to be removed, disturbing while showing our app.

Thanks for the help.