From the following mail: http://lists.freedesktop.org/archives/xorg/2008-March/033491.html Agreed. An XScreenSaver bug. At least here XScreenSaverSuspend( dpy, True ) does nothing[*] - the idle counter returned by XScreenSaverQueryInfo() does not stop increasing, despite what the XScreenSaver manpage says. Which only supports my point from the thread linked above that this extension is broken. [*] The whole sequence is: XScreenSaverQueryExtension( dpy, &dummy, &dummy ); XScreenSaverSuspend( dpy, True ); XSync( dpy, False ); sleep( 120 ); I can't see how I could possibly make any mistake here.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/xserver/issues/363.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.