Date: Sat, 16 May 1998 09:28:07 -0400 (EDT) From: Spidey <beaupran@JSP.UMontreal.CA> To: Michael Rice <marice@email.msn.com> Cc: FreeBSD Questions List <freebsd-questions@FreeBSD.ORG> Subject: Re: XFree86 Window Managers Message-ID: <Pine.BSF.3.96.980516091810.19771A-100000@outpost.nada.org> In-Reply-To: <001101bd808b$d5156300$6e00cbc0@rice-home>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 15 May 1998, Michael Rice wrote: > First off, let me say that from what I have seen I think FBSD is a _great_ > product. I just installed it for the first time from my Walnut Creek CDs > and was as smooth as silk. I would also like to thank the FBSD folks for > being so active and responsive to the questions in this list. Thanks a lot! It's good to hear! > I installed the XFree86 server and I have it configured and running fine. > It's running the "TWM" window manager. I would like to try a couple of the > other window managers that come with the system. Specifically, I would like > to try the MWM and the FVWM. What do I have to do to start these window > managers instead of the TWM. If you have installed these packages (mwm and fvwm), you're supposed to have the executables in your /usr/X11R6/bin/ directory. Depending on how you start X, (via xinit or startx or xdm) you got to: if you startX or xinit: edit a file called ~/.xinitrc (in your home) with the lines: -------------------------- #! /bin/sh #or whatever... exec /usr/X11R6/bin/fvwm -------------------------- or else (you start with xdm) edit a ~/.xsession file -------------------------- #! /bin/sh (not sure of this one...) exec /usr/X11R6/bin/fvwm ------------------------- I'm not sure about this so check the X manpage... > I checked the handbook and the XFree86 docs, but I couldn't find any info. > > BTW, does anyone know what the "T" in "TWM" stands for? "Tiny", maybe? ;) > Thanks. You're welcome! Spidey ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | A: uuuh, no, I won't give up meat. | | Q: Even if thirty thousand people a year are dying of hunger or of | hunger-related deases? | | A: No, I still won't give up meat. | | | "While people would starve elsewhere, 9/10 of the grain of the United | States is fed to animals, so we can eat meat. The result, is that we | feed pigs, better than many third world countries, feed people." | | Crass, 1982. | I promote vegetarism as a politcal statement against poverty and hunger, | would you dare to do so??? +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980516091810.19771A-100000>