Date: Sun, 10 Jun 2001 20:34:31 -0400 (EDT) From: Scott Nolde <scott@mediaone.net> To: Bob Bomar <rbb0002@unt.edu> Cc: Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: XFree86 Message-ID: <20010610203203.J5997-100000@bsd.smnolde.com> In-Reply-To: <992215769.3b2402d97a130@eaglemail.unt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010610203203.J5997-100000>
