> From: [EMAIL PROTECTED]
 > Hi!
 > My X is broken after every resume/suspend. Anybody got a solution?

I have a shell script remedy for ya...

later
steve
- - -
systems guy
wiscnet.net
- - -

#!/bin/bash

# switch to console...
sudo chvt 1
sync

# suspend...
sudo apm --suspend

# hack: delay awaken in vt1 mode so xwindows doesn't hang...
sleep 3

# awaken... and switch to xwindows...
sync
sudo chvt 7

Reply via email to