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.

    scroll wheel works for some applications and not others

    Discussion in 'Linux Compatibility and Software' started by Fittersman, Apr 26, 2008.

  1. Fittersman

    Fittersman Wanna trade?

    Reputations:
    225
    Messages:
    1,306
    Likes Received:
    0
    Trophy Points:
    55
    i just upgraded to the new ubuntu 8.04 from 7.10 (did a fresh install) but now scrolling is broken. Only a few applications can actually scroll properly (envy is the only one that i remember being able to scroll), most cannot scroll such as firefox, nautilus, etc. Any ideas how to make scrolling work again?

    this is the relevant part of my xorg.conf file
    Code:
    Section "InputDevice"
            Identifier      "Configured Mouse"
            Driver          "mouse"
            Option          "CorePointer"
    EndSection
    
    Section "InputDevice"
            Identifier      "Synaptics Touchpad"
            Driver          "synaptics"
            Option          "SendCoreEvents"        "true"
            Option          "Device"        "/dev/psaux"
            Option          "Protocol"      "auto-dev"
            Option          "HorizEdgeScroll"       "0"
    EndSection
    
    
     
  2. Fittersman

    Fittersman Wanna trade?

    Reputations:
    225
    Messages:
    1,306
    Likes Received:
    0
    Trophy Points:
    55
    alright, i got the scroll wheel working but there is another problem...

    while in firefox if i spin the scroll wheel quickly, firefox cannot keep up so it keeps scrolling long after i have stopped the wheel. That is probably a bit confusing, so ill use an example. Lets say firefox can scroll at 2 pages/second, but i spun the scroll wheel at 4 pages/second. If i stop the scroll wheel at the two page mark (after 1 second), it continues to scroll the remaining 2 pages. This is quite hard to explain, but i hope you can understand