From owner-freebsd-questions@FreeBSD.ORG Wed Sep 14 14:41:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9189916A41F for ; Wed, 14 Sep 2005 14:41:40 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6013943D5E for ; Wed, 14 Sep 2005 14:41:39 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j8EEe3VO008050; Wed, 14 Sep 2005 09:40:23 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <43283639.80208@daleco.biz> Date: Wed, 14 Sep 2005 09:39:53 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: bob self References: <432832F9.2000504@charter.net> In-Reply-To: <432832F9.2000504@charter.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: startx doesn't recognize Modeline in /etc/X11/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: Wed, 14 Sep 2005 14:41:40 -0000 bob self wrote: > FreeBSD 6.0 beta 4 > nvidia video card, LCD monitor. > > I ran startx as root, then xorgcfg to configure ModeLine. > > xorgcfg did write a ModeLine statement to /etc/X11/xorg.conf > > I then restarted 'startx' but there is no difference in the > display. The desktop is shifted a little to the right. > With xorgcfg I can shift it back to the left. Why isn't the modeline > recognized in xorg.conf? > > thanks, > Bob Two possibilities immediately come to mind, but there could be more. 1. the X server isn't using the file /etc/X11/xorg.conf. A check of the logfiles should verify or negate this hypothesis. 2. xorgcfg got the ModeLine wrong. AFAIK it's not infallible. Of course, neither am I, so I generally rely on plenty of experimentation. There are people, however, to whom it's not such a Big Deal. Kevin Kinsey