|
|
[心得]
linux上使用logitech老鼠标的福音。
4
6279
楼主
手上一直有一个logitech的mX300。默认400CPI对于现在的显示器实在是太慢了。mx300装了logitech驱动可以达到800DPI。但是logitech驱动貌似只有xp上的版本。最新的驱动都不能识别mx系列的一些老鼠标。因为本人平时办公,基本都是linux。所以一直在找logitech在linux上的驱动。无奈官方并不支持。今天终于找到一个第三方的好东西:Lomoco。介绍在地址:w w w.lomoco.org。
lomoco can configure vendor-specific options on Logitech USB mice (or dual-personality mice plugged into the USB port). A number of recent devices are supported. The program is mostly useful in setting the resolution to 800 cpi or higher on mice that boot at 400 cpi (such as the MX500, MX510, MX1000 etc.), and disabling SmartScroll or Cruise Control for those who would rather use the two extra buttons as ordinary mouse buttons.
从这里介绍可以看到,这个程序能调节cpi和控制滚轮以及调节其他按钮功能。所以驱动能干的事他基本都能解决了。立马按照主页说明安装。
然后lomoco --help看使用说明。
对于我来说,就是想在linux下使用mx300的800cpi。一行命令搞定。
sudo lomoco -8。
|
|