punkrockguy318
January 6th, 2009, 03:30 AM
Ever since I installed Ubuntu 8.04 on my brand new Dell XPP M1530 laptop, I've been plagued with slow scrolling in firefox, most noticeably with sites with a lot of pictures (facebook, myspace, even slashdot). When scrolling, it would cause CPU usage to jump to 100% and if I was playing any audio it would skip. This was a very annoying problem. However, to fix this issue, I simply added these lines to my xorg.conf under the "Device" section:
Option "GlyphCache" "1"
Option "InitialPixmapPlacement" "2"
this makes the bottom of my xorg.conf look this this:
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "GlyphCache" "1"
Option "InitialPixmapPlacement" "2"
Option "NoLogo" "True"
EndSection
I had brought this question up frequently in IRC but with no answers, but this finally fixed my problem. I hope others will find this useful.
Option "GlyphCache" "1"
Option "InitialPixmapPlacement" "2"
this makes the bottom of my xorg.conf look this this:
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "GlyphCache" "1"
Option "InitialPixmapPlacement" "2"
Option "NoLogo" "True"
EndSection
I had brought this question up frequently in IRC but with no answers, but this finally fixed my problem. I hope others will find this useful.