Tutorials/Mouse pointer settings for large displays: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
For a larger mouse pointer do this: | For a larger mouse pointer do this: | ||
Press '''Alt+F2''' and enter ''' | Press '''Alt+F2''' and enter '''kate ../.kde/share/config/kcminputrc'''. | ||
Confirm this with the RETURN key . In the ''' | Confirm this with the RETURN key . In the '''Mouse''' section please add | ||
the line ''' | the line '''cursorSize=32''' and Click on '''Save'''. | ||
On your next system start your mouse pointer will be larger... | On your next system start your mouse pointer will be larger... | ||
Line 19: | Line 19: | ||
for larger distances. Here is the trick to get better acceleration: | for larger distances. Here is the trick to get better acceleration: | ||
First press '''Alt+F2''' | First press '''Alt+F2''', enter '''konsole''' and press RETURN. | ||
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 ''' | You need the command '''xinput list''' to find it out. | ||
The name of my mouse is '''Logitech USB-PS/2 Optical Mouse''' | The name of my mouse is '''Logitech USB-PS/2 Optical Mouse''' | ||
Go to K, Computer, System Settings, Startup and Shutdown. Click | Go to K, Computer, System Settings, Startup and Shutdown. Click | ||
at ''' | 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 | xinput --set-prop '''"Logitech USB-PS/2 Optical Mouse"''' "Device Accel Constant Deceleration" 1.2 | ||
You have to replace ''' | 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 | name of your mouse. Then click on OK and then on OK again. On your | ||
next system start your mouse cursor your mouse acceleration will be better. | next system start your mouse cursor your mouse acceleration will be better. |
Revision as of 17:04, 10 May 2011
You want 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 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 cursor your mouse acceleration will be better.