Cant control mouse speed

Discussion in 'Linux' started by nomad85, Aug 22, 2008.

  1. nomad85

    nomad85

    Joined:
    Aug 10, 2008
    Messages:
    16
    Likes Received:
    0
    I got a nice wireless mouse, and it worked with no issues. but I cannot get the speed low enough to be useful, it flies accross the screen with a slight touch. I cant get linpus' mouse control to work, what can I do?
    Thanks
     
    nomad85, Aug 22, 2008
    #1
  2. nomad85

    nikolieri

    Joined:
    Aug 21, 2008
    Messages:
    9
    Likes Received:
    0
    there's a way of setting the mouse speed by using the command xset and the m option, in the following syntax

    "xset m acceleration threshold" :

    open a terminal and type
    Code:
    xset m 5 1
    that will only last for the duration of the session though (i.e. won't be there after reboot)
    you could normally add it to your ~/.xinitrc so it automatically loads whenever X starts, but I have no idea where that is in Linpus.

    read : http://linuxreviews.org/howtos/xfree/mouse_speed_in_x/ for further info.
     
    nikolieri, Aug 22, 2008
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.