[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2010-09-16 Thread rusivi1
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I noticed that the package version your bugging is
updated in Maverick. Please update via www.ubuntu.com repost a detailed
error report, and update the bug status. Thanks!

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2009-04-28 Thread unimatrix
Confirming for Jaunty. Scrolling is still horribly CPU intensive (in ALL
apps, not just gnome-terminal).

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2009-04-28 Thread Sebastien Bacher
could you try if that's still an issue in jaunty?  the bug should be
sent to bugzilla.gnome.org by somebody having the issue

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2009-01-06 Thread Pedro Villavicencio
any news about this?

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2008-09-24 Thread Pedro Villavicencio
May someone having hte issue forward this upstream to
bugzilla.gnome.org? for forwarding instructions please have a look to
https://wiki.ubuntu.com/Bugs/Upstream/GNOME ; leaving this as incomplete
until that, thanks.

** Changed in: vte (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2008-09-04 Thread Timo Aaltonen
sounds more like a problem in the vte engine gnome-terminal uses.

** Changed in: vte (Ubuntu)
Sourcepackagename: xorg => vte

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2008-07-28 Thread Daniel van Vugt
Changed component to Xorg since this bottleneck is obviously not just
intel. I haven't attached any other details because I now believe the
resolver has ample information to reproduce the issue.

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2008-07-28 Thread Daniel van Vugt
Unfortunately I have since got rid of that hardware. However even with
my new hardware (Nvidia NVS290), the issue is trivial to reproduce; with
and without compiz. Compile the below C program and watch the CPU usage
of Xorg. It's totally unacceptable to anyone with programming and
graphics knowledge...

#include 
#define LINES_PER_SEC 100
int
main(int argc, char *argv[])
{
int n;
for (n=0; n < 1; n++)
{
usleep(100/LINES_PER_SEC);
printf("Hello world %d\n", n);
}
return 0;
}


** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Invalid => New

** Changed in: xorg (Ubuntu)
Sourcepackagename: xserver-xorg-video-intel => xorg

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2008-07-28 Thread Bryce Harrington
Daniel, simply confirming the symptom when using -intel is insufficient
for troubleshooting this.  You must attach your Xorg.0.log and xorg.conf
when reporting X bugs.  You must also indicate what steps you used to
reproduce the issue - for instance, were you also trying to use
Xinerama, and the rendition driver?  Were you using compiz or not? Is
your hardware identical to the original reporter (an IBM Thinkcenter)?
If not, you must indicate what your hardware is as well.  etc.  See
http://wiki.ubuntu.com/X/Reporting for directions on how to report X
bugs.


** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Confirmed => Invalid

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2008-05-06 Thread Daniel van Vugt
Confirmed using Ubuntu 8.04 desktop i386 and the intel Xorg driver.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Invalid => Confirmed

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2008-02-08 Thread Timo Aaltonen
No reply, closing the bug.

** Changed in: xserver-xorg-video-intel (Ubuntu)
Sourcepackagename: xserver-xorg-video-i810 => xserver-xorg-video-intel
   Status: Incomplete => Invalid

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2007-10-29 Thread unggnu
Could you please recheck it with Gutsy Final Live CD? In Gutsy i810 driver is 
deprecated and intel driver is used instead.
Xinerama doesn't work anymore with new Intel driver since xrandr is used 
instead.

** Changed in: xserver-xorg-video-i810 (Ubuntu)
Sourcepackagename: xorg => xserver-xorg-video-i810
   Status: New => Incomplete

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125396] Re: Xorg 100% CPU during scrolling gnome-terminal

2007-08-28 Thread cut
** Changed in: xorg (Ubuntu)
Sourcepackagename: None => xorg

-- 
Xorg 100% CPU during scrolling gnome-terminal
https://bugs.launchpad.net/bugs/125396
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs