From: oitofelix@gmail.com (Bruno Félix Rezende Ribeiro)
To: help-gnu-emacs@gnu.org
Subject: Re: Slow response in GNU Emacs 23.4
Date: Tue, 14 Feb 2012 18:51:26 -0200 [thread overview]
Message-ID: <87lio5jfzl.fsf@felix-laptop.gnung> (raw)
In-Reply-To: 87lio9uf99.fsf@felix-laptop.gnung
oitofelix@gmail.com (Bruno Félix Rezende Ribeiro) writes:
> oitofelix@gmail.com (Bruno Félix Rezende Ribeiro) writes:
>
>> Hello. I have successful used GNU Emacs 23.2 that comes with Debian
>> Squeeze on my I32 machine. Yesterday I decided to download the latest
>> release from gnu.org, GNU Emacs 23.4. Then I built it with Athena
>> Toolkit and with -O3 gcc flag. Now Emacs works wonderful except by one
>> thing: its response time is very high. It takes a half of second to
>> notice that I press a key. Does anyone know what could be a possible
>> source of this problem?
>>
>
> I discovered the reason behind this problem. In my home, I often use my
> netbook (the machine running GNU Emacs 23.4) connected to a big external
> display by VGA output. Today, I used the LVDS screen and guess you what
> happened? The problem disappeared. This seems consistent with the problem only
> showing up under X frames of Emacs. I'm now wondering why it's
> happening only when I connect to the external screen. The only thing I
> could think is the stretch transformation rule that I have configured by
> xrandr as follow:
>
> xrandr --output LVDS1 --mode 1024x600 --auto --output VGA1 --mode 1024x768 --scale 1x0.78125 --auto
>
> Any idea? It could be a bug in Emacs?
Indeed! It's all "--scale" parameter fault. xrandr's stretch
transformation rule was causing that trouble. Really it isn't a Emacs
bug. I just replaced that call to xrandr with the following:
xrandr --output LVDS1 --off --output VGA1 --mode 1280x1024
Now I'm using a native resolution and disabling the LVDS screen that I
don't need at home. That way, I also won the benefit to improve my
resolution.
It's perfect. My Emacs on a big screen, big resolution, full speed and
full screen (without borders, title bar, scroll bar, menu bar and tool
bar). It isn't the heaven?
--
Bruno Félix Rezende Ribeiro (oitofelix)
Ps: Please, let me know my english errors
next prev parent reply other threads:[~2012-02-14 20:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-10 23:03 Slow response in GNU Emacs 23.4 Bruno Félix Rezende Ribeiro
2012-02-10 23:16 ` Aaron Meurer
2012-02-11 5:04 ` Bruno Félix Rezende Ribeiro
2012-02-10 23:46 ` Peter Dyballa
2012-02-11 5:10 ` Bruno Félix Rezende Ribeiro
2012-02-11 23:22 ` Bruno Félix Rezende Ribeiro
2012-02-14 20:51 ` Bruno Félix Rezende Ribeiro [this message]
2012-02-15 21:46 ` Ken Goldman
[not found] <877gzvwoob.fsf@felix-laptop.gnung>
2015-10-28 18:37 ` Bill
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87lio5jfzl.fsf@felix-laptop.gnung \
--to=oitofelix@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).