> When i login as a user, and put startx in a term, X said that cannot > find the program /home/user/.xinitrc. And that i should make sure You'll need to create a ~/.xinitrc, with execute bit set. Try ------------------ #!/bin/sh exec fvwm ------------------
for starters, and hit "man xinit" and "man startx" > /usr/X11/bin is in the path. What is this? The path is the place the shell searches for programs you try to run. Assuming you're using the bash shell (it's the default), it can be changed in your .bashrc file. > How can i view whats echo $PATH Will -------------------------------------------------------------------------- | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] | | http://www.cis.udel.edu/~lowe/ | | PGP Public Key: http://www.cis.udel.edu/~lowe/index.html#pgpkey | -------------------------------------------------------------------------- | And if you on tight to what you think is your thing | | you may find you're missing all the rest ... | | - Dave Matthews, "Best of What's Around" | --------------------------------------------------------------------------