Disable/enable lvds calibration with new BSP i.MX6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Disable/enable lvds calibration with new BSP i.MX6

1,115 Views
FranciscoCarril
Contributor V

The newest demo image for i.MX6 is a gnome release, so it runs with X11.

The startx script that executes at the begining has logic to detect if you are using an lvds, if a touchscreen is detected then ts_calibrate gets executed.  The problem arises when you have an HDMI monitor as primary screen and lvds as secondary.  Then you will see the calibration tool running in your HDMI monitor and you can't get out of it.

In order to disable/enable the calibration you have to edit the file before creating the sdcard or before booting nfs :  

vi bsprootfs/usr/bin/startx

And modify this section.

if [ -L /dev/input/ts0 ]; then

        ls /usr/etc | grep pointercal > /dev/null 2>&1

        if [ $? = 1 ]; then

           #     ts_calibrate

        fi

fi

Thanks to Guillermo Michel for the tip.

Labels (2)
2 Replies

593 Views
varsmolta
Contributor V

where can I get this newest gnome release?

0 Kudos
Reply

593 Views
FranciscoCarril
Contributor V
0 Kudos
Reply