Difference between revisions of "Talk:Patch to enable advanced trackpoint configuration"
(Trackpoint should not emulate mousewheel) |
(add question about 2.6.11?) |
||
Line 15: | Line 15: | ||
However, when I tried this I found the scrolling too jerky and missed the third mouse button. | However, when I tried this I found the scrolling too jerky and missed the third mouse button. | ||
--[[User:Onion|Onion]] 00:27, 5 Feb 2005 (CET) | --[[User:Onion|Onion]] 00:27, 5 Feb 2005 (CET) | ||
+ | |||
+ | ---- | ||
+ | |||
+ | Any word on 2.6.11 support? I've seen the treads about this being included in the main tree but I guess it didn't make it. Any sign of a patch? |
Revision as of 12:37, 7 March 2005
IMHO the driver should not emulate a mousewheel, this should be done by the Xserver. e.g. (for Xfree86)
Section "InputDevice" Identifier "TouchPoint" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mouse1" Option "Protocol" "auto" Option "Emulate3Buttons" "1" Option "EmulateWheel" "on" Option "EmulateWheelButton" "2" Option "XAxisMapping" "6 7" Option "YAxisMapping" "4 5" EndSection
However, when I tried this I found the scrolling too jerky and missed the third mouse button. --Onion 00:27, 5 Feb 2005 (CET)
Any word on 2.6.11 support? I've seen the treads about this being included in the main tree but I guess it didn't make it. Any sign of a patch?