Hi Paul, Paul Menzel <pm.deb...@googlemail.com> (20/02/2011): > I am sorry for not being able to give a better description than > writing that with the latest upgrades in Sid/unstable to > DebPkg:xserver-xorg-video-intel 2.14.0-? and > DebPkg:linux-image-2.6.37-1-686 in for example the LXTerminal often > the 2 and 4 are not completely drawn, i. e. like a rubber was used > horizontally in the middle of the characters.
I see exactly what you mean, since I'm experiencing it from time to time, on different characters. Can you reproduce this bug reliably? (I can't.) I'm attaching a patch suggested by upstream, which I didn't try myself (because of the lack of reproducibility on my side). It would be nice if you could give it a try. KiBi.
From 2c7645c2ec0db17e24ca4598e3412125dfb225dc Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <k...@debian.org> Date: Tue, 22 Feb 2011 20:57:14 +0100 Subject: [PATCH] Tentative fix for #614296. Signed-off-by: Cyril Brulebois <k...@debian.org> --- src/intel_uxa.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intel_uxa.c b/src/intel_uxa.c index 1a591f1..d5f8c90 100644 --- a/src/intel_uxa.c +++ b/src/intel_uxa.c @@ -198,9 +198,9 @@ intel_uxa_pixmap_compute_size(PixmapPtr pixmap, int aligned_h; if (*tiling == I915_TILING_X) - aligned_h = ALIGN(h, 8); + aligned_h = ALIGN(h, 2*8); else - aligned_h = ALIGN(h, 32); + aligned_h = ALIGN(h, 2*32); *stride = intel_get_fence_pitch(intel, ALIGN(pitch, 512), -- 1.7.4.1
signature.asc
Description: Digital signature