NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 8.0 BETA: touchpad taps occur while typing



On Mon, Jun 12, 2017 at 10:02:04PM +0530, Mayuresh wrote:
> I am using base X11 of NetBSD 8.0 BETA i386.
> 
> While typing on laptop keypad, thumbs inadvertently touch the
> mouse-touchpad and simulate double tap. In a terminal it ends up selecting
> part of the screen, and in graphical interfaces too many annoying things
> happen.
> 
> What is the way to disable this?
> 
> Following information might help.
> 
> # grep -i mouse /var/log/Xorg.0.log
>         Using the default mouse configuration.
> [    50.092] (II) LoadModule: "mouse"
> [    50.093] (II) Loading /usr/X11R7/lib/modules/drivers/mouse_drv.so
> [    50.107] (II) Module mouse: vendor="X.Org Foundation"
> [    50.202] (==) intel(0): Silken mouse enabled
> [    51.086] (II) Using input driver 'mouse' for '<default pointer>'
> [    51.156] (II) <default pointer>: found Device "/dev/wsmouse"
> [    51.158] (--) <default pointer>: Device: "/dev/wsmouse"
> [    51.158] (==) <default pointer>: Protocol: "WSMouse"
> [    51.158] (**) Option "Device" "/dev/wsmouse"
> [    51.170] (II) XINPUT: Adding extended input device "<default pointer>"
> (type: MOUSE, id 6)
> 
> # dmesg | grep -i -e mouse -e pms
> pms0 at pckbc2 (aux slot)
> wsmouse0 at pms0 mux 0

Trying some random things. Some help is badly needed.

Tried compiling pkgsrc x11 (modular x11). Not able to get it work,
video-intel driver is not compiling saying it needs DRI1. Other drivers
like vesa, intelfb, wsfb tried, but somehow could not start X. Anyway,
whether that would solve mouse problem or not is unclear.

Tried compiling the kernel by disabling pckbc, but that made both keyboard
and mouse of the laptop inoperative.

For same hardware synaptic xorg driver gets used on Linux. Do not know how
to get the same behavior in NetBSD.

Mayuresh


Home | Main Index | Thread Index | Old Index