From owner-freebsd-questions@FreeBSD.ORG Sat Mar 26 10:49:14 2005 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 1E69D16A4CE for ; Sat, 26 Mar 2005 10:49:14 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0D69043D41 for ; Sat, 26 Mar 2005 10:49:13 +0000 (GMT) (envelope-from m@MHoerich.de) Received: (qmail invoked by alias); 26 Mar 2005 10:49:11 -0000 Received: from pD951491A.dip.t-dialin.net (EHLO localhost) [217.81.73.26] by mail.gmx.net (mp007) with SMTP; 26 Mar 2005 11:49:11 +0100 X-Authenticated: #5114400 Date: Sat, 26 Mar 2005 11:48:53 +0100 From: Mario Hoerich To: faisal gillani Message-ID: <20050326104852.GA69766@Pandora.MHoerich.de> References: <20050326055132.25635.qmail@web51101.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050326055132.25635.qmail@web51101.mail.yahoo.com> User-Agent: Mutt/1.4.2.1i X-Y-GMX-Trusted: 0 cc: FreeBSD Subject: Re: Problems starting X windows :S 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: Sat, 26 Mar 2005 10:49:14 -0000 # faisal gillani: > > Fatal server error: > xf86EnableIO: Failed to open /dev/io for extended I/O > > what can be wrong ? /dev/io has been made a module a while back. Either load mem/io with kldload or rebuild your kernel with an additional device io device mem in your kernel config. HTH, Mario