Gabrielllopes / ubuntu-mult-diplay

This GitHub repository contains a set of scripts and configurations to enable and seamlessly integrate a second touchscreen display on Ubuntu systems. The provided code and documentation guide users through the process of setting up and calibrating an additional touchscreen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains a script to automaticly set up a touchscreen monitor in Ubuntu.

The main problem here is that when you just plug a monitor, if you have more than one, Ubuntu will make the hole screen area visible for touch, and not only your monitor.

This repository is based on this tutorial, so if you just need setup one time go there.

To use the automatic setup script add_monitor you will need to know the name of your monitor.

To do that use the following command:

xinput

and the port:

xrandr
  • obs: if you change your connection port you will also have to change this paramter.

After that I recommend to add this script to the startup scripts.

About

This GitHub repository contains a set of scripts and configurations to enable and seamlessly integrate a second touchscreen display on Ubuntu systems. The provided code and documentation guide users through the process of setting up and calibrating an additional touchscreen.


Languages

Language:Shell 100.0%