You are not logged in.

#1 2010-05-04 18:53:23

fettouhi
Member
Registered: 2007-05-07
Posts: 745

[SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

I'm experiencing very slow scrolling with firefox on sites like

http://www.roadrunnerrecords.com/blabbermouth.net/

http://www.vai.com/News/index.html

I'm running 64 bit with KDEmod. Scrolling is fine when I remove flash completely but on Ubuntu 10.04 (64 bit) the abnove sites scroll fine on a different machine (with intel graphics). I read somewhere by modifying xorg with "AccelMethod" "EXA" to "XXA" scrolling becomes very smoth onm ATI and Intel. Here is my xorg.conf:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load  "glx"
        Load  "record"
        Load  "dbe"
        Load  "extmod"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    28.0 - 72.0
        VertRefresh  43.0 - 60.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "G92 [GeForce 9800 GT]"
        Option      "RenderAccel" "true"
        Option      "NoLogo" "true"
        Option      "AGPFastWrite" "true"
        Option      "EnablePageFlip" "true"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1680x1050"
        EndSubSection
EndSection

Section "Extensions"
        Option "Composite" "Enable"
        Option "RENDER" "Enable"
EndSection

is there something I can change to improve scrolling in firefox? I've tried to turnoff desktop effects and scrolling is the same annd also running firefox from a fresh profile. Hence, i suspect my nvidia 9800GT card to be the culprit. If anyone has a working xorg.conf with nvidia, 64 bit and smooth scrolling on the above mentioned sites please SHARE! Many Thanks!

Last edited by fettouhi (2012-02-22 17:42:10)

Offline

#2 2010-05-04 19:23:48

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

> is there something I can change to improve scrolling in firefox?
Check your setting - there should be "Smooth scrolling" etc.

The other machine, w/ intel graphics - are you using KDEmod and the same settings as on this one?

What driver are you using?

[OT]
'AGPFastWrite'?? Is it an AGP card? ;-)
[/OT]

Offline

#3 2010-05-04 20:05:16

fettouhi
Member
Registered: 2007-05-07
Posts: 745

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

Yes I'm using the same settings on the other machine. No, it's not an AGP card (PCIe).

Offline

#4 2010-05-04 20:11:10

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

> No, it's not an AGP card
So what are those settings doing there? :-)

What driver are you using?
Did disabling / enabling smooth scrolling etc. change sth?

Offline

#5 2010-05-04 20:16:45

fettouhi
Member
Registered: 2007-05-07
Posts: 745

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

Using the binary nvidia blob driver. Removing the option did not do much to scrolling. I have turned smooth scrolling on. Turning it off improves scrolling a little but not by much. It is still very very slow. If anybody has a good working xorg.conf with nvidia please post or any other suggestions please post.

Offline

#6 2010-05-04 20:23:58

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

Have you tired w/o the xorg.conf? xorg-server 1.7 doesn't require it to work - do you have anything special in there?

Offline

#7 2010-05-04 20:35:07

fettouhi
Member
Registered: 2007-05-07
Posts: 745

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

No haven't tried it. My xorg.conf is posted above in the first post.

Offline

#8 2010-05-04 20:47:57

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

The ideas I'm posting here are just wild guesses but it's relatively easy to try them all out before performing some mayor surgery.
You can try a different driver but of course it can fix one thing - scrolling - and scr*w another.

Offline

#9 2010-05-04 20:48:20

fettouhi
Member
Registered: 2007-05-07
Posts: 745

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

Tried it now and that worked. Running without a xorg.conf buty now I can't turn on desktop effects in KDE. How do I set that up?

Offline

#10 2010-05-05 03:55:41

fettouhi
Member
Registered: 2007-05-07
Posts: 745

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

How do I determine what driver xorg is using now that I'm running without it xorg.conf?

Offline

#11 2010-05-05 05:24:07

PoZiTPoH
Member
From: Yekaterinburg
Registered: 2009-08-25
Posts: 64
Website

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

lsmod | grep nv

Offline

#12 2010-05-05 06:07:58

fettouhi
Member
Registered: 2007-05-07
Posts: 745

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

PoZiTPoH wrote:
lsmod | grep nv

Many thanks!

Offline

#13 2010-05-05 10:39:03

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

> Tried it now and that worked. Running without a xorg.conf buty now I can't turn on desktop effects in KDE. How do I set that up?
Sorry, I don't use KDE, but it may be related to how do you start KDE: from xinit or via KDM or sth.

> How do I determine what driver xorg is using now that I'm running without it xorg.conf?
It's running the same driver as before.

> Using the binary nvidia blob driver.
Did you uninstall it? Did you install the nouveau driver? 'pacman -Qqs xf86-video' will tell you what drivers you have installed.

Offline

#14 2010-05-05 11:07:46

fettouhi
Member
Registered: 2007-05-07
Posts: 745

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

karol wrote:

> Tried it now and that worked. Running without a xorg.conf buty now I can't turn on desktop effects in KDE. How do I set that up?
Sorry, I don't use KDE, but it may be related to how do you start KDE: from xinit or via KDM or sth.

> How do I determine what driver xorg is using now that I'm running without it xorg.conf?
It's running the same driver as before.

> Using the binary nvidia blob driver.
Did you uninstall it? Did you install the nouveau driver? 'pacman -Qqs xf86-video' will tell you what drivers you have installed.

No, I don't have the nouveau driver installed. I have to check if I have the nv driver installed but I didn't uninstall the nvidia driver. I'm starting KDE via xinit.

Offline

#15 2010-05-11 18:13:33

abludo
Member
Registered: 2010-05-11
Posts: 1

Re: [SOLVED] Fixing slow scrolling in firefox with nvidia and 64 bit

@karol gave me the right hint

i'm running open suse but had the same problem.

I went into
about:config

Changed:
general.smoothScroll

from true to false.
For me it was anything but smooth. This isn't an old computer either!

Cheers


_____________________________________________
http://www.abludo.com

Offline

Board footer

Powered by FluxBB