Sunday, January 15th, 2006
XOrg 6.9 and later come with a new evdev driver. Configurations using the old evdev protocol hack no longer work. So here’s an updated version of my old MX1000 configuration:
Build a udev rule to give the mouse device a static name: I’m using
ACTION=="add", \
KERNEL=="event*", \
SUBSYSTEM=="input", \
SYSFS{manufacturer}=="Logitech", \
[...]
Posted in Config, GNOME, Mozilla | 32 Comments »
Sunday, April 3rd, 2005
I’ve had to buy a new mouse, this time I got me a Logitech MX1000 (my first Logitech mouse ever). The Microsoft IntelliMouse Explorer I’ve used on my G5 got broken, it lost about two out of ten of clicks on the left button.
I’m not completely satisfied with the MX1000. It’s too heavy and a [...]
Posted in Config, GNOME, Linux, Mozilla | 24 Comments »
Tuesday, March 1st, 2005
Now that I finally got the kernel’s evdev driver running on my machine, I managed to get my tilt-wheel mouse working.
Mouse section from /etc/X11/XF86Config-4:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Protocol" [...]
Posted in Config, GNOME, Linux, Mozilla | No Comments »