From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 19:08:12 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D7E1106566C for ; Sun, 19 Aug 2012 19:08:12 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id F08818FC08 for ; Sun, 19 Aug 2012 19:08:11 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q7JJ86m8071022; Sun, 19 Aug 2012 13:08:06 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q7JJ86II071019; Sun, 19 Aug 2012 13:08:06 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 19 Aug 2012 13:08:06 -0600 (MDT) From: Warren Block To: Polytropon In-Reply-To: <20120819195118.00427f87.freebsd@edvax.de> Message-ID: References: <503125EF.1020500@dreamchaser.org> <20120819195118.00427f87.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd@dreamchaser.org, FreeBSD Mailing List Subject: Re: user specific xorg.conf? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2012 19:08:12 -0000 On Sun, 19 Aug 2012, Polytropon wrote: > On Sun, 19 Aug 2012 11:44:15 -0600, Gary Aitken wrote: >> In attempting to zero in on my system crash problem, >> I need to customize xorg.conf. >> As I read the documentation, >> there is no way for an ordinary user to provide an xorg.conf; >> Xorg looks for files in the normal server search path, >> which does not include any user directories -- >> unless the user is root. > > What if you do (as a user) the "startx" command and try > to hand the -config to the program, like this: > > % Xorg -file /home/user/test/xorg.conf > > I haven't tried that myself, but according to "man Xorg" > this option does exist. However, I'm not sure if xinit > or startx honors this option if you use them (to make > use of ~/.xinitrc). I think that should be % Xorg -config /home/user/test/xorg.conf