i would like some help with the mousepad in a Dell laptop 3542. I thing i have read the entire internet without achieving anything here
to start off with the basics, here are some basic info.I have read the relevant wiki i have created a relevant file in /etc/X11/xorg.conf.d/ and pasted from here
Code: Select all
└──┤ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) id=11 [slave pointer (2)]
⎜ ↳ DLL0653:00 06CB:2985 id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=12 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)]
↳ Dell WMI hotkeys id=15 [slave keyboard (3)]
$xinput list-props 13
Device 'DLL0653:00 06CB:2985':
Device Enabled (135): 1
Coordinate Transformation Matrix (137): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (258): 0
Device Accel Constant Deceleration (259): 1.000000
Device Accel Adaptive Deceleration (260): 1.000000
Device Accel Velocity Scaling (261): 10.000000
Device Product ID (253): 1739, 10629
Device Node (254): "/dev/input/event2"
Evdev Axis Inversion (262): 0, 0
Evdev Axes Swap (264): 0
Axis Labels (265): "Rel X" (145), "Rel Y" (146)
Button Labels (266): "Button Left" (138), "Button Unknown" (256), "Button Right" (140), "Button Wheel Up" (141), "Button Wheel Down" (142)
Evdev Scrolling Distance (267): 0, 0, 0
Evdev Middle Button Emulation (268): 0
Evdev Middle Button Timeout (269): 50
Evdev Third Button Emulation (270): 0
Evdev Third Button Emulation Timeout (271): 1000
Evdev Third Button Emulation Button (272): 3
Evdev Third Button Emulation Threshold (273): 20
Evdev Wheel Emulation (274): 0
Evdev Wheel Emulation Axes (275): 0, 0, 4, 5
Evdev Wheel Emulation Inertia (276): 10
Evdev Wheel Emulation Timeout (277): 200
Evdev Wheel Emulation Button (278): 4
Evdev Drag Lock Buttons (279): 0
Synaptics Two-Finger Pressure (505): 4
Synaptics Two-Finger Width (506): 7
Synaptics Two-Finger Scrolling (507): 1, 1
$ cat /proc/bus/input/devices
I: Bus=0018 Vendor=06cb Product=2985 Version=0100
N: Name="DLL0653:00 06CB:2985"
P: Phys=
S: Sysfs=/devices/pci0000:00/INT33C3:00/i2c-1/i2c-DLL0653:00/0018:06CB:2985.0002/input/input3
U: Uniq=
H: Handlers=mouse1 event2
B: PROP=0
B: EV=17
B: KEY=30000 0 0 0 0
B: REL=3
B: MSC=10
└──┤ synclient
Couldn't find synaptics properties. No synaptics driver loaded?
1)Two finger vertical/horizontal scrolling
2) Disable when typing
as far as i understand, these can not be configured with evded as a generic mouse
before adding some more info, can someone answer these (and correct me if i am wrong):
1) for now, the mousepad is controlled/configured by evdev (just double checking)
2) can i force evdev **not** to handle this device? i.e all these rules in xinput list-props 13 to be removed, the wiki refers that synaptics overrides the evdev but i need to be sure
--------
some more info
i am not familiar with these, i just put them here in case it is useful
Code: Select all
$ dmesg|grep "PS/2"
[ 0.551489] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.551489] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.553018] mousedev: PS/2 mouse device common for all mice
some thoughts,
i have found posts about mousepad configuration that go from level stuff in bios to just tweaaking some file in X, to recompiling the psmouse driver from the ubuntu kernel where the mouse pads work as expected...i can not understand at what level the problem is.
When testing a live iso of ubuntu 14.04 my mousepad works as expected with the additional functionalities, just sayin...
thanks