>I have not seen this problem but can suggest a couple of things to >check. Run top in a window and watch the load. Look at >/var/log/Xorg.0.log to see if the Nouveau driver is indeed being used. >Build another browser -- seamonkey, lynx or links, konqueror (a part of >KDE) and see if you get similar behavior.
> -- Bruce >-- >http://lists.linuxfromscratch.org/listinfo/blfs-support >FAQ: http://www.linuxfromscratch.org/blfs/faq.html >Unsubscribe: See the above information page Hello Bruce, Thanks for checking. >Look at /var/log/Xorg.0.log to see if the Nouveau driver is indeed being used. It seems module is loaded. $ cat Xorg.0.log | grep nouveau [ 21.011] (==) Matched nouveau as autoconfigured driver 0 [ 21.011] (==) Matched nouveau as autoconfigured driver 2 [ 21.011] (II) LoadModule: "nouveau" [ 21.011] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 21.129] (II) Module nouveau: vendor="X.Org Foundation" [ 21.210] (II) [drm] nouveau interface version: 1.2.1 [ 21.596] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau [ 21.596] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau [ 21.960] (II) AIGLX: Loaded and initialized nouveau $ lsmod Module Size Used by x86_pkg_temp_thermal 14205 0 kvm_intel 148301 0 kvm 455200 1 kvm_intel nouveau 1318968 2 crc32c_intel 22094 0 ghash_clmulni_intel 13230 0 joydev 17344 0 microcode 23468 0 i2c_i801 18146 0 ttm 80659 1 nouveau serio_raw 13434 0 pcspkr 12718 0 snd_seq 62266 0 snd_seq_device 14136 1 snd_seq >Build another browser -- seamonkey, lynx or links, konqueror Konqueror works fine with regards to menus, I use it often, but I have some multimedia problems, on some sites, with Konq that I do not have with Firefox. Some Firefox menus are fast and all the rest of my system as well. >Build another browser I am planning to try Chrome. I have fetched the source and set up the the build tools. The build stopped because it needs ncurses libtinfo.so.5. It seems I have to reconfigure ncurses and rebuild to get libtinfo, but that is another story... Magnus -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
