Font display scrambled when scrolling

Bug #570714 reported by David Megginson
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
emacs23 (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: emacs23

When scrolling through a text document or typing in the echo area, fonts often appear scrambled initially, with characters printed on top of each-other. After several seconds of inactivity, the display corrects itself, but the problem will reappear with additional scrolling or typing.

Observed:
- full screen and smaller window
- font-lock on and off
- monospaced and proportional fonts
- with current ~/.emacs file moved out of the way and no .Xdefaults or .Xresources to affect display

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: emacs23 23.1+1-4ubuntu7
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
NonfreeKernelModules: wl fglrx
Architecture: amd64
Date: Tue Apr 27 09:32:48 2010
ProcEnviron:
 PATH=(custom, user)
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: emacs23

Revision history for this message
David Megginson (david-megginson) wrote :
Revision history for this message
Phil Lord (phillip-lord) wrote :

I am getting what appears to me to be a highly related bug. I get scrambled, overlapping fonts. In my case, this is not related to scrolling specifically, but occurs even while typing.

As a temporary work-around, I am forcing Emacs to redraw after every command (code below!). Emacs is now usable, although it causes a very unpleasant flicker.

;; nasty hack to fix display issue
(add-hook 'post-command-hook
          'phil-redraw-display-hack)

(defun phil-redraw-display-hack()
  (interactive)
  (redraw-display))

Revision history for this message
bartee (bartee-natarajan) wrote :

Any progress or any other workaround on this issue? I am experiencing this on my fresh upgrade to ubuntu 11.04.. emacs 23.2.1

fonts disappear and reappear when scrolling or even while typing as the previous commenter encountered.sh

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in emacs23 (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.