Results 1 to 3 of 3

Thread: cannot configure mouse

  1. #1
    Join Date
    Jan 2010
    Beans
    37

    cannot configure mouse

    I would like to change the mouse sensitiv in lubuntu 11.04, but the mouse&keyboard config utility crashes whenever I try to bump up mouse sensitivity. Is there any workaround possible to make my mouse a bit more sensitve? Thanks

  2. #2
    Join Date
    Nov 2008
    Location
    Sussex, England
    Beans
    871
    Distro
    Lubuntu

    Smile Re: cannot configure mouse

    Quote Originally Posted by Cnaeus View Post
    Is there any workaround possible to make my mouse a bit more sensitve?
    Your question is related to this one: http://ubuntuforums.org/showthread.php?t=1744829

    For a regular mouse you can probably edit the desktop.conf file which is somewhere like: /home/{username}/.config/lxsession/LXDE/desktop.conf
    ...and has 3 mouse settings:-
    Code:
    [Mouse]
    AccFactor=20
    AccThreshold=10
    LeftHanded=0
    If you have a laptop with touchpad, open a terminal and type:-
    Code:
     synclient
    This should list all available settings for your touchpad. To change a setting, type the parameter=new value. Example:-
    Code:
    synclient MaxSpeed=2

  3. #3
    Join Date
    Jan 2010
    Beans
    37

    Re: cannot configure mouse

    Arkanabar's solution on the link you posted worked just fine for me!
    Many thanks!

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
  •