[Bug 155215] Re: slow scrolling on all pages - Gutsy

David Yan davidyan at gmail.com
Tue Oct 23 10:19:31 UTC 2007


I had the same problem but I've fixed it.
You just have to make sure the right video driver is loaded in your xorg.  You will probably need to manually edit your xorg.conf.  
For example, I have Intel on-board video and I added:

Section "Device"
        Identifier      "Intel Video Card"
        Driver          "i810"
        VideoRam        128000
        Option          "UseFBDev"              "true"
EndSection

and change your "Screen" to use the right device:

Section "Screen"
        ...
        Device          "Intel Video Card"
        ...
EndSection

-- 
slow scrolling on all pages - Gutsy
https://bugs.launchpad.net/bugs/155215
You received this bug notification because you are a member of Mozilla
Bugs, which is a bug contact for mozilla-firefox in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list