Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Linux trackpoint scrolling

  • 1 antwoord
  • 1 heeft dit probleem
  • 53 weergaven
  • Laatste antwoord van 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

Bewerkt door phil5 op

Alle antwoorden (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