GNU bug report logs -
#22916
Displaying some images in Cairo builds hands Emacs
Previous Next
Reported by: Lars Ljung <lars <at> matholka.se>
Date: Sat, 5 Mar 2016 11:26:01 UTC
Severity: normal
Found in version 25.0.92
Fixed in version 27.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #36 received at 22916 <at> debbugs.gnu.org (full text, mbox):
> From: Elric Milon <whirm <at> gmx.com>
> Date: Fri, 27 Jan 2017 12:16:56 +0100
> Cc: 22916 <at> debbugs.gnu.org
>
> I just tried building current master with:
>
>
> ./autogen.sh
>
> ./configure --prefix $(readlink -fe $PWD/../inst) \
> --enable-link-time-optimization \
> --without-pop \
> --with-x-toolkit=gtk3 \
> --without-xaw3d \
> --without-selinux \
> --with-file-notification=yes \
> --with-modules \
> --with-cairo \
> --without-pop \
> --with-x
>
> make -j4
>
> But it's unusable for me (The whole Emacs frame blinks on and off with the cursor).
Please try disabling the double-buffering feature, like this:
M-: (modify-frame-parameters nil '((inhibit-double-buffering . t))) RET
Alternatively, edit src/config.h to delete this line:
#define HAVE_XDBE 1
and then rebuild Emacs. Please tell if the problem goes away when you
try that.
This bug report was last modified 6 years and 130 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.