Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Linux trackpoint scrolling

  • 1 个回答
  • 1 人有此问题
  • 53 次查看
  • 最后回复者为 phil5

more options

I am trying to get Firefox to scroll like it does in Windows with TPmiddle, which is ironic since it is supposed to emulate how the middle button works natively in Linux.

Chromium scrolls very smoothly, even with low trackpoint actuation.

Firefox, on the other hand, jumps (I am guessing 5 lines or 400 ms, from mousewheel.min_line_scroll_amount or general.smoothScroll.mouseWheel.durationMaxMS, respectively) when the trackpoint is lightly actuated. It scrolls relatively smoothly with higher actuation.

Firefox seems to interpret middle button scrolling as a mousewheel. Hence the jumps. So I can increase general.smoothScroll.mouseWheel.durationMaxMS to 1000 ms or a higher value to get the behavior I want (Chrome-like, where it crawls instead of jump). However, unsurprisingly, the page drifts for that amount of time after letting go of the middle button...

Autoscrolling works fine. But I would like to hold the middle button while scrolling, for better control.

In summary, the trackpoint does not scroll smoothly in Linux; it jumps when lightly actuated, instead of crawling.

Edit: typos

I am trying to get Firefox to scroll like it does in Windows with TPmiddle, which is ironic since it is supposed to emulate how the middle button works natively in Linux. Chromium scrolls very smoothly, even with low trackpoint actuation. Firefox, on the other hand, jumps (I am guessing 5 lines or 400 ms, from mousewheel.min_line_scroll_amount or general.smoothScroll.mouseWheel.durationMaxMS, respectively) when the trackpoint is lightly actuated. It scrolls relatively smoothly with higher actuation. Firefox seems to interpret middle button scrolling as a mousewheel. Hence the jumps. So I can increase general.smoothScroll.mouseWheel.durationMaxMS to 1000 ms or a higher value to get the behavior I want (Chrome-like, where it crawls instead of jump). However, unsurprisingly, the page drifts for that amount of time after letting go of the middle button... Autoscrolling works fine. But I would like to hold the middle button while scrolling, for better control. In summary, the trackpoint does not scroll smoothly in Linux; it jumps when lightly actuated, instead of crawling. Edit: typos

由phil5于修改

所有回复 (1)

more options

For now, I have turned off smooth scrolling altogether and the behavior is like any other program... which is better than half-way smooth.

The issue seems to be more related to the driver (libinput) sending pulses than with Firefox itself. That being said, I don't know how scrolling works so smoothly in Chromium.

Good luck