Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: Scampada on March 15, 2017, 02:13:09 PM

Title: TinyX + Touchpad ? No chances?
Post by: Scampada on March 15, 2017, 02:13:09 PM
Hi,

the search page doesn't seem to work properly.
Th TinyX server can only work with 'generic mouse'.
It doesn't have synaptics extensions and other things.

Is it though any ass about face way to get touchpad edge scrolling working in TinyX?

There is no synclient OK. Could I perhaps tune some /sys classes or something? eh?
Title: Re: TinyX + Touchpad ? No chances?
Post by: gerald_clark on March 15, 2017, 02:17:07 PM
Synaptics  touch pad support is available for Xorg.
Title: Re: TinyX + Touchpad ? No chances?
Post by: Scampada on March 15, 2017, 02:34:38 PM
Xorg is not an option; I'm trying to find a way to get some crunches in TinyX. Without synaptics. I suspect this is impossible but...

Well, one could write his own synaptics for TinyX but I suppose I'm not the man. Heh...
Title: Re: TinyX + Touchpad ? No chances?
Post by: curaga on March 16, 2017, 03:45:55 AM
Answer: it depends. TinyX takes in normal ps2 events. If your touchpad can send scrollwheel events on the edge, that depends on your particular model and bios. If there's no bios settings for it, then it likely can't, and your only option that does not require coding is to use Xorg.
Title: Re: TinyX + Touchpad ? No chances?
Post by: Scampada on March 17, 2017, 02:53:35 AM
Answer: it depends. TinyX takes in normal ps2 events. If your touchpad can send scrollwheel events on the edge, that depends on your particular model and bios. If there's no bios settings for it, then it likely can't, and your only option that does not require coding is to use Xorg.
Supposedly my BIOS doesn't have any touchpad options, it's too small and poor.
I will know how to check my touchpad model to google its characteristics.
It is software processing then, by synaptics, yep? The driver catches particular movements and sends scroll events itself.
And when speaking of coding... how deep-ass would you consider it may be?
Title: Re: TinyX + Touchpad ? No chances?
Post by: curaga on March 17, 2017, 02:57:09 AM
Yes, that's exactly what the synaptics driver does. I don't know your C experience, but a simple synaptics driver is not particularly complex, especially if you only interpret one special event plus normal movement.
Title: Re: TinyX + Touchpad ? No chances?
Post by: Scampada on March 17, 2017, 03:06:59 AM
My C experience is below normal intermediate but above normal beginner level. Perhaps I will peek at synaptics source code and try to understand the whole thing taking low-level tricks and details off the view.