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

Thread: HOWTO: make usb mouse better in fps games

  1. #1
    Join Date
    Apr 2006
    Location
    Surrounded by idiots!
    Beans
    1,295
    Distro
    Kubuntu 4.10

    Red face HOWTO: make usb mouse better in fps games

    * This works for my USB MS wheelmouse optical, I don't know if it works with any other mice but it should *

    I've being playing Wolfenstein ET for a few weeks now and sucked big time!

    I couldn't hit a damn thing and didn't know why, surely I'm not THAT bad?

    Well I found out that mouse resolution is a BIG factor, and this little trick improved my game by leaps and bounds.

    * This was taken from http://www.linux-gamers.net/, and my thanks go to them *

    Open a terminal and type the following:

    Code:
    sudo gedit /etc/modprobe.d/options
    ....add this to the end of the file:

    Code:
    options usbhid mousepoll=1
    ....save and exit the editor.

    There is a fancy way to re-initialise the usb module, but I can't remember what it is so I'll just take the easy way out and tell you to reboot now .


    Try your game new and see the difference, I tried it again with the normal setting and was shocked at how bad it was, so I know that this definately works.

    All I've got to do now is practice!

    Regards, Kev (aka ubuntu-42 in ET land).

  2. #2
    Join Date
    Nov 2005
    Location
    Oz
    Beans
    4,405

    Re: HOWTO: make usb mouse better in fps games

    One of the very few niggles I have with Ubuntu (linux) is the slow response of the mouse when playing Guild Wars, it is irritating, not a biggie. The mouse sticks, when using Ubuntu for other things too but that doesn't really worry me.

    So I have edited as you suggest, but am unable to shut the machine down for a couple of days, so I don't know if it works for me or not. I expect it will, I had a look on linuX-gamers & read the how-to there as well.

    Thanks for passing it on, when I test it I'll post my findings here.

    If anyone knows the command to reintitialise the USB I'd be most grateful...

  3. #3
    Join Date
    Sep 2006
    Beans
    Hidden!

    Re: HOWTO: make usb mouse better in fps games

    handy,

    Code:
    $ sudo modprobe -r usbhid && sudo modprobe usbhid
    should work.

    [EDIT]

    Added 'sudo' to last modprobe command.
    Last edited by po0f; January 3rd, 2007 at 02:30 AM.

  4. #4
    Join Date
    Jul 2005
    Beans
    66

    Re: HOWTO: make usb mouse better in fps games

    Quote Originally Posted by po0f View Post
    handy,

    Code:
    $ sudo modprobe -r usbhid && modprobe usbhid
    should work.
    Unless I am much mistaken this command will not be able the insert the module because the "modprobe usbhid" is not running as root. It should be:
    Code:
    sudo modprobe -r usbhid && sudo modprobe usbhid

  5. #5
    Join Date
    Sep 2006
    Beans
    Hidden!

    Re: HOWTO: make usb mouse better in fps games

    flargen,

    Silly typo, thanks for pointing it out.

  6. #6
    Join Date
    Nov 2005
    Location
    Oz
    Beans
    4,405

    Re: HOWTO: make usb mouse better in fps games

    My mouse still sticks...

    Using mousepoll=1 caused some strange things to happen on the desktop.

    Changing it to mousepoll=2 fixed it, but I still have a sticky mouse?

  7. #7
    Join Date
    Apr 2006
    Location
    Surrounded by idiots!
    Beans
    1,295
    Distro
    Kubuntu 4.10

    Re: HOWTO: make usb mouse better in fps games

    Quote Originally Posted by handy View Post
    My mouse still sticks...

    Using mousepoll=1 caused some strange things to happen on the desktop.

    Changing it to mousepoll=2 fixed it, but I still have a sticky mouse?
    That's sad, what type of mouse is it, and can you describe the "sticking"? Not that I can be much help, but you never know .

  8. #8
    Join Date
    Nov 2005
    Location
    Oz
    Beans
    4,405

    Re: HOWTO: make usb mouse better in fps games

    M$ intellimouse explorer,

    It is not everytime I moove the mouse, but often if sits still for a bit then when I go to move the mouse it doesn't move straight away.

    Particularly noticeable when playing Guild Wars & you are selecting (using) items in your skill bar, it can take a bit of wobbling around of the mouse before you get your pointer free...

    I don't think it has directly cost me lives, but it surely does cost HP from time to time!

  9. #9
    Join Date
    Apr 2006
    Location
    Surrounded by idiots!
    Beans
    1,295
    Distro
    Kubuntu 4.10

    Re: HOWTO: make usb mouse better in fps games

    Quote Originally Posted by handy View Post
    M$ intellimouse explorer,

    It is not everytime I moove the mouse, but often if sits still for a bit then when I go to move the mouse it doesn't move straight away.

    Particularly noticeable when playing Guild Wars & you are selecting (using) items in your skill bar, it can take a bit of wobbling around of the mouse before you get your pointer free...

    I don't think it has directly cost me lives, but it surely does cost HP from time to time!
    Maybe look at power management, in Linux and also in your BIOS. I always had that problem before, but it doesn't happen in Edgy anymore. Although I am on a new mainboard! Also I now have usb2, maybe that is the difference? Give it a go and see.

    Regards, KEv

  10. #10
    Join Date
    Nov 2005
    Location
    Oz
    Beans
    4,405

    Re: HOWTO: make usb mouse better in fps games

    I'm on USB2 too... I have power management turned off in BIOS too?

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
  •