[Bug 374934] New: gnome-system-monitor performance ...
https://bugzilla.novell.com/show_bug.cgi?id=374934 Summary: gnome-system-monitor performance ... Product: openSUSE 11.0 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: mmeeks@novell.com QAContact: qa@suse.de CC: hfiguiere@novell.com Found By: --- So - I run gnome-system-monitor, I switch to the "resources" tab and bingo - my machine is burning 1 CPU full-time rendering. the X server is at 99% and g-s-m is at ~1%. Clearly this must work for -some- hardware combinations; but ... not this one. The normal cause of such grief is highly un-accelerated XRender implementations. There are (perhaps) a number of optimizations possible: * draw to a server pixmap + on render, render that & the grid lines to another server pixmap + simple blit of that etc. * ensure we are drawing our grid-lines (and as much as possible) at integer co-ordinates (particularly if we are doing image blitting as well - to avoid sub-pixel image interpolation). Of course, without profiling it's impossible to say what's on; I can run sysprof here if no-one else can reproduce the issue :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 User jpr@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374934#c1 --- Comment #1 from JP Rosevear <jpr@novell.com> 2008-03-28 11:15:07 MST --- Could be http://bugzilla.gnome.org/show_bug.cgi?id=507797 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 User hfiguiere@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374934#c2 --- Comment #2 from Hubert Figuiere <hfiguiere@novell.com> 2008-03-28 12:13:30 MST --- looks like this upstream bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-gnome@forge.provo.novell.com |federico@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 Federico Mena Quintero <federico@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |gnome-performance -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|gnome-performance |gnome-performance gnomeup-gnome-system-monitor -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 User mmeeks@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374934#c3 --- Comment #3 from Michael Meeks <mmeeks@novell.com> 2008-04-18 10:47:58 MST --- There is now a nice patch up-stream in the bug that we just need to apply to our packages ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=374934#c4 Magnus Boman <captain.magnus@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |captain.magnus@opensuse.org --- Comment #4 from Magnus Boman <captain.magnus@opensuse.org> 2008-05-02 21:06:07 MST --- Still an issue in Beta2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 User jpr@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374934#c5 --- Comment #5 from JP Rosevear <jpr@novell.com> 2008-07-02 14:37:31 MDT --- This patch went in for beta 3, i still see performance issues though. Perhaps we'll really get this solved with cairo 1.6. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 Federico Mena Quintero <federico@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Other |openSUSE 11.0 Priority|P5 - None |P3 - Medium -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 User mmeeks@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374934#c6 --- Comment #6 from Michael Meeks <mmeeks@novell.com> 2008-08-05 13:44:00 MDT --- I spoke to Owen Taylor at GUADEC, and he suggested just binning the stupid ARGB visual that they use for no good reason: Axing this should yield a rather pleasant performance win: /src/interface.cpp: GdkColormap* colormap = gdk_screen_get_rgba_colormap(screen); /src/interface.cpp: gtk_widget_set_default_colormap(colormap); with little-to-no real impact elsewhere. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 User jpr@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374934#c7 --- Comment #7 from JP Rosevear <jpr@novell.com> 2008-10-17 15:07:24 MDT --- Michael, can you poke upstream on this? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374934 User mmeeks@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374934#c8 --- Comment #8 from Michael Meeks <mmeeks@novell.com> 2008-10-20 02:40:31 MDT --- Mailed the authors. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com