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

From KDE UserBase Wiki
No edit summary
(Created page with "{{Note|Si la commande ci-haut mentionnée vous renvoie à un fichier vide, vous devriez peut-être éditer <tt>../.kde4/share/config/kcminputrc</tt> instead.<br /><br />Si Kat...")
Line 8: Line 8:
Confirmez à l'aide de la touche <keycap>Return</keycap> ou <keycap>Enter</keycap>.  
Confirmez à l'aide de la touche <keycap>Return</keycap> ou <keycap>Enter</keycap>.  


{{Note|If the above command brings up an empty file, then you might try editing <tt>../.kde4/share/config/kcminputrc</tt> instead.<br /><br />If you don't have Kate installed, you may use any other text editor instead; for example you could try KWrite}}
{{Note|Si la commande ci-haut mentionnée vous renvoie à un fichier vide, vous devriez peut-être éditer <tt>../.kde4/share/config/kcminputrc</tt> instead.<br /><br />Si Kate n'est pas installé sur votre système, vous pouvez utiliser un autre éditeur de texte; par exemple, vous pouvez essayer KWrite}}


In the '''Mouse''' section please add the line {{Input|1=cursorSize=32}} and click on <menuchoice>Save</menuchoice>.
In the '''Mouse''' section please add the line {{Input|1=cursorSize=32}} and click on <menuchoice>Save</menuchoice>.

Revision as of 23:42, 25 January 2014

Obtenez un curseur plus gros et une meilleure vélocité de la souris

Pour obtenir un curseur plus volumineux procédez ainsi

Appuyez sur Alt + F2 et enter

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

Confirmez à l'aide de la touche Return ou Enter.

Note

Si la commande ci-haut mentionnée vous renvoie à un fichier vide, vous devriez peut-être éditer ../.kde4/share/config/kcminputrc instead.

Si Kate n'est pas installé sur votre système, vous pouvez utiliser un autre éditeur de texte; par exemple, vous pouvez essayer KWrite


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 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 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.