There was one other problem that I forgot to mention: When the machine goes into a suspend while I'm running X, it will frequently (but not always) come back up with an all white screen and I haven't been able to find a way to recover from this without rebooting. (Text consoles remain available, though they're occaisionally squashed vertically into the upper 80% of the screen, leaving blank space at the bottom. Switching over to a text console and then back to X leaves the console's text on the screen, but, starting from a relatively random location, every other scan line drops out, one at a time, until it reaches the bottom of the screen, at which point the screen starts fading to white, starting at the top corners. This locked the machine up once, but I can usually still switch back to the text display and have it be OK.)
My kernel APM options are: CONFIG_APM=y # CONFIG_APM_IGNORE_USER_SUSPEND is not set # CONFIG_APM_DO_ENABLE is not set # CONFIG_APM_CPU_IDLE is not set # CONFIG_APM_DISPLAY_BLANK is not set CONFIG_APM_POWER_OFF=y # CONFIG_APM_IGNORE_MULTIPLE_SUSPEND is not set CONFIG_APM_IGNORE_SUSPEND_BOUNCE=y # CONFIG_APM_RTC_IS_GMT is not set # CONFIG_APM_ALLOW_INTS is not set Any suggestions?

