http://bugzilla.novell.com/show_bug.cgi?id=544464 Summary: Add a fix for Xorg Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: lmedinas@opensuse.org QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090909 SUSE/3.5.3-1.4 Firefox/3.5.3 Hi The new GNOME 2.28 desktop displayed a new icon on the notification area (on my desktop after blinking on idle) and reported to use these patches available on http://blogs.gnome.org/hughsie/2009/08/17/gnome-power-manager-and-blanking-r... I didn't report this because i thought this newer Xorg contained this patches. Please consider including this for 11.2 so we can have this issue fixed and no more notification icons about this. Thanks Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=544464 User sndirsch@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=544464#c1 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |sndirsch@novell.com Resolution| |FIXED --- Comment #1 from Stefan Dirsch <sndirsch@novell.com> 2009-10-05 16:18:50 MDT --- Both patches are already included in xorg-server 1.6.4. commit 8cf659f3a5914369a2137ac17b689e5a9fe9ca27 Author: Keith Packard <keithp@keithp.com> Date: Sun Sep 27 19:21:45 2009 -0700 Bump to version 1.6.4 Signed-off-by: Keith Packard <keithp@keithp.com> commit a32d717ac64b21e15a5736ae4981cdd32f2da56b Author: Richard Hughes <richard@hughsie.com> Date: Mon Aug 17 09:15:32 2009 +0100 Do not reset lastDeviceEventTime when we do dixSaveScreens When we turn off DPMS with DPMSModeOff and do dixSaveScreens, don't reset the event time else session clients using IDLETIME will be reset. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit 6b5978dcf1f7ac3ecc2f22df06f7000f360e2066) commit 55c26d8e4d110b689aea9d806e9d4fa7bbbdd32a Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Thu Aug 13 16:37:00 2009 +1000 Xext: fix up wrong conditions for negative sync transitions. If the counter had a value higher than the trigger value for a negative transition, the trigger value did not get set. The correct sequence of checks is: if (positive transition) if (counter value < trigger value) set up trigger if (negative transition) if (counter value > trigger value) set up trigger Red Hat Bug 501601 <https://bugzilla.redhat.com/show_bug.cgi?id=501601> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit db568f9eabf3450d8a023597ff007df355b13ea8) -- Configure bugmail: http://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