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 Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to