Tiny Core Base > CorePlus

touchpad on dell laptops

<< < (2/3) > >>

Juanito:
..or try:
--- Code: ---$ ps aux | grep X
--- End code ---

Juanito:
I can duplicate the same behaviour on a dell laptop.

Ref
--- Code: ---$ cat ~/.xsession
Xvesa -br -screen 1024x768x32 -shadow -2button -mouse /dev/input/mice,5 -nolisten tcp -I >/dev/null 2>&1 &
--- End code ---

and:
--- Code: ---$ cat /proc/bus/input/devices
...
I: Bus=0011 Vendor=0002 Product=0008 Version=0300
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input6
--- End code ---

.. I used to be able to change the input to input6 (for example) and it would use only the touchpad and not the mouse, but this also doesn't appear to work.

This being said "mice" is meant to be a catchall.

@curaga?

curaga:
If you cat both of them, and touch the pad, do you get output?

cat /dev/input/mice # wiggle, ctrl-C
cat /dev/input/event6 # same

Juanito:
Yeah - nothing from the touchpad with either of them  :(

Juanito:
@olihd - in the meantime you can use Xorg-7.7 with xf86-input-synaptics

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version