This, although happening on a Framework laptop, is not a Framework specific problem. I am just asking for help from fellow users out of desperation.
Problem
I bought a new Verbatim touchscreen and trying to use it on my Fedora 43 Framework laptop. The display works as expected with the USB-C + Thunderbolt connection. Powering up and everything. Except the touch behaves oddly – the touch it register goes to my main screen instead of itself (secondary).
I have set it as an extended monitor. And I intend to use it that way. So I want to fix the touch.
Attempted Fix with gsettings
I tried to set gsettings with steps inspired by the instructions here:
- I checked the hardware information of the screen using hwinfo:
$ hwinfo --monitors 46: None 00.0: 10002 LCD Monitor [Created at monitor.125] Unique ID: rdCR.crX5FdnqKe6 Parent ID: 0Gk3.fV4E8xPcyB4 Hardware Class: monitor Model: “Verbatim MT15” Vendor: RTK Device: eisa 0x0003 “Verbatim MT15” Serial ID: “demoset-1” ... Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #21 (VGA compatible controller) ... ... - I then run the following gsettings command:
$ gsettings set org.gnome.desktop.peripherals.touchscreen:/org/gnome/desktop/peripherals/touchscreens/0457:0819/ output "['RTK', '0x0003', 'demoset-1']"
After restart, the problem is still there.
Any advice on what I might try next?