From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 17:44:23 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56884106566B for ; Sun, 19 Aug 2012 17:44:23 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id 093678FC08 for ; Sun, 19 Aug 2012 17:44:22 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id q7JHiHtW010769 for ; Sun, 19 Aug 2012 11:44:17 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <503125EF.1020500@dreamchaser.org> Date: Sun, 19 Aug 2012 11:44:15 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120609 Thunderbird/13.0 MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Sun, 19 Aug 2012 11:44:18 -0600 (MDT) Subject: user specific xorg.conf? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2012 17:44:23 -0000 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. Am I missing something? Is this because of the security vulnerabilities in X? gary