On Wed, 27 Feb 2002, Clarence Verge wrote: > On Wed, 27 Feb 2002 09:09:01 +0000, [EMAIL PROTECTED] wrote: > > > Thomas Mueller wrote: > > >> What command did you use for running an X-Windows program such > >> as Netscape with no window manager? > > > ~/.xinitrc > > ----------------------------------- > > exec netscape -geometry 640x480+0+0 > > ----------------------------------- > Being of a curious nature, I tried the above using RH5.1. > First I searched for .xinitrc and it was not found. > So I simply typed the command at the root prompt.
In RH, I do $ xinit $(which netscape) OR $ xinit full/path/to/netscape If I already have one X client running, and want to run a second, then the display number must also be included. (First display is :0) $ xinit $(which xjewel) -- :1 > Any suggestions to an experimenter ? Ok... look above. ;-) - Steve
