--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/2f4ac9d5-113f-44ca-9cfc-0ec9f8118cd7%40googlegroups.com.
I checked the processes you said, the fast boot was on and I turned it off; but the problem still continues! I don't think the problem was caused by fast boot, because when using the 8.1 version with the 4.9 kernel, the fast boot was on and the touch screen was working fine.
Thank you very much for your help in general ...
I will apply what you say, I will let you know the result after testing.
Thank you for your help...
The solution you provided didn't work! The problem still continues...
While looking for a solution for the touch screen problem today, I realized that.
After Android boot, the touch screen was not working again and at that time, when I opened the terminal as root and entered the following commands, the touch screen started working.
'modprobe hid_multitouch'
'rmmod hid_multitouch'
Maybe this information helps solve the problem.
Hüseyin Uçar <huseyi...@mail.com> 於 2020年5月21日 週四 上午4:22寫道:
>
> Dear Chih-Wei Huang
> While looking for a solution for the touch screen problem today, I realized that.
> After Android boot, the touch screen was not working again and at that time, when I opened the terminal as root and entered the following commands, the touch screen started working.
>
> 'modprobe hid_multitouch'
Basically it means you loaded the driver so it works.
However, from the log you provided (in both cases),
the driver has already been loaded.
So I don't see how it solved the problem.
> 'rmmod hid_multitouch'
You unloaded the driver so it stopped working as expected.
Have you tried to load the driver again?
> Maybe this information helps solve the problem.
That only confirms hid_multitouch is the driver of the touchscreen.
However, as I've said before, the driver has been loaded for both cases.
So I still don't have an idea why it doesn't work.