there is slow rendering in many applications rendering of maximized urxvt window takes approx. 500 ms Radeon 9600XT AR (AGP) 256 MB RV350 OpenSUSE 12.2 XFCE XServer 1.12.3 xf86-video-ati 6.14.4-4.1.2
Can you get a profile with perf, sysprof or oprofile?
possibly a duplicate of bug 34486.
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.