From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O4g32-0007y2-DU for garchives@archives.gentoo.org; Wed, 21 Apr 2010 19:57:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FD83E0994; Wed, 21 Apr 2010 19:57:05 +0000 (UTC) Received: from mail.informasoftware.com (mail.informasoftware.com [66.193.169.4]) by pigeon.gentoo.org (Postfix) with ESMTP id CACF2E0994 for ; Wed, 21 Apr 2010 19:57:04 +0000 (UTC) Received: from [192.168.100.74] ([192.168.100.74] RDNS failed) by mail.informasoftware.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 21 Apr 2010 15:57:03 -0400 Message-ID: <4BCF588F.6090401@kutulu.org> Date: Wed, 21 Apr 2010 15:57:03 -0400 From: Mike Edenfield User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Updates = slow firefox References: <280A6E76-B90D-418D-834C-47DD43178B62@uberpenguin.net> <6E3921A7-7FC5-4B55-B2B4-30C60C2157CB@uberpenguin.net> <1271787310.8335.8.camel@bulislaw-laptop> <4BCEE0D1.7050605@jaftan.com.au> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Apr 2010 19:57:03.0408 (UTC) FILETIME=[CFF4D300:01CAE18C] X-Archives-Salt: 0d768c59-45c6-4072-aab9-a9e39967c67f X-Archives-Hash: b67b2224b0cce557e8d05ece0fb3ff70 On 4/21/2010 3:07 PM, Grant wrote: > Could this be the problem? > > # grep ^\(EE /var/log/Xorg.0.log > (EE) Failed to load module "vesa" (module does not exist, 0) > (EE) Failed to load module "fbdev" (module does not exist, 0) > (EE) intel(0): [drm] Failed to open DRM device for : No such file or directory > (EE) intel(0): Failed to become DRM master. > (EE) intel(0): Failed to initialize kernel memory manager The first two errors are fine; Xorg defaults to trying vesa and fbdev as display drivers and you just don't have them. The last three are your problem. The intel video driver is unable to properly access the DRM subsystem, which will definitely cause X to slow to a crawl. The most likely cause of your errors is that the intel AGP driver (i810 or i915, depending on your hardware) isn't getting loaded. If that's the case, you should see an error such as: [drm] failed to load kernel module "i915" in Xorg.0.log just before the ones from intel. If the modules are being loaded, you'll likely see some other errors around that same area. The aren't tagged with (EE), unfortunately; try: # grep -5 'Failed to open DRM' Xorg.0.log You can also check your dmesg output to see if the devices are being initialized properly: platypus log # dmesg | grep agp Linux agpgart interface v0.103 agpgart-intel 0000:00:00.0: Intel 965GM Chipset agpgart-intel 0000:00:00.0: detected 7676K stolen memory agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000 platypus log # dmesg | grep drm [drm] Initialized drm 1.1.0 20060810 [drm] set up 7M of stolen space [drm] initialized overlay support fb0: inteldrmfb frame buffer device [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 If everything's working, you should have the following devices that the Xorg driver needs: platypus log # ls -l /dev/dri total 0 crw-rw---- 1 root video 226, 0 Apr 20 13:11 card0 crw-rw---- 1 root video 226, 64 Apr 20 13:11 controlD64