Touchscreen Loses Calibration

Touchscreen Loses Calibration

Context


Acer or POS-X terminals connected to an ELO touchscreen that have OS image versions 4.2.0 - 4.2.2 and ELO driver version 1.1 or older.

Symptoms


  1. Touchscreen needs to be calibrated daily or weekly.
  2. Terminal beeps when the user touches the screen.

Diagnosis


  1. Log into the terminal via SSH.
  2. Check the OS image version:

# cat /etc/FC-release

  1. Check the version of the ELO driver that is installed:

# rpm -qi fullcount-terminal-elo

Resolution


  1. Log into the terminal via SSH.
  2. Download the package named fullcount-terminal-elo-1.2-0.x86-64.rpm:

# placeholder for commands to download

  1. Stop the service for the existing driver:

# service elo-usb stop || killall elousbd

  1. Uninstall the existing driver:

# rpm -e --nodeps fullcount-terminal-elo

  1. Install the new driver:

# rpm -ivh fullcount-terminal-elo-1.2-0.x86-64.rpm

  1. Restart the application:

# service xdm restart || killall xinit

  1. Calibrate the touchscreen.
  2. Ask the user to confirm that the touchscreen is working correctly.

 


    • Related Articles

    • Calibrate a Touchscreen

      Calibrate a Touchscreen Objectives Reduce the difference between the location that the user touchs on the screen and the location where the application registers a touch event. Prerequisites A FullCount terminal with a touchscreen monitor. Power ...
    • Touchscreen Themes

      WHERE TO CHANGE TOUCHSCREEN THEME: CLASSIC THEME: MODERN LIGHT THEME: MODERN DARK THEME: MODERN COMMUNITY COLOR THEME:
    • Android Touchscreen Deployment

      Objectives Create the FullCount Touchscreen Android Application Bundle (.aab) Deploy to the Google Playstore Deploy to local device Prerequisites Android Studio 2.1.3 (min at the time of this writing) JRE 1.6.0_45 (min) Android Keepass access (Google ...
    • Turn Off Elo Touchscreen Beep

      Turn Off Elo Touchscreen Beep Objectives 1. Turn off beeping on Elo touchscreen presses. Prerequisites 1. Remote Connection to affected terminal(s). Instructions 1. Navigate to the folder containing the configuration program. # cd /etc/opt/elo-usb/ ...
    • Role Definitions

      Roles can be defined by Admin Center > Security > Roles. Each role can be added/removed to provide specific access to users. Below is information describing these individual Roles. This is not yet a complete document describing all of the roles but ...