Hello, I think the problem is the nuke_focus thing. The problem is that if some app has keyboard grab, you cannot determine any (keyboard) user activity. Xscreensaver shouldn't do anything if some other app has grab and xscreensaver is not using xxx-server extension or /proc/interrupts. It can be solved by building with /proc/interrupts (but that is linux-only).
BTW there is a reason for having grab all the time (opposite of what is written in the code): You do it when you don't want any other client receive the events, eg. want handle Alt-TAB yourself, or some F-keys. Regards Jiri Palecek -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

