Tutorials/Mouse pointer settings for large displays/ca: Difference between revisions
(Created page with "== Obtenir un punter més gran i millor acceleració del ratolí ==") |
(Created page with "=== Per a un punter del ratolí més gran feu això ===") |
||
Line 3: | Line 3: | ||
== Obtenir un punter més gran i millor acceleració del ratolí == | == Obtenir un punter més gran i millor acceleració del ratolí == | ||
=== | === Per a un punter del ratolí més gran feu això === | ||
Press <keycap>Alt + F2</keycap> and enter {{Input|1=kate ../.kde/share/config/kcminputrc}} | Press <keycap>Alt + F2</keycap> and enter {{Input|1=kate ../.kde/share/config/kcminputrc}} |
Revision as of 22:43, 20 May 2011
Obtenir un punter més gran i millor acceleració del ratolí
Per a un punter del ratolí més gran feu això
Press Alt + F2 and enter
kate ../.kde/share/config/kcminputrc
Confirm this with the Return or Enter key .
Note
If the above command brings up an empty file, then you might try editing ../.kde4/share/config/kcminputrc instead.
If you don't have Kate installed, you may use any other text editor instead; for example you could try KWrite
If you don't have Kate installed, you may use any other text editor instead; for example you could try KWrite
In the Mouse section please add the line
cursorSize=32
and click on
.On your next system start your mouse pointer will be larger.
For better mouse acceleration
Go to
. There you can set a really fast pointer acceleration, for example 20x and a pointer threshold of 2 pixels.That acceleration should be OK at medium distances but too fast for larger distances. Here is the trick to get better acceleration:
First press Alt + F2, enter
konsole
and press Return.
In the console window you have to get the name of your mouse.
You need the command
xinput list
to find it out.
The name of my mouse is Logitech USB-PS/2 Optical Mouse
Go to
. Click at . There you can paste this line:xinput --set-prop "Logitech USB-PS/2 Optical Mouse" "Device Accel Constant Deceleration" 1.2
You have to replace "Logitech USB-PS/2 Optical Mouse" with the name of your mouse. Then click on
and then on again. On your next system start your mouse acceleration will be better.