X11_Mouse/Change_Mouse_Resolution
Warning: Changing the polling interval of your mouse can potentially damage your hardware. So this article comes with absolutely no warranty. You have been warned.
Contents |
Introduction
Increasing your mouse polling rate is a common tweak which many gamers perform on their systems. This article will describe the method of setting your mouse's polling rate.
lomoco
lomoco (Logitech Mouse Control) can change the CPI resolutions on some Logitech mice. To change cpi resolution for Logitech mice, install the package:
emerge --ask --verbose lomoco
The run lomoco -8 to change the resolution to 800cpi.
If you want to make the change permantly, create the following file:
| File: /etc/udev/rules.d/55-lomoco.rules |
BUS=="usb", SYSFS{manufacturer}=="Logitech", SYSFS{product}=="USB-PS/2 Optical Mouse", RUN+="/usr/bin/lomoco -8"
|
USB HID driver
The usbhid driver provides a method to change the polling interval. The mousepoll argument accepts an integer, the interval between mouse polls in milliseconds:
- 1 = 1000Hz
- 2 = 500Hz
- 4 = 250Hz
- 8 = 125Hz
- 10 = 100Hz (Default)
- If you build the USB Human Interface Device (full HID) support driver into the kernel, append usbhid.mousepoll=Your polling interval to the kernel line of your boot manger config, e.g. /boot/grub/grub.conf with 500Hz interval:
| File: /boot/grub/grub.conf |
kernel other_kernel_options usbhid.mousepoll=2 |
- If you build the USB Human Interface Device (full HID) support driver as modules, add the following to /etc/modprobe.d/usbhid, e.g. with 500Hz interval:
| File: /etc/modprobe.d/usbhid |
options usbhid mousepoll=2 |
Afterwards run update-modules.
Mouse settings known to work
| Type | Setting |
|---|---|
| Logitech MX300 | 500hz |
| Logitech MX310 | 500hz |
| Logitech MX400 | 500hz |
| Logitech MX500 | 500hz |
| Logitech MX510 | 500hz |
| Logitech MX518 | 500hz |
| Logitech G3 | 1000hz |
| Logitech G5 | 1000hz |
| Logitech G7 | >1000hz |
| Logitech G9 | 1000hz |
| Microsoft IntelliMouse 1.1(SE) | 500hz |
| Microsoft IntelliMouse 3.0 | 500hz |
| Microsoft IntelliMouse 4.0 | 500hz |
| Microsoft Habu | 1000hz |
| Razer Copperhead | 1000hz |
| Razer Krait | 1000hz |
| Razer Viper | 1000hz |
| Razer DiamondBack | 1000hz |
| Razer DeathAdder | 1000hz |
Last modified: Mon, 15 Sep 2008 13:52:00 +1000 Hits: 20,143
Created by NickStallman.net, Luxury Homes Australia
Real estate agents should be using interactive floor plans and real estate agent tools.
