Re: Quake and getvc

1998-01-14 Thread Joey Hess
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 longe

Re: Quake and getvc

1998-01-14 Thread Joey Hess
Brian Skreeg wrote: > Trouble is I need a program called getvc. > Is there a debian package with this in it? This is amusing, becuase I'm a debian developer, and the author of getvc and of the script below, and yet getvc is not in debian. :-) > #!/bin/sh > # Run something on a VC, from X, and swi

Quake and getvc

1998-01-14 Thread Brian Skreeg
Hi folks, slightly off topic but what the hell, I`ve attempting to use Linux as a viable Quake platform. I`ve got QstatView which is a Quakeworld server browser and is X based written in TK. Now, I have a script which supposedly launches qwcl into a console and switches to that console. T