Summary: | xorg does not hadle any more 2 axis mice | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | DEMAINE Benoît-Pierre, aka DoubleHP <dhp_gentoo> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | /var/log/Xorg.0.log |
Description
DEMAINE Benoît-Pierre, aka DoubleHP
2007-07-28 10:25:57 UTC
Created attachment 126212 [details]
/var/log/Xorg.0.log
In fact, syntax of xorg.conf changed; here is the minimal conf section to get it working: Section "InputDevice" Identifier "Configured Mouse" Driver "evdev" Option "CorePointer" Option "Name" "Logitech USB Optical Mouse" Option "HWHEELRelativeAxisButtons" "7 6" EndSection Here is my personnal setting that also works very well: Section "InputDevice" Identifier "USB Mouse" Driver "evdev" Option "Emulate3Buttons" "true" #optional Option "Name" "Logitech USB Optical Mouse" Option "ZAxisMapping" "4 5" #optional Option "HWHEELRelativeAxisButtons" "7 6" EndSection Closing INVALID. Fix has been given on forum exactly while I was typing this report. Took a few minutes to check it. |