The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    [T440x + Linux] Trackpoint + Middle Button Scrolling Xorg Configuration

    Discussion in 'Lenovo' started by lanzi, Mar 4, 2014.

  1. lanzi

    lanzi Newbie

    Reputations:
    0
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5
    Hello guys,

    has anyone succeeded in enabling the scrolling function using the emulated middle button? I've read many threads regarding the topic so far and based on various sources successfully enabled the middle and right click functionality. However, using the middle button with the Trackpoint does not result in scrolling functionality, as is the case with Windows-based touchpad drivers.

    Here's the relevant config snippet taken from my /usr/share/X11/xorg.config/50-synaptics.conf file:
    Code:
    # This option enables the upper right corner to be a right button on
    # non-synaptics clickpads.
    # This option is only interpreted by clickpads.
    Section "InputClass"
    Identifier "Default clickpad buttons"
    MatchDriver "synaptics"
    Option "AreaTopEdge" "2600"
    Option "SoftButtonAreas" "65% 0 0 2300 35% 65% 0 2300"
    EndSection
    Anyone got hints for further improvements?