Re: gnome-terminal slow?



apply this one line patch too, if you see top line
repeating in "less" command Pageup. Taken from:

http://bugzilla.gnome.org/show_bug.cgi?id=115149

------------ PATCH BEGINS --------------

diff -urN vte-0.10.29.orig/src/vte.c
vte-0.10.29/src/vte.c
--- vte-0.10.29.orig/src/vte.c  2003-05-30
20:43:17.000000000 +0100
+++ vte-0.10.29/src/vte.c       2003-06-13
21:16:20.000000000 +0100
@@ -769,7 +769,7 @@
        /* We only do this if we're scrolling the
entire window. */
        if (!terminal->pvt->bg_transparent &&
            (terminal->pvt->bg_image == NULL) &&
-           (row ==
terminal->pvt->screen->scroll_delta) &&
+           (row == 0) &&
            (count == terminal->row_count)) {
                widget = GTK_WIDGET(terminal);
                gdk_window_scroll(widget->window,

------------- PATCH ENDS -------------------------

-Sunil


--- Patrick Morris <pmorris wilshire com> wrote:
> Wow...  HUGE difference.  Scrolling was never that
> bad for me (maybe 
> something to do with running it on a Sparc machine? 
> I have no idea), 
> but text selection was unbearable.  Now, it's...
> well, not.  It works great.
> 
> Sunil wrote:
> 
> >Hi Guys!
> >
> >If you feel your g-t eats up all the cpu when
> >selecting text and is slow in scrolling, try
> >this(might wanna jump to end of that page):
> >
> >http://bugzilla.gnome.org/show_bug.cgi?id=122656
> >  
> >
> 
> 

> ATTACHMENT part 2 application/x-pkcs7-signature
name=smime.p7s
> 
> This message is intended only for the use of the
> person(s) listed above as the intended recipient(s),
> and may contain information that is PRIVILEGED and
> CONFIDENTIAL.  If you are not an intended recipient,
> you may not read, copy, or distribute this message
> or any attachment. If you received this
> communication in error, please notify us immediately
> by e-mail and then delete all copies of this message
> and any attachments.
> 
> In addition you should be aware that ordinary
> (unencrypted) e-mail sent through the Internet is
> not secure. Do not send confidential or sensitive
> information, such as social security numbers,
> account numbers, personal identification numbers and
> passwords, to us via ordinary (unencrypted) e-mail.
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]