Is it possible enable scrolling using the Trackpoint in Linux? What I mean is: in Windows you press the middle button, then the cursor changes and by using the red stick you can scroll the current window.
I was trying out Suse Live 9.1 and I could use the Trackpoint as mouse without problem but scrolling didn't work.
Thanks,
Claus
Trackpoint Scrolling in Linux
-
dezrock
Yes, in theory, but I couldn't get it to work yet, for some reason.
A driver is at:
http://rsim.cs.uiuc.edu/~sachs/tp-scroll/
A driver is at:
http://rsim.cs.uiuc.edu/~sachs/tp-scroll/
-
Guest
Trackpoint Scrolling in Linux
Did you try to use /dev/input/mice instead of /dev/mouse when starting tp-scroll?
That did it for me at least (FC2)
That did it for me at least (FC2)
-
Firas
trackpoint scroll feature
This is the relevant section from my /etc/X11/xorg.conf file (Fedora Core2) and the trackpoint scroll feature works like a charm without the tp-scroll script or anything else. Only catch is you have to disable the touchpad in the BIOS for this to work. Not sure why though.
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "EmulateWheel" "yes"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
"
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "EmulateWheel" "yes"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
"
-
Guest
Trackpoint scrolling
This works for me (Xorg 6.8.0 AND Xfree 4.3.0):
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
#Option "Emulate3Buttons" "on"
#Option "Emulate3Timeout" "50"
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "2"
Option "YAxisMapping" "4 5"
Option "SendCoreEvents" "1"
EndSection
i recently installed the Synaptics driver and used:
Section "InputDevice"
Driver "synaptics"
Identifier "Touchpad"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5400"
Option "BottomEdge" "4200"
Option "TopEdge" "1700"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
#Option "Repeater" "/dev/mouse"
Option "SHMConfig" "on"
Option "ZAxisMapping" "4 5"
EndSection
which also works like a charm... now i can scroll with my Trackpoint when pressing the blue (middle) button and also by dragging across the edges of the touch pad...
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
#Option "Emulate3Buttons" "on"
#Option "Emulate3Timeout" "50"
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "2"
Option "YAxisMapping" "4 5"
Option "SendCoreEvents" "1"
EndSection
i recently installed the Synaptics driver and used:
Section "InputDevice"
Driver "synaptics"
Identifier "Touchpad"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5400"
Option "BottomEdge" "4200"
Option "TopEdge" "1700"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
#Option "Repeater" "/dev/mouse"
Option "SHMConfig" "on"
Option "ZAxisMapping" "4 5"
EndSection
which also works like a charm... now i can scroll with my Trackpoint when pressing the blue (middle) button and also by dragging across the edges of the touch pad...
-
- Similar Topics
- Replies
- Views
- Last post
-
-
No Trackpoint scrolling in Virtual Desktops under Windows 7
by axur-delmeria » Thu Mar 30, 2017 7:27 am » in Windows 7 - 1 Replies
- 723 Views
-
Last post by dr_st
Thu Mar 30, 2017 10:53 am
-
-
- 3 Replies
- 1379 Views
-
Last post by TPFanatic
Wed Feb 22, 2017 8:13 pm
-
- 4 Replies
- 438 Views
-
Last post by RealBlackStuff
Thu Mar 09, 2017 3:55 pm
-
-
ThinkPad Compact Bluetooth Keyboard with TrackPoint Teardown *PICS*
by Cookie Guru » Thu Dec 29, 2016 2:44 am » in Thinkpad - General HARDWARE/SOFTWARE questions - 5 Replies
- 2371 Views
-
Last post by Cookie Guru
Sat Dec 31, 2016 6:21 pm
-
Who is online
Users browsing this forum: No registered users and 2 guests



