From owner-freebsd-questions Sat Oct 27 17:22:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (rr-163-54-1.atl.mediaone.net [24.163.54.1]) by hub.freebsd.org (Postfix) with ESMTP id A001937B403 for ; Sat, 27 Oct 2001 17:22:12 -0700 (PDT) Received: from bsd.smnolde.com ([192.168.10.7] helo=bsd) by smnolde.com with esmtp (Exim 3.30 #1) id 15xdiO-000Hn0-00; Sat, 27 Oct 2001 20:22:12 -0400 Date: Sat, 27 Oct 2001 20:22:10 -0400 (EDT) From: Scott Nolde To: Noel Balansag Cc: Subject: Re: user cannot use X window In-Reply-To: <3.0.6.32.20011025234822.007a7100@pop.fibertel.com.ar> Message-ID: <20011027202025.N17576-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 After you install Xwrapper, make the following ${HOME}/.xserverrc file: #!/bin/sh Xdepth="-bpp 16" #YBPPMV if [ -x /usr/X11R6/bin/Xwrapper ] ; then exec /usr/X11R6/bin/Xwrapper -auth $HOME/.Xauthority ${Xdepth} else exec X -auth $HOME/.Xauthority ${Xdepth} fi - Scott smacked into the keyboard previously by owner-freebsd-questions@FreeBSD.ORG: >Date: Thu, 25 Oct 2001 23:48:22 -0300 >From: Noel Balansag >To: questions@FreeBSD.ORG >Subject: user cannot use X window > >Hi. > >How do i set/get the Xwrapper so i can use X in ordinary user mode? X works >fine in root, but I don't want to use X that way. Too risky. > >I updated X from 3.3.6 to 4.1.0, using the script Xinstall.sh that came >with all the binaries that i downloaded from xfree86.org, and now I cannot >use the X window system. > >Would appreciate all the help. > >Thanks. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message