Summary: | Performance regression: Sluggish text scrolling, 100%CPU after upgrade from 2.7.1 (UXA bug) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Bryce Harrington <bryce> | ||||||||||
Component: | Driver/intel | Assignee: | Gordon Jin <gordon.jin> | ||||||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||||||
Severity: | major | ||||||||||||
Priority: | high | CC: | cjwatson, lool | ||||||||||
Version: | 7.4 (2008.09) | ||||||||||||
Hardware: | x86 (IA32) | ||||||||||||
OS: | Linux (All) | ||||||||||||
Whiteboard: | |||||||||||||
i915 platform: | i915 features: | ||||||||||||
Attachments: |
|
Description
Bryce Harrington
2009-06-18 19:38:17 UTC
Created attachment 26935 [details]
BootDmesg.txt
Created attachment 26936 [details]
CurrentDmesg.txt
Created attachment 26937 [details]
XorgLog.gz
Tried pterm here, and it's slow because it's using core text (lame software), but not outrageously slow like you describe. From the dmesg, your kernel config appears to be broken and including the DRM built in, but not AGP support. Sadly, Kconfig appears to allow this at the moment. You might be using the last officially-released version of pterm. It does have support for client-side fonts in the version I'm using (from svn; they need to get round to making a release); I'm just used to server-side fonts and haven't got round to changing over yet. If missing agpgart is the problem, then I suspect that it might actually be more directly the fault of my /etc/modules, which had 'i915 modeset=1' but no drm or agpgart. I've adjusted this per some more current directions in https://wiki.ubuntu.com/X/KernelModeSetting, and will give that a go at my next reboot. Thanks! Making sure that intel_agp and drm (thereby agpgart) are loaded before i915 definitely seems to have cleared this up so far. Thanks for the suggestion. commit 8c52da503b7e4cf961807f11824e3258ef9f7f1c Author: Eric Anholt <eric@anholt.net> Date: Thu Jun 18 20:22:19 2009 -0700 drm/i915: Add missing dependency on Intel AGP support. Users could accidentally enable AGP but not the Intel AGP support, and get a DRM that doesn't probe as a result. Bug #22358. Signed-off-by: Eric Anholt <eric@anholt.net> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.