From owner-freebsd-questions Sun Jun 10 17:35:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jxmls04.se.mediaone.net (jxmls04.se.mediaone.net [24.129.0.51]) by hub.freebsd.org (Postfix) with ESMTP id 0D51137B430 for ; Sun, 10 Jun 2001 17:35:39 -0700 (PDT) (envelope-from scott@mediaone.net) Received: from bsd (rr-163-52-193.atl.mediaone.net [24.163.52.193]) by jxmls04.se.mediaone.net (8.11.1/8.11.1) with ESMTP id f5B0YoL29671; Sun, 10 Jun 2001 20:34:51 -0400 (EDT) Date: Sun, 10 Jun 2001 20:34:31 -0400 (EDT) From: Scott Nolde X-X-Sender: Reply-To: To: Bob Bomar Cc: Questions Subject: Re: XFree86 In-Reply-To: <992215769.3b2402d97a130@eaglemail.unt.edu> Message-ID: <20010610203203.J5997-100000@bsd.smnolde.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Have you created a new XF86Config file? XFree86 -configure (I think) then tweak the output If you're using startx, you may have install Xwrapper and create a ~${HOME}/.xserverrc file: #!/bin/sh Xdepth="-bpp 16" if [ -x /usr/X11R6/bin/Xwrapper ] ; then exec /usr/X11R6/bin/Xwrapper -auth $HOME/.Xauthority ${Xdepth} else exec X -auth ${HOME}/.Xauthority ${Xdepth} fi BTW - Xdepth is depreicated, but the script works for me. See how that works. - Scott On Sun, 10 Jun 2001, Bob Bomar wrote: > > > I just upgraded to Xfree86 4.0.1 on my FreeBSD 4.2 > machine. I was going to go ahead and upgrade to > FreeBSd 4.3 and Xfree86 4.1, but I can not start my > xserver, I get the error message: > > Fatal server error: > No screens found. > > How did it happen and how do I fix it. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ---begin-encrypted-message--- !SKCUS TN SWODNIW ---end---encrypted-message--- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message