I didn't have to do anything, I just went poking around in there to see what's what 🙂 Didn't change or mess with anything - just trying to wrap my head around a new O/S.
As far as the slowness goes, it's mostly in the menus and in Firefox. Even as I type this, on every third word there's a delay that holds up the first few letters of a word when I type it. And the menus in the netbook remix area are fairly sluggish, too.
OOTB, XP is snappier, so yes that's normal. Then again, XP is several years old, and designed to run on weak hardware. Most major/modern Linux distros are just as resource intensive as (say) Vista.Is that normal? XP felt much, much snappier.
Is it me?
Yep! On my netbook, I uninstall (totally remove) Compiz, disable compositing, animations, thumbnails and splash screen in Metacity, scale down the icons in menus, etc. etc.If 3D effects and compositing are on, then yes, will be slow.
And as noted, so is flash for linux.[...]
Ubuntu 8.04 works very well on my Eee900. The only slowdowns I get are when the HD gets written to; very noticeable with Firefox on the web. The 900 has a slow SSD is the reason. Otherwise things work well. I have full compiz effects enabled, and it works very smoothly.
Firefox has a bug with the ext3 file system. Firefox calls some sync command every 5 seconds, which kills performance on the ext3 filesystem which apparently sychs everything on a sync command, instead of just the files/metadata of interest. Switch to a different file system (or just go to ubuntu 9.10 and use ext4) and the problem goes away. That, or use the chrome beta for linux, it's much faster than firefox.
Courtesy of the PC-BSD testing mailing list:
I have been noticing a problem with Firefox for a while that's been driving me nuts.
Every 10 seconds the browser would freeze for several seconds - nothing would work, a mouse scroll, keyboard, nothing and a peek at the system load monitor showed high CPU activity during that time. The more windows and tabs I opened the longer the duration. The system buffer stored any activity with the keyboard and mouse and it would all get executed after the freeze but it was terribly annoying. Only FF had this problem, no other app.
FF does a session store every 10 seconds so that if you have a crash it saves the latest session data for your convenience. But it stops working during the time it's doing this save - why is anyone's guess.
The fix is to simply change that interval from 10 seconds to something much larger, like 5 minutes.
So if you have been annoyed by this, just type: about.config in the browser window, search for the entry "browser.sessionstore.interval", double click the entry, and change it from 10000 milliseconds to say, 300,000.
Problem solved. It's only really noticeable when you have lots of tabs and windows open in FF.
Heh, switching to ext4 is probably a better fix.
http://dev.chromium.org/getting-involved/dev-channel
Here's the google chrome links. The .deb files are near the bottom of the page. Chrome actually works surprisingly well on Linux, probably the only browser that's faster on Linux than Windows. Now if only flash could get ironed out...
doesnt ext4 still have some possibly significant write errors that can crop up with large files? I hope theyre rare, but it seems really weird to me to make that a default file system as often as people move around video files and such these days.
Firefox Tweak
How large are large files?doesnt ext4 still have some possibly significant write errors that can crop up with large files? I hope theyre rare, but it seems really weird to me to make that a default file system as often as people move around video files and such these days.