The left button on my Sony Vaio touchpad has stopped working. I have it set for right hand, the touchpad itself and the right button are fine. I have moved the slide bar in the mouse and touchpad settings but it still won’t work.
I’m running Mint.
Anyone have have any ideas? It’s very annoying as I can’t drag and drop or copy and paste.
LinuxMint, with Linux 3.2.0-23-generic
LinuxMint, with Linux 3.2.0-23-generic (recovery mode)
Memory test (memtest 86+)
Memory test (memtest 86+), serial console 115200
You can check for the capabilities of the Touch Pad as recognised:
First, find the name of your touchpad:
xinput -list
xinput list-props "<name of your touchpad" | grep Capabilities
This should return something like this:
Synaptics Capabillities (296): 1, 0, 1, 1, 1, 1, 1
Look out for the first item as in:
From left to right:
(1) device has a physical left button
(0) device does not have a physical middle button
(1) device has a physical right button
(0) device does not support two-finger detection
(0) device does not support three-finger detection
(1) device can configure vertical resolution
(1) device can configure horizontal resolution
If the first item is 0 then that would indicate that feature is missing
Just a thought but if all else fails it might be worth trying booting up from a live cd/dvd or live usb drive if you have one and seeing if left click works, if nothing else it might tell you if it’s a hardware issue
–
[/quote]
Sorry Mark I missed this.
I’ve entered this code but I don’t know how to do a Screen print on Linux and obviously I cant copy and paste. Will take me a while to type all the text.
I've entered this code but I don't know how to do a Screen print on Linux and obviously I cant copy and paste. Will take me a while to type all the text.
You should be able to copy and paste by using ctrl c to copy and ctrl v to paste