From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 10 00:03:05 2007 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9648416A419 for ; Sat, 10 Nov 2007 00:03:05 +0000 (UTC) (envelope-from captainthunder@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 5832313C494 for ; Sat, 10 Nov 2007 00:03:05 +0000 (UTC) (envelope-from captainthunder@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1395908pyb for ; Fri, 09 Nov 2007 16:02:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=GnScZVBpKlhdvn+7y4fbgwweQgGsqDxQxk5rAuDkyNE=; b=kI5kggJM2VfLJqRPUBI6qkj2hT3Pkysay9mn1FlAbe6lDSKwK47xCgapvp7ZPJou7A4ZY9dEBCuFyN+cqSewCSVnkfVM23HA9q8L4TnwwNO6IjHDPDNcxGcgjYeBHfpTYMUHJ0MZM94z0uNWyUGLJxhOLmlReMTcEw2sICTCkgI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=L2+rS92WyqEbapqCD+54jyM4B2OlND+3gGgOr9RhgJR64+A898vmiGqq9Swf18SpdXTiPegtrWQn+qTrhKFyDiSFW+1vTX6qkMENV4AtWg+yEcME+uT/CMMmY2Vi1kXswIYT4/xCGFW0DtgO2eHFR4FXqxKuK4Zf0qUF6nq/Tsc= Received: by 10.65.233.16 with SMTP id k16mr8301649qbr.1194651222944; Fri, 09 Nov 2007 15:33:42 -0800 (PST) Received: by 10.65.252.12 with HTTP; Fri, 9 Nov 2007 15:33:42 -0800 (PST) Message-ID: <413baf310711091533v39c8b11dxa3eb6d393c3a3056@mail.gmail.com> Date: Fri, 9 Nov 2007 18:33:42 -0500 From: "Jimmy Miller" To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Xorg -configure config file has parse errors X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 00:03:05 -0000 After running Xorg -configure and startx on a freshly installed FreeBSD 6.2 system, I get the following error: Parse error on line 47 of section Monitor in file /root/xorg.conf "" is not a valid keyword in this section (EE) problem parsing the config file (EE) error parsing the config file I then looked at section Monitor and saw the following: Section "Monitor" ModelName "IBM 6274 17 "" After removing the extra quote, X works fine, but I was just wondering if anyone else has had this problem.