This shows you the differences between two versions of the page.
|
indexes:middle_mouse_button_scrolling [2009/04/25 12:02] domingo |
indexes:middle_mouse_button_scrolling [2010/06/01 10:15] (current) domingo |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| Remember that the "*-reload-psmouse" must be executed prior to "98-acpi-unlock.sh" otherwise it wouldn't be run on resume. That's why I've called it "97-reload-psmouse". | Remember that the "*-reload-psmouse" must be executed prior to "98-acpi-unlock.sh" otherwise it wouldn't be run on resume. That's why I've called it "97-reload-psmouse". | ||
| - | + | ==== Jackalope/Karmic ==== | |
| - | + | ||
| - | + | ||
| - | ==== Jackalope ==== | + | |
| Scrolling with Trackpoint | Scrolling with Trackpoint | ||
| Line 60: | Line 57: | ||
| </match> | </match> | ||
| </file> | </file> | ||
| + | |||
| + | ==== Lucid ==== | ||
| + | To get scrolling working in Lucid you need the following: | ||
| + | Hit Alt-F2 and run | ||
| + | <code> | ||
| + | gksu gedit /usr/lib/X11/xorg.conf.d/20-thinkpad.conf | ||
| + | </code> | ||
| + | |||
| + | Paste in: | ||
| + | |||
| + | <file> | ||
| + | Section "InputClass" | ||
| + | Identifier "Trackpoint Wheel Emulation" | ||
| + | MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint" | ||
| + | MatchDevicePath "/dev/input/event*" | ||
| + | Option "EmulateWheel" "true" | ||
| + | Option "EmulateWheelButton" "2" | ||
| + | Option "Emulate3Buttons" "false" | ||
| + | Option "XAxisMapping" "6 7" | ||
| + | Option "YAxisMapping" "4 5" | ||
| + | Option "EmulateWheelTimeout" "200" | ||
| + | EndSection | ||
| + | </file> | ||
| + | |||
| + | Logout and back in then your set. | ||