Tutorials/Mouse pointer settings for large displays: Difference between revisions

From KDE UserBase Wiki
(Standardised markup)
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


== Get a larger mouse pointer and better mouse acceleration ==
== Get a larger mouse pointer and better mouse acceleration == <!--T:1-->


=== For a larger mouse pointer do this ===
=== For a larger mouse pointer do this === <!--T:2-->


<!--T:3-->
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}}
Confirm this with the <keycap>RETURN/ENTER</keycap> key .  
Confirm this with the <keycap>RETURN/ENTER</keycap> key .  


<!--T:4-->
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>.


<!--T:5-->
On your next system start your mouse pointer will be larger.
On your next system start your mouse pointer will be larger.


=== For better mouse acceleration ===
=== For better mouse acceleration === <!--T:6-->
Go to <menuchoice>K -> Computer -> System Settings -> Input Devices -> Mouse -> Advanced</menuchoice>. There you can set a really fast pointer acceleration, for example ''20x'' and a pointer threshold of
Go to <menuchoice>K -> Computer -> System Settings -> Input Devices -> Mouse -> Advanced</menuchoice>. There you can set a really fast pointer acceleration, for example ''20x'' and a pointer threshold of
''2 pixels''.
''2 pixels''.


<!--T:7-->
That acceleration should be OK at medium distances but too fast
That acceleration should be OK at medium distances but too fast
for larger distances. Here is the trick to get better acceleration:
for larger distances. Here is the trick to get better acceleration:


<!--T:8-->
First press <keycap>Alt + F2</keycap>, enter {{Input|1=konsole}} and press <keycap>RETURN</keycap>.
First press <keycap>Alt + F2</keycap>, enter {{Input|1=konsole}} and press <keycap>RETURN</keycap>.
In the console window you have to get the name of your mouse.
In the console window you have to get the name of your mouse.
You need the command {{Input|1=xinput list}} to find it out.
You need the command {{Input|1=xinput list}} to find it out.


<!--T:9-->
The name of my mouse is ''Logitech USB-PS/2 Optical Mouse''
The name of my mouse is ''Logitech USB-PS/2 Optical Mouse''


<!--T:10-->
Go to <menuchoice>K -> Computer -> System Settings -> Startup and Shutdown</menuchoice>. Click
Go to <menuchoice>K -> Computer -> System Settings -> Startup and Shutdown</menuchoice>. Click
at <menuchoice>Desktop File -> Add Program</menuchoice>. There you can paste this line:  
at <menuchoice>Desktop File -> Add Program</menuchoice>. There you can paste this line:  


<!--T:11-->
{{Input|1=xinput --set-prop '''''Logitech USB-PS/2 Optical Mouse''''' "Device Accel Constant Deceleration" 1.2}}
{{Input|1=xinput --set-prop '''''Logitech USB-PS/2 Optical Mouse''''' "Device Accel Constant Deceleration" 1.2}}


<!--T:12-->
You have to replace ''Logitech USB-PS/2 Optical Mouse'' with the
You have to replace ''Logitech USB-PS/2 Optical Mouse'' with the
name of your mouse. Then click on <menuchoice>OK</menuchoice> and then on <menuchoice>OK</menuchoice> again. On your next system start your mouse acceleration will be better.
name of your mouse. Then click on <menuchoice>OK</menuchoice> and then on <menuchoice>OK</menuchoice> again. On your next system start your mouse acceleration will be better.


<!--T:13-->
[[Category:Tutorials]]
[[Category:Tutorials]]
[[Category:Configuration]]
[[Category:Configuration]]
</translate>
</translate>

Revision as of 18:05, 10 May 2011

Get a larger mouse pointer and better mouse acceleration

For a larger mouse pointer do this

Press Alt + F2 and enter

kate ../.kde/share/config/kcminputrc

Confirm this with the RETURN/ENTER key .

In the Mouse section please add the line

cursorSize=32

and click on Save.

On your next system start your mouse pointer will be larger.

For better mouse acceleration

Go to K -> Computer -> System Settings -> Input Devices -> Mouse -> Advanced. 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 K -> Computer -> System Settings -> Startup and Shutdown. Click at Desktop File -> Add Program. 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 OK and then on OK again. On your next system start your mouse acceleration will be better.