Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: increase mouse speed

  1. #1
    Join Date
    Aug 2011
    Beans
    6

    increase mouse speed (not acceleration)

    My mouse moves too slowly, so I would like to increase its speed. I am not looking for acceleration, since it has no effect when the speed is low.
    Last edited by kckrona; June 10th, 2012 at 05:06 AM.

  2. #2
    Join Date
    Feb 2012
    Location
    Athens, Alabama
    Beans
    611
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: increase mouse speed

    I'm kind of confused by your question....if you're not wanting the acceleration then are you wanting an increase in sensitivity?

  3. #3
    Join Date
    Nov 2011
    Beans
    36

    Re: increase mouse speed

    If you want to adjust sensitivity:
    System settings > Mouse and Touchpad...

    There you will be able to set sensitivity under pointer speed...

  4. #4
    Join Date
    Aug 2011
    Beans
    6

    Re: increase mouse speed

    Quote Originally Posted by daslinkard View Post
    I'm kind of confused by your question....if you're not wanting the acceleration then are you wanting an increase in sensitivity?
    No, I want to keep the cursor speed as a linear multiple of the mouse speed, and have a higher multiplier.
    Example: before the mouse speed increase, I need to move the mouse 6 inches to move across the screen, and moving 6 inches in the same direction will always land me in the same spot, no matter how fast my mouse is moving. After the mouse speed increase, I only need to move 3 inches to move across the screen, and moving 3 inches in the same direction will still always land me in the same spot.
    With acceleration, the speed of the mouse matters; that's not what I'm looking for.

  5. #5
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: increase mouse speed

    Hi ,
    please open a terminal and copy-paste this command from here to your terminal .
    Code:
    synclient MaxSpeed="3.50"
    Tell me , is that you want ?
    Thanks

  6. #6
    Join Date
    Aug 2011
    Beans
    6

    Re: increase mouse speed

    Quote Originally Posted by NikTh View Post
    Hi ,
    please open a terminal and copy-paste this command from here to your terminal .
    Code:
    synclient MaxSpeed="3.50"
    Tell me , is that you want ?
    Thanks
    It works great for my touchpad. That's exactly the kind of behavior I'm talking about.

    Unfortunately, I don't use my touchpad. Is there something similar for the trackpoint and mouse?

  7. #7
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: increase mouse speed

    Quote Originally Posted by kckrona View Post
    It works great for my touchpad. That's exactly the kind of behavior I'm talking about.

    Unfortunately, I don't use my touchpad. Is there something similar for the trackpoint and mouse?
    Hi ,
    yes you have right. Synclient its for touchpad control.
    Xset its for mouse..
    but before that , do you have any xorg.conf file ?
    Open a terminal and give the results of this command
    Code:
    cat /etc/X11/xorg.conf
    Thanks

  8. #8
    Join Date
    Aug 2011
    Beans
    6

    Re: increase mouse speed

    "cat: /etc/X11/xorg.conf: No such file or directory"

  9. #9
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: increase mouse speed

    Hi ,
    its ok if you don't have xorg.conf file.

    Open terminal and run this command
    Code:
    xset -q | grep accel
    post the results back here .
    Thanks

  10. #10
    Join Date
    Aug 2011
    Beans
    6

    Re: increase mouse speed

    Code:
    kckrona@hometop:~$ xset -q | grep accel
    acceleration:  12/5    threshold:  1

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •