Date: Sun, 20 Feb 2000 17:20:30 -0800 From: "John Purser" <johnmpurser@home.com> To: "'Ryan Thompson'" <freebsd@sasknow.com> Cc: <questions@FreeBSD.ORG> Subject: RE: Stopping xdm Message-ID: <000501bf7c09$d85285e0$40390918@vncvr1.wa.home.com> In-Reply-To: <Pine.BSF.4.10.10002201857120.8965-100000@sasknow.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks! After three days of struggling with FreeBSD the one thing I'd managed to do was get X to work and I thought I was going to have to unplug the machine to stop that! John Purser -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ryan Thompson Sent: Sunday, February 20, 2000 5:02 PM To: John Purser Cc: questions@FreeBSD.ORG Subject: Re: Stopping xdm On Sun, 20 Feb 2000, John Purser wrote: > I just set up X-windows using sysinstall. After exiting from sysinstall I > entered "xdm" at the prompt and a window came up with a sign in prompt. I > signed in as root, hit return, and got another sign in prompt. If I enter a > user's name I can sign on but then all I can do is exit, which brings me > back to another sign in prompt. > > I can't get to any of my virtual terminals and all Ctrl-Alt-Backspace does > is restart X which brings up the same sign on window. > > How do I get out of this? > > John Purser Switch to vty0 with Ctrl-Alt-F1, login as root, and kill the xdm process. (killall xdm, or killall -9 xdm) Then, to fix your original problem, make sure that each user has an executable .xsession file in their home directory. (Man xdm for details on creating these files). Without .xsession, users will see a very bland twm (built in window manager) desktop that, by itself, isn't very functional. I recommend installing another desktop manager or two from ports, such as KDE, WindowMaker, AfterStep, Enlightenment, etc... -- Ryan Thompson <ryan@sasknow.com> 50% Owner, Sysadmin SaskNow Technologies http://www.sasknow.com #106-380 3120 8th St E Saskatoon, SK S7H 0W2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message 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?000501bf7c09$d85285e0$40390918>