J?rgen Keil wrote:
>
> In Randy's blog (
> http://blogs.sun.com/randyf/entry/solaris_suspend_and_resume_how )
> there is an old entry that tells me that Xorg needs to be running
> otherwise the nvidia module would not be able to suspend/resume the
> system. Is that still the case?
Yes (somewhat) and it is by design. When S/R was being designed it
was agreed this would only be supported with the X server running as
the X server was the responsible party for restoring display state.
Although S3 is refused on Linux when the X server is not running, we
(unfortunately) never enforced this on Solaris. If you suspend at
at the console text prompt if the video gets restored on resume it
is by accident only.
>
>
> What I'm observing: When I try a test suspend-to-ram (uadmin 3 22),
> all drivers suspend, followed by all drivers resuming, but Xorg crashes
> with a SIGSEGV.
The crash is in the keyboard code. Why is this being presented as a
NVIDIA issue?
(Although I am concerned about the WAIT messages from the NVIDIA X driver).