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

From KDE UserBase Wiki
(Importing a new version from external source)
(Importing a new version from external source)
Line 12: Line 12:
Ved næste opstart vil din musemarkør være større.
Ved næste opstart vil din musemarkør være større.


=== For better mouse acceleration ===
=== Bedre museacceleration ===
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
Gå til <menuchoice>System Settings -> Input Devices -> Mouse -> Advanced</menuchoice>. Der kan du sætte en virkelig hurtig museacceleration, for eksempel ''20x'' og en markørtærskel på ''2 pixels''.
''2 pixels''.


That acceleration should be OK at medium distances but too fast
That acceleration should be OK at medium distances but too fast

Revision as of 07:46, 11 May 2011

Få en større musemarkør og bedre acceleration af musen

Større musemarkør

Tast Alt + F2 og skriv

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

Bekræft dette ved at taste Return eller Enter.

I afsnittet Mouse tilføjer du linjen

cursorSize=32

og klikker så på knappen Gem.

Ved næste opstart vil din musemarkør være større.

Bedre museacceleration

Gå til System Settings -> Input Devices -> Mouse -> Advanced. Der kan du sætte en virkelig hurtig museacceleration, for eksempel 20x og en markørtærskel på 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.