LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Bodhi (https://www.linuxquestions.org/questions/bodhi-92/)
-   -   3.0 touchscreen works. 5.0 upgrade touchscreen does not work (https://www.linuxquestions.org/questions/bodhi-92/3-0-touchscreen-works-5-0-upgrade-touchscreen-does-not-work-4175665445/)

Stonetablet 12-05-2019 05:44 AM

3.0 touchscreen works. 5.0 upgrade touchscreen does not work
 
Hello
I am after some help.
I have a stone touchscreen laptop.
With bodhi 3.0 the touchscreen worked fine. Since upgrading to 5.0 the touchscreen has stopped working.
So what has changed between 3.0 and 5.0 and what do I need to do to get the touchscreen working again.?
Thanks for your help.

the_waiter 12-05-2019 10:35 AM

Hello there

We developers mostly work on Moksha desktop and some bijou around. I think your issue could be related to kernel. Bodhi 3.0 had by all means different kernel probably with better support for your touchscreen. Now you should find out the device name or (lspci outcome should help) and look around for newer Ubuntu solution which is Bodhi based on.

Stefan

Stonetablet 12-05-2019 12:47 PM

eturbo touch
 
1 Attachment(s)
Hello

I have tried 3 or 4 different ubuntu ditros but none have worked.

Only Bodhi 3.0 worked.
In the apps I remember that there was a touchscreen app. The icon was a blue thumb print. But I cant remember what it was called.

The touch screen shows up as an etubrbo touch. but lspci does not show it.

eturbo website does provide drivers.
See the attachment.

The problem is that the instructions say you need to mess with the xorg.conf file and it just doesnt work for me.
It seems that it is quite an old driver. The linux system has changed over the years and the instructions no longer work.

I had hoped that someone could point out what has changed since 3.0 and how to get back whatever was changed.

enigma9o7 12-05-2019 02:02 PM

http://www.eeti.com.tw/touch_driver/...5.7413.L-x.zip

kozaki 12-08-2019 09:39 AM

Even though I might have a different hardware here's how to my Dell mini 1012 touchpad fully works with tap-select and so on:

$ sudo apt install sysnaptics
$ sudo vim /etc/X11/xorg.conf.d/70-synaptics.conf
Code:

# TouchPad configuration
# Details: https://wiki.archlinux.org/index.php/Touchpad_Synaptics
Section "InputClass"
    Identifier "touchpad"
    Driver "synaptics"
    MatchIsTouchpad "on"
        Option "TapButton1" "1"
        #Option "TapButton2" "3"
        #Option "TapButton3" "2"
        Option "VertEdgeScroll" "on"
        Option "VertTwoFingerScroll" "on"
        Option "HorizEdgeScroll" "on"
        Option "HorizTwoFingerScroll" "on"
        Option "CircularScrolling" "on"
        Option "CircScrollTrigger" "2"
        Option "EmulateTwoFingerMinZ" "40"
        Option "EmulateTwoFingerMinW" "8"
        Option "CoastingSpeed" "0"
        Option "FingerLow" "30"
        Option "FingerHigh" "50"
        Option "MaxTapTime" "125"
        Option "RBCornerButton" "3"
EndSection



All times are GMT -5. The time now is 02:40 PM.