norc Guru
Joined: 22 Apr 2004 Posts: 366 Location: Germany
|
Posted: Thu Oct 13, 2005 2:08 pm Post subject: Problem: mouse: Logitech MX1000 |
|
|
Hi, have some problems with my mx1000.
- I cant use evdev with my mx1000. (evdev is build into my kernel) ((When i try to use evdev (Protocol or Driver) it just crashes.))
- Also i cant use the event device (mouse would be /dev/input/event1), cuz if i choose it, the mouse just reacts completly chaotic on movements.
- I cant use all 12 buttons
Code: | Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Dev Name" "Logitech USB Receiver"
Option "Dev Phys" "usb-0000:00:13.1-2/input0"
Option "Device" "/dev/input/mice"
Option "Buttons" "12"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "11 12"
Option "Resolution" "800"
Option "CorePointer"
EndSection |
Im using udev-070, xorg-x11-6.8.2-r4, gentoo-sources-2.6.13-r3
Already found threads about the mx1000 but they didnt help me.
Tried those solutions out, but X just crashed when i tried to use their solutions. _________________ Unix is simple. It just takes a genius to understand its simplicity. |
|