1920x1080 Touchscreen driver (Dell S2240T)

0

I'm working on an interactive infoscreen-system based on a raspberry Pi 3. For that I need to install the LCD-show driver to the Pi in order to use it as a touchscreen. But the screen I have to use has a 1920 x 1080 resolution and it's a Dell S2240T 21.5'.

I haven't found a way to get the driver for this resolution. And the drivers for other resolutions won't work. Is there somekind of an alternative?

Lin0

Posted 2018-04-13T06:36:00.660

Reputation: 103

I’m not quite sure what you’re expecting to find. Sounds like a plain old PC display to me. It probably connects via HDMI and doesn’t require any drivers whatsoever. – Daniel B – 2018-04-13T07:38:21.900

It's a Dell S2240T touchscreen monitor. Yes its connected with a HDMI but also with a USB for the touchscreen signal.The driver I'm searching is just for the touchinput. – Lin0 – 2018-04-13T08:26:26.080

What you’re looking for isn’t Pi-specific in any way. I’ve never used a touchscreen with Linux, so I cannot provide further assistance, sorry. – Daniel B – 2018-04-13T08:36:14.167

Have a look at this discussion: Enabling USB Touchscreen

– CaldeiraG – 2018-04-13T08:43:42.783

1Drivers are for devices, not for resolutions. – gronostaj – 2018-04-13T10:52:52.433

Indeed, the touchscreen is independent of resolutions and it must be able to work best at its native resolution. There are no drivers bundled by Dell because it's assumed to be "plug'n'play" (USB) and it is for any Windows 7 (updated) or newer, MacOS (?), and any desktop Linux distro since several years ago. Provided the computer has USB and runs an OS supporting it it doesn't matter if it's RPi or a desktop PC. The driver you may need to find to make it work depends on the OS. Please [edit] and add that. – None – 2018-04-13T16:52:13.600

Answers

0

I now used the driver from git. It works perfectly fine with the Dell Monitor and the desired resolution.

Lin0

Posted 2018-04-13T06:36:00.660

Reputation: 103