[ltp] R61 touchpad not recognized in Ubuntu

Sébastien Mazy linux-thinkpad@linux-thinkpad.org
Fri, 30 Nov 2007 21:40:48 +0100


The last comment from Dmitry Torokhov shows that we're far from
getting functional touchpad AND trackpoint. Thank you ALPS :(

Ugo, I just used the default configuration from readme.alps for synaptics :

#Touchpad
Section "InputDevice"
	Identifier     "Mouse1"
	Driver         "synaptics"
	Option         "AlwaysCore"  # trackpoint is core pointer
	#Option         "Device" "/dev/psaux"
	Option         "Device" "/dev/input/mouse2" # trackpoint is /dev/input/mouse1
	Option         "Protocol" "auto-dev"
	Option         "LeftEdge" "120"
	Option         "RightEdge" "830"
	Option         "TopEdge" "120"
	Option         "BottomEdge" "650"
	Option         "FingerLow" "14"
	Option         "FingerHigh" "15"
	Option         "MaxTapTime" "180"
	Option         "MaxTapMove" "110"
	Option         "EmulateMidButtonTime" "75"
	Option         "VertScrollDelta" "20"
	Option         "HorizScrollDelta" "20"
	Option         "MinSpeed" "0.3"
	Option         "MaxSpeed" "0.75"
	Option         "AccelFactor" "0.015"
	Option         "EdgeMotionMinSpeed" "200"
	Option         "EdgeMotionMaxSpeed" "200"
	Option         "UpDownScrolling" "1"
	Option         "CircularScrolling" "1"
	Option         "CircScrollDelta" "0.1"
	Option         "CircScrollTrigger" "2"
EndSection


Sébastien

On Nov 30, 2007 1:44 AM, Ugo Riboni <nerochiaro@gmail.com> wrote:
>
> > Another issue is the alps driver preventing the trackpoint driver to ha=
ndle
> > the trackpoint when the touchpad is enabled in bios (and also preventin=
g
> > wheel emulation, thus turning the trackpoint into a useless device). By=
 the
> > way Ugo, you really should try the trackpoint with the trackpoint drive=
r (ie
> > no touchpad enabled), I find it very easy to use and more intuitive tha=
n
> > when it's driven by the generic ps/2 driver.
>
> I don't really like using the trackpoint device. Even when i use it in
> windows with the presumably full-featured driver that it's installed
> there, I can never get myself to like using it.
> And believe me, i'd really tried because i recognize it as a good
> invention, but it just doesn't seem to fit the way i work. I much
> prefer to use the touchpad for my movement, it comes much more natural
> to me.
> Just a matter of taste, I guess.
>
>
> > Anyway, the alps.readme in the synaptics driver files will give you a
> > complete example configuration for your touchpad in xorg.conf.
>
> Thanks. I have reconfigured xorg using these options and the touchpad
> is even better now.
> Can you email me in private (or share them here) your synaptic options in=
 xorg ?
> I want to check mine with these of another R61, so i can see if mine
> can still be improved.
>
>
>
>
> Thanks,
> --
> Ugo
> --
> The linux-thinkpad mailing list home page is at:
> http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad
>