GNOME Bugzilla – Bug 347092
Screensaver activates when using joystick
Last modified: 2009-08-21 04:23:14 UTC
Please describe the problem: Whenever I play games using only the joystick (/dev/input/js0) , the screensaver activates, and i have to hit a keyboard key or mouse to stop it. Steps to reproduce: 1. Be sure the screensaver is active 2. Play a game using only the joystick (xmame or cedega for me) 3. After some time the screensaver activates Actual results: The screensaver interrupts the gaming Expected results: Consider joystick input the same as keyboard and mouse so the screensaver doesn't appear. Does this happen every time? yes Other information: no
I guess this is because X11 knows nothing of joysticks; games access them directly by opening /dev/js0 etc.
Is there any hope that this issue could be ever solved?
If the games are using SDL then the IDLETIME solution with gnome-screensaver 2.25.2 referenced in bug 335149 should apply. Otherwise if not using SDL the games needs to call the XResetScreensaver function for same solution.
*** This bug has been marked as a duplicate of bug 444927 ***