From owner-freebsd-questions@FreeBSD.ORG Fri Sep 17 20:24:13 2004 Return-Path: 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 159D216A4CE for ; Fri, 17 Sep 2004 20:24:13 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id C75A643D1D for ; Fri, 17 Sep 2004 20:24:12 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6147 invoked from network); 17 Sep 2004 20:24:12 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender ) by mail4.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Sep 2004 20:24:12 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id E6BC2E; Fri, 17 Sep 2004 16:24:11 -0400 (EDT) Sender: lowell@be-well.ilk.org To: digish reshamwala References: From: Lowell Gilbert Date: 17 Sep 2004 16:24:11 -0400 In-Reply-To: Message-ID: <441xh03aqc.fsf@be-well.ilk.org> Lines: 29 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: XFree86-4 config issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 20:24:13 -0000 digish reshamwala writes: > I installed FreeBSD 5.2.1 using by creating my own installation CD from the > freeBSD5.2.1_disc1.iso image from the main ftp site for i386 system. > > Now, I am having trouble configuring XFree86-4, and: > > After building the X11 by using following commands- as root user > > # cd /usr/ports/x11/XFree86-4 > # make install clean > > When I tried to configure it using: > > # XFree86 -configure > > It gives me following error message- (i.e the XFree86.0.log file exculding > comments) > > " > Fatal Server error: > xf86EnableIO: Failed to open /dev/io for extended io > " Looks like you're running at a raised securelevel. If so, that would explain it; you can't open an X server in a raised securelevel (it is left as an exercise to the reader to explain why raw access to system memory and configuration registers are not considered compatible with raised security levels).