Hello,
Does a touchscreen computer work fine with the Trinity Desktop ?
Thanks, regards,
André
On Tuesday 31 July 2018 18.11:00 andre_debian@numericable.fr wrote:
Hello,
Does a touchscreen computer work fine with the Trinity Desktop ?
Thanks, regards,
André
Hi André,
I run two of these: Thinkpad x220t and Toshiba Z20t (with a screen that can act as a tablet). I also experienced a working install on a Microsoft Surface Pro 2 (but the keyboard and touchpad were very bad).
Thierry
I have a Lenovo 700 and the touch screen works like a mouse it doesn't rotate and you can't do finger gestures. I keep hoping a new kernel will fix it but no luck so far.
On Tue, Jul 31, 2018 at 12:49 PM, Thierry de Coulon tcoulon@decoulon.ch wrote:
On Tuesday 31 July 2018 18.11:00 andre_debian@numericable.fr wrote:
Hello,
Does a touchscreen computer work fine with the Trinity Desktop ?
Thanks, regards,
André
Hi André,
I run two of these: Thinkpad x220t and Toshiba Z20t (with a screen that can act as a tablet). I also experienced a working install on a Microsoft Surface Pro 2 (but the keyboard and touchpad were very bad).
Thierry
To unsubscribe, e-mail: trinity-users-unsubscribe@ lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists. pearsoncomputing.net Read list messages on the web archive: http://trinity-users. pearsoncomputing.net/ Please remember not to top-post: http://trinity. pearsoncomputing.net/mailing_lists/#top-posting
On Tuesday 31 July 2018 18.59:05 Pisini, John wrote:
I have a Lenovo 700 and the touch screen works like a mouse it doesn't rotate and you can't do finger gestures. I keep hoping a new kernel will fix it but no luck so far.
I had to write some code to get screen rotation. I don't use finger gestures so I can't say anything about that.
I mostly use the pen when using the touchscreen, but I can handwrite. I can use my fingers as pointers but evolution is slow and my fingertips ahve not yet become fine enough foe touchscreens :)
Thierry
I would be happy to test the code if you have it. I tried a few things I found online but nothing worked well it might turn the screen but input was still the other direction things like that. The laptop had touch when I bought it but that is not why I bought it if you know what I mean.
On Tue, Jul 31, 2018 at 1:20 PM, Thierry de Coulon tcoulon@decoulon.ch wrote:
On Tuesday 31 July 2018 18.59:05 Pisini, John wrote:
I have a Lenovo 700 and the touch screen works like a mouse it doesn't rotate and you can't do finger gestures. I keep hoping a new kernel will fix it but no luck so far.
I had to write some code to get screen rotation. I don't use finger gestures so I can't say anything about that.
I mostly use the pen when using the touchscreen, but I can handwrite. I can use my fingers as pointers but evolution is slow and my fingertips ahve not yet become fine enough foe touchscreens :)
Thierry
To unsubscribe, e-mail: trinity-users-unsubscribe@ lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists. pearsoncomputing.net Read list messages on the web archive: http://trinity-users. pearsoncomputing.net/ Please remember not to top-post: http://trinity. pearsoncomputing.net/mailing_lists/#top-posting
On Tuesday 31 July 2018 19.26:47 Pisini, John wrote:
I would be happy to test the code if you have it. I tried a few things I found online but nothing worked well it might turn the screen but input was still the other direction things like that. The laptop had touch when I bought it but that is not why I bought it if you know what I mean.
Here is my little coding. Nothing great: xrandr, xsetwacom, and a little tcl/tk to link eveything.
The real code is at the end of the tcl script.
Now, it will depend on your machine. xsetwacom, obviously, works only with wacom digitizer or wacom compatible digitizers.
The "TouchKontrol" part solves the problem of paltouch when writing. I could not setup a palmrecognition so I simply turn of touch when I write. this works only if your device has an "active pen".
Thierry
Thanks I'll test it this weekend.
On Tue, Jul 31, 2018 at 3:56 PM, Thierry de Coulon tcoulon@decoulon.ch wrote:
On Tuesday 31 July 2018 19.26:47 Pisini, John wrote:
I would be happy to test the code if you have it. I tried a few things I found online but nothing worked well it might turn the screen but input
was
still the other direction things like that. The laptop had touch when I bought it but that is not why I bought it if you know what I mean.
Here is my little coding. Nothing great: xrandr, xsetwacom, and a little tcl/tk to link eveything.
The real code is at the end of the tcl script.
Now, it will depend on your machine. xsetwacom, obviously, works only with wacom digitizer or wacom compatible digitizers.
The "TouchKontrol" part solves the problem of paltouch when writing. I could not setup a palmrecognition so I simply turn of touch when I write. this works only if your device has an "active pen".
Thierry
To unsubscribe, e-mail: trinity-users-unsubscribe@ lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists. pearsoncomputing.net Read list messages on the web archive: http://trinity-users. pearsoncomputing.net/ Please remember not to top-post: http://trinity. pearsoncomputing.net/mailing_lists/#top-posting