https://bugzilla.novell.com/show_bug.cgi?id=756493 https://bugzilla.novell.com/show_bug.cgi?id=756493#c6 Greg Holmberg <holmberg2066@comcast.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|holmberg2066@comcast.net | --- Comment #6 from Greg Holmberg <holmberg2066@comcast.net> 2012-04-16 18:25:00 UTC --- Hi Lukas-- I applied the patch and tested. However, I still saw very fast updates to the numbers on the screen, and I got the same CPU usage from Xorg. Looking at the code, I think I see why. In this line if (ui_time_now > ui_last_refresh) { the condition is always true. I think ui_time_now needs to be at least a certain amount of time > 0 after ui_last_refresh. For example: if (ui_time_now > ui_last_refresh + 10) { However, I tested this and again, there was no effect. In addition to 10, I also tried 100 and 1000. To verify that I was modifying the right file, I renamed the ui.ycp file, and restarted. Sure enough, the GUI couldn't start, so I'm definitely editing the right file. I can't explain why none of this has an effect on Xorg's CPU usage. It seems like it should. Greg -- 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.