> Subject: suspend: can on "script" "CTRL-ALT-F1?"
My sincerest apologies for the nonsensical Subject!!
It was susposed to read "can one script CTRL-ALT-F1?" but then
RTFMed my way to finding
sudo chvt 1
later
steve
-- -- -- --
Steve Rader
Systems and Network Manager
WiscNet--Internetworking for Wisconsin
[EMAIL PROTECTED]
608-265-6761
bash: syntax error near unexpected token `=:)'
> Some linux systems have their X server hang when doing apm -s.
> (Mine included, of course.)
>
> Folks with this affliction might want switch to the console
> virtual terminal then suspend...
>
> chvt 1; apm -s
>
> as root, or, more appropiately...
>
> sudo chvt 1; sudo apm -s
>
> I have these commands in a script, say, my-suspend and then
> do "xapmload --click-command my-suspend". [1]