View previous topic :: View next topic |
Author |
Message |
TwoSlick Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1337140183e5d552a60b7a.jpg)
Joined: 22 Apr 2002 Posts: 114 Location: Rolla, MO
|
Posted: Fri Apr 30, 2004 4:42 am Post subject: Super fast mouse with 2.6 kernel |
|
|
I'm administrating a system, and just upgraded the kernel to 2.6.5. My problem is now the Logitech M-UR69 optical USB mouse is just blazingly fast. I can use the command:
This works once KDE is running, and I've opened a terminal to run it. I'm using KDM, and am wondering if there is some way to make this command run for all users without their intervention. Or.... fix the root cause.
- TwoSlick |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
aman Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/10805661163f6756d92affe.jpg)
Joined: 07 Sep 2003 Posts: 198 Location: Bay Area, California
|
Posted: Fri Apr 30, 2004 5:30 am Post subject: |
|
|
Doesn't the mouse speed get calculated by the resolution that you put in the kernel config where the mouse and keyboard support is? It seems to always be at 1024x768. But I guess it would only make the mouse faster if you put in a resolution bigger than the res you run X. Im not sure, but its a guess.
But if you want to run cmd's when booting, put it in Code: | /etc/conf.d/local.start | But im not sure if it will work since you said it needed to be done once in KDE. Hope this helps. _________________ Yes, I do run Gentoo on production servers... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dtor Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Fri Apr 30, 2004 2:20 pm Post subject: |
|
|
How many 'InputDevice" sedctions do you have in your XF86Config? Remember, in 2.6 /dev/psaux and /dev/input/mice (tha't s where /dev/usbmouse usually points at) are synonyms so if you have both of them XFree will process every mouse event twice. If it is the case just drop /dev/psaux reference. _________________ Dmitry |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
aman Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/10805661163f6756d92affe.jpg)
Joined: 07 Sep 2003 Posts: 198 Location: Bay Area, California
|
Posted: Fri Apr 30, 2004 6:14 pm Post subject: |
|
|
Ooh, good one, I didnt think of that, I would definately look at that, post your XF86config here too if you want so we can check it. _________________ Yes, I do run Gentoo on production servers... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
TwoSlick Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1337140183e5d552a60b7a.jpg)
Joined: 22 Apr 2002 Posts: 114 Location: Rolla, MO
|
Posted: Fri Apr 30, 2004 11:11 pm Post subject: |
|
|
I have only one InputDevice section for the mouse here:
Code: | Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection |
I've implemented a temporary workaround by putting a script in everyone's KDE Autostart folder to run: xset m 3/4 1.
Let me know if you still want me to post the entire config file.
Thanks!
- TwoSlick |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|