Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Resolving Touch Screen calibration issues with Ubuntu and the C5518QT Monitor

Summary: The following article information about touch screen issues. Problems with Dell computer's using an older Ubuntu Operating System (OS) connected to a Dell C5518QT touch screen display.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms


 

Does the Dell C5518QT Touch Screen display show touch screen issues with older versions of the Ubuntu Operating System?

 

Dell C5518QT Touch-screen owners have reported that their displays are not calibrated when performing a default Ubuntu install on an applicable Dell computer.

Those of you using older versions of Ubuntu with the external screen C5518QT may see a gap in the touch functionality. Ubuntu does not calibrate the touch screen by default configuration.

C5518QT Product Shot

(Figure.1 C5518QT Touchscreen Monitor)

Note: This behavior with touch screen capability has been identified with Ubuntu up until version 16.04. We do not expect the same behavior with version 18.04 or newer installed.
 

Cause

Dell C5518QT touch screen monitor calibration issue with Ubuntu.

Resolution

 

The following steps take you through how to calibrate the C5581QT touch screen monitor. When connected to a Dell computer running 16.04 or older version of the Ubuntu Operating System (OS).

Once the monitor is plugged to the computer, you can calibrate the monitor through a third-party application:

There are several various software utilities available for Ubuntu that help to calibrate the monitor and touch screen capabilities.

xinput_calibrator

The xinput calibrator has been included in Ubuntu since version 12.04. It is available for all the early versions; you can find the full documentation on the following link:

eGalax Touchscreen

The eGalax Touchscreen has been included in Ubuntu since version 14.04 and you can find all the steps in the following link to the documentation:

Alternatively, once the monitor is plugged to the computer, you can calibrate the monitor through the Xrandr application:

  1. Confirm that Xrandr is installed. Typing the following command in Terminal and pressing the Enter key installs the latest version of the application:

    sudo apt-get install xrandr

 
Note: Starting any command with sudo gives the following command administrator privileges. You need access to an Administrator account on this computer, as it asks for an administrator username and password to proceed.
  1. Adjust the video settings:

    1. Start by typing the following command in Terminal and press the Enter key:

      xrandr --output --off

    2. In case you already touched it, reset the Coordinate Transformation Matrix by typing the following command and pressing Enter:

      xinput map-to-output

    3. Calibrate with xinput_calibrator.

    4. Re-enable the screen with the following command in Terminal and press the Enter key:

      xrandr --output –on

  2. Edit calibration.conf at the following location:

    • /usr/share/X11/xorg.conf.d/99-calibration.conf:

  3. Replace with the following values:

    1. Section "InputClass"

    2. Identifier "calibration"

    3. MatchProduct "ILITEK ILITEK Multi-Touch"

    4. Option "Calibration" "14 10928 15 6122"

    5. Option "SwapAxes" "0"

    6. EndSection

  4. Update the line:

    • xinput map-to-output  [touch device] [monitor input]: please you have to identify the monitor device number from LS command and what is the video port used HDMI or DP

      Example: xinput map-to-output 9 HDMI1

  5. Close the Terminal window and reboot the computer.

  6. Boot back into Ubuntu and open a new Terminal window.

  7. Edit .xsessionrc to update the same line xinput map-to-output, as this will keep the touch screen configuration past the next reboot or full shutdown.

 

Article Properties


Affected Product

Dell C5518QT

Last Published Date

06 Oct 2022

Version

7

Article Type

Solution