Bug 14802 - XScreenSaverSuspend doesn't work as documented
Summary: XScreenSaverSuspend doesn't work as documented
Status: RESOLVED MOVED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-04 06:06 UTC by Rui Tiago Matos
Modified: 2018-12-13 22:19 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Rui Tiago Matos 2008-03-04 06:06:14 UTC
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.
Comment 1 GitLab Migration User 2018-12-13 22:19:10 UTC
-- 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.