From owner-freebsd-questions Tue Jul 10 13:41:31 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 E03B137B401 for ; Tue, 10 Jul 2001 13:41:27 -0700 (PDT) (envelope-from scott.nolde@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 f6AKe8H15912; Tue, 10 Jul 2001 16:40:09 -0400 (EDT) Date: Tue, 10 Jul 2001 16:41:14 -0400 (EDT) From: X-X-Sender: Reply-To: To: Eric Kozowski Cc: Subject: Re: another xfree86 question In-Reply-To: <20010710112748.C16356@schooner.routergeeks.net> Message-ID: <20010710163804.L63641-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 If you've got XFree86 running as root, then you need to allow your non-root users. I've installed Xwrapper (/usr/ports/x11/wrapper ?) and use a script ~{HOME}/.xserverrc: #!/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 It'll give you a warning, but this will let non-root users to run X using startx. - Scott On Tue, 10 Jul 2001, Eric Kozowski wrote: > > ok, now i can run xf86cfg as root and create a config file. however, > i cannot run XFree86 -xf6config XF86Config as another user. i get: > > Fatal server error: > no screens found > > i checked the config file and there are valid screens defined. > > anyone have any ideas? > > > 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