Joey Hess wrote: > > #!/bin/sh > > # Run something on a VC, from X, and switch back to X when done. > > # GPL Joey Hess, Thu, 10 Jul 1997 23:27:08 -0400 > > # EDIT THIS FILE TO WORK WITH YOUR SYSTEM.. > exec open -s -- sh -c "glqwcl -nocdaudio -mem 32 $* ; chvt `getvc`"
This script is no longer needed if you upgrade to open 1.4-4 (currently in debian unstable, but it's possible to build a libc5 version of it). With that version of open, the following command will work, even inside X: open -s -w -- "glqwcl -nocdaudio -mem 32" -- see shy jo -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .