> For the complete documentation index, see [llms.txt](https://support.onlogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.onlogic.com/support-articles/how-tos/firmware-bios-drivers/touchscreen-driver-installation-linux.md).

# Touchscreen Driver Installation (Linux)

Some touchscreens require additional drivers to work on Ubuntu and similar OS distributions. This page will guide you through the installation.

Download the driver files from the following link and save to the downloads folder.

<https://drive.google.com/file/d/1g-GPP1d1dcl7hP0OBUSgktXsCWeRebef>

<figure><img src="/files/7HNkmy30DSJFv4zRltww" alt="" height="53" width="512"><figcaption></figcaption></figure>

Use the tar command to extract the archive. Tip: Type “tar -zxvf eGT” and press tab. The rest of the filename will be autofilled.

<figure><img src="/files/zW0fhkoASqqwqDnH9ZVC" alt="" height="133" width="528"><figcaption></figcaption></figure>

CD into the newly created folder.

use chmod to make the setup.sh file executable and then run it with ./

<figure><img src="/files/fIrVSdx1EEAE2pG41ODe" alt="" height="508" width="638"><figcaption></figcaption></figure>

Press Y and Enter to accept the license agreement.

<figure><img src="/files/zwDbOrpuXSONsjV5Nq3l" alt="" height="36" width="302"><figcaption></figcaption></figure>

When prompted, type 2 and Enter to select USB (The display uses a USB connection internally)

<figure><img src="/files/XBsIE681Izq6kjwYnTdB" alt="" height="86" width="438"><figcaption></figcaption></figure>

Press enter on any additional prompts. The driver installer will exit and prompt you to reboot the system. Restart, and the driver will be in use.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.onlogic.com/support-articles/how-tos/firmware-bios-drivers/touchscreen-driver-installation-linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
