I have Dell Laptop " N 5110 "
How do make 2 finger scrolling work + 2 fingers zoom in & zoom out work
How to Fn + f3 To lock touchpad
How to configure 1 2 3 as shown in pic
3.1 For Ubuntu Software Center
3.2 For System Settings
3.3 For Screen Off
How can I configure the touchpad and keyboard settings on a Dell Inspiron 5110? Nothing Work & i did google but find nothing
xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse 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)]
↳ Laptop_Integrated_Webcam_HD id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
↳ Dell WMI hotkeys id=14 [slave keyboard (3)]
1. How do make 2 finger scrolling work + 2 fingers zoom in & zoom out work
there is an application called
Touchegg
but it is having issues with12.04
and need to be fixed. So at this time, it won't do the job you want.Touchegg is designed to bring multi-touch (touchpad) functionality to Linux based operating systems. In layman’s term, it is an open source multi-touch gesture recognizer for GNU/Linux which is backed by C++, Qt and uTouch-geis library. With TouchEgg, you can define what type of actions are to be initiated for a specific multi-touch gesture.
for more info have a look at my answer. I have guided through whole process.
2. How to Fn + f3 To lock touchpad?
Use application named
AutoKey
.You can bind any key to any script or abbreviation.
Latest version is v0.90.
Open software center > search for
autokey
> install AutoKey(GTK)Open AutoKey.
Step 1 :
Press Ctrl+Shift+N or fromFile > Create.. > New Script
. Rename with whatever you like.paste below code as shown,
Then in bottom-right corner there is three
Set
buttons to set forAbbreviation
orHotkey
orWindow Filter
. Click secondSet
button (because we want to set hotkey).Click
Press to Set
and hit a key you want to assign(in your case fn+f3. I'm hitting fn+f1).Click
OK
.Click
Save
in bottom-right corner.Now you will see your hotkey in left panel in
HotKey
column (in my case there is weird key likeI
because I have assigned fn+f1).you have set hotkey for touchpad to enable/disable ( I have coded to make it toggle rather than just use to lock it. Perhaps you'd like it :-) ).
3.1 For Ubuntu Software Center
==> Go to
Step 1
described above.just use this code when you paste.
and set hotkey for
1
you have shown in screenshot.thats it you have bound
1
forSoftware Center
.3.2 For System Settings
==> Go to
Step 1
described above.just use this code when you paste.
and set hotkey for
2
you have shown in screenshot.thats it you have bound
2
forSystem Settings
.3.3 For Screen Off
==> Go to
Step 1
described above.just use this code when you paste.
and set hotkey for
3
you have shown in screenshot.thats it you have bound
3
forMonitor off
.Very helpful instructions.
Unfortunately I run into problems with
synclient
(Couldn't find synaptics properties. No synaptics driver loaded?
) so I looked for an alternative script for AutoKey and found the instructions in this thread very helpful. I just replaced the line starting withos.system
with the following:Touchpad scroll issue fixed
I really appreciate "Dave Turvene"'s great contribution for his driver and also thanks to garyF for his script.
It fixed by touchpad scroll issue on Dell inspiron 5720 running Ubuntu 12.04.
Few extra steps i did to make it work.
Here are my steps to make the drivers and script run.
I found a very useful driver made by Dave. I thank him cos I too have an N5110 and damn the Dell doesn't want to help
Here is the quick installation link to it.
You need to extract and copy the folder in
/usr/src/
and then runinstall.sh
with root permission.It's not complete but at least you will get edge scrolling, dual finger scrolling and be able to turn it off/on with Fn+F3.