Hi Bryan,
I just tested a Qt-5 build with Cinematic Experience demo, and things
appeared to work without any command-line argument for the touch
screen:
root@nitrogen6x:/usr/bin# ./Qt5_CinematicExperience -platform eglfs
I built with multi-touch support by patching nitrogen6x/defconfig
as shown below:
diff --git a/recipes-kernel/linux/linux-boundary-3.0.35/nitrogen6x/defconfig b/r
index 11e0729..97ba84c 100644
--- a/recipes-kernel/linux/linux-boundary-3.0.35/nitrogen6x/defconfig
+++ b/recipes-kernel/linux/linux-boundary-3.0.35/nitrogen6x/defconfig
@@ -130,7 +130,7 @@ CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_EGALAX=y
CONFIG_TOUCHSCREEN_EGALAX_SINGLE_TOUCH=y
CONFIG_TOUCHSCREEN_FT5X06=y
-CONFIG_TOUCHSCREEN_FT5X06_SINGLE_TOUCH=y
+# CONFIG_TOUCHSCREEN_FT5X06_SINGLE_TOUCH is not set
CONFIG_TOUCHSCREEN_TSC2004=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
What app(s) are you using to determine if multi-touch is functional?
The Cinematic experience demo doesn't appear to do anything with
multi-touch gestures (pinch, zoom).