Yep, using gnome as my WM as well. (emerge'd gnome-light to be specific)the same problem is occuring on my box... are you using gnome as WM, also ?
I'm using mozilla-firefox (non-precompiled):Do you use "mozilla-firefox" or "mozilla-firefox-bin"?
Code: Select all
* www-client/mozilla-firefox
Latest version available: 1.0.4
Latest version installed: 1.0.4
* www-client/mozilla-firefox-bin
Latest version available: 1.0.4
Latest version installed: [ Not Installed ]
What do your CFLAGS look like?rbiswarup wrote:I have also noticed that the firefox-bin is much more responsive and fast in general (ie not restricted to text entry alone) than the firefox i compiled using the Jackass! toolkit .I had uninstalled firefox and started using opera thinking that opera is a much better coded program than firefox. Later when i installed firefox-bin i found out that it behaves similarly to opera.I didn't set any package specific USE flags while compiling firefox, just "emerge firefox".The platform is p3.
CFLAGS="-march=pentium3 -mtune=pentium3"
CFLAGS="${CFLAGS} -pipe"
CFLAGS="${CFLAGS} -O3"
CFLAGS="${CFLAGS} -fweb"
CFLAGS="${CFLAGS} -frename-registers"
CFLAGS="${CFLAGS} -fforce-addr"
CFLAGS="${CFLAGS} -momit-leaf-frame-pointer"
CFLAGS="${CFLAGS} -fomit-frame-pointer"
CFLAGS="${CFLAGS} -ftracer"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"