Tutorials/Mouse pointer settings for large displays/uk: Difference between revisions
Appearance
Created page with "=== Збільшення вказівника миші ===" |
Created page with "Натисніть комбінацію клавіш <keycap>Alt + F2</keycap>, введіть {{Input|1=kate ../.kde/share/config/kcminputrc}}, натисніть клавішу..." |
||
Line 5: | Line 5: | ||
=== Збільшення вказівника миші === | === Збільшення вказівника миші === | ||
Натисніть комбінацію клавіш <keycap>Alt + F2</keycap>, введіть {{Input|1=kate ../.kde/share/config/kcminputrc}}, натисніть клавішу <keycap>Enter</keycap>. | |||
In the <menuchoice>Mouse</menuchoice> section please add the line {{Input|1=cursorSize=32}} and click on <menuchoice>Save</menuchoice>. | In the <menuchoice>Mouse</menuchoice> section please add the line {{Input|1=cursorSize=32}} and click on <menuchoice>Save</menuchoice>. |
Revision as of 19:21, 10 May 2011
Збільшення розмірів вказівника та прискорення руху вказівника
Збільшення вказівника миші
Натисніть комбінацію клавіш Alt + F2, введіть
kate ../.kde/share/config/kcminputrc
, натисніть клавішу Enter. In the 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.