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

From KDE UserBase Wiki
(Created page with "=== Für einen größeren Mauszeiger tun Sie folgendes ===")
(Created page with "Drücken Sie <keycap>Alt + F2</keycap> und geben Sie ein {{Input|1=kate ../.kde/share/config/kcminputrc}} Bestätigen Sie dies mit der <keycap>Return</keycap> oder <keycap>Enter<...")
Line 5: Line 5:
=== Für einen größeren Mauszeiger tun Sie folgendes ===
=== Für einen größeren Mauszeiger tun Sie folgendes ===


Press <keycap>Alt + F2</keycap> and enter {{Input|1=kate ../.kde/share/config/kcminputrc}}
Drücken Sie <keycap>Alt + F2</keycap> und geben Sie ein {{Input|1=kate ../.kde/share/config/kcminputrc}}
Confirm this with the <keycap>Return</keycap> or <keycap>Enter</keycap> key .  
Bestätigen Sie dies mit der <keycap>Return</keycap> oder <keycap>Enter</keycap> Taste.  


{{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|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}}

Revision as of 12:21, 15 February 2012

Erhalten Sie einen größeren Mauszeiger und eine bessere Maus-Beschleunigung

Für einen größeren Mauszeiger tun Sie folgendes

Drücken Sie Alt + F2 und geben Sie ein

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

Bestätigen Sie dies mit der Return oder Enter Taste.

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


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.