Summary: | slow rendering in urxvt | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | JS <js314592> | ||||||
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> | ||||||
Status: | RESOLVED WORKSFORME | QA Contact: | Xorg Project Team <xorg-team> | ||||||
Severity: | normal | ||||||||
Priority: | medium | ||||||||
Version: | unspecified | ||||||||
Hardware: | Other | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
JS
2012-10-27 11:30:24 UTC
Can you get a profile with perf, sysprof or oprofile? Created attachment 69249 [details]
oprofile log
Is it correct log?
It is much faster with Option "ColorTiling" "off" The profile isn't very useful without callgraphs; it's hard to deduce which code paths are the hottest. That said, the fact that disabling tiling helps indicates it may indeed be (related to) bug 34486. Make sure you're configuring urxvt to use fontconfig/freetype for font rendering, not X11 core fonts. Created attachment 69319 [details]
slow urxvt log with default font
urxvt is fast with tiling enabled if started with
urxvt -rv -fn "xft:Monospace:antialias=false:pixelsize=12"
but can't disable antialiasing
(In reply to comment #6) > but can't disable antialiasing You have to choose a bitmap font for that (and make sure bitmap fonts are enabled in the fontconfig configuration). editing files in /etc/fonts disabled antialiasing doesn't matter |
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.