On Tue, 11 Feb 2003 22:30:08 +1100, Bruce Badger wrote: > I can suspend the machine with X running, and everything is fine when > I resume ... except for the keyboard autorepeat which no longer works, > and the mouse becomes prone to take a single click as a double click. > > Simply exiting X and restarting it makes the problems go away. If I > switch to another TTY, autorepeat is working fine - back in X land, > it's still not working.
I didn't have the same problem, but I did have other issues with suspending from within X. Couple of things you can try: When you resume, run "xset r" to try turning autorepeat back on. The xset manpage will probably also tell you how to change the doubleclick timeout. If that doesn't work, try changing to a virtual console before suspending. You can use chvt to do that within a script. You could also use the fgconsole command to grab the current active console and store that somewhere so you know where to change back to when you resume. -- Pete -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
