>>>>> Keith Nichol writes:
  Keith> I'm trying it from the console screen and entering the command:
  Keith> 	xinit /usr/local/bin/fvwm --
Here's what I do:
I've got a shell script with the following contents which I invoke:
    #!/bin/sh
    exec openwin -ar1 400 -ar2 25 -dur 200 -nobanner
I've got a file .xinitrc which starts up whatever clients I like, fvwm
being one of them.  I think .xinitrc should be chmod u+x.
"-ar1 400" means wait 400 ms before autorepeat of keys cuts in.  "-ar2
25" means repeat every 25 ms.  "-dur 200" means a BEL lasts 200 ms.
"-nobanner" means start up without the usual OW banner.
IMHO using the openwin script has the advantage that you automagically
use MIT-Magic-Cookie-1 rather than xhost authorization, which is more
secure.
regards,
kai
-- 
Life is hard and then you die.
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Oct 17 1996 - 04:17:57 BST