From owner-freebsd-questions@FreeBSD.ORG Fri Feb 4 03:28:04 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 3AB2B16A4CE for ; Fri, 4 Feb 2005 03:28:04 +0000 (GMT) Received: from hotmail.com (bay16-f34.bay16.hotmail.com [65.54.186.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FABD43D2D for ; Fri, 4 Feb 2005 03:28:04 +0000 (GMT) (envelope-from nuckingfutsto@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 3 Feb 2005 19:28:02 -0800 Message-ID: Received: from 24.195.178.201 by by16fd.bay16.hotmail.msn.com with HTTP; Fri, 04 Feb 2005 03:27:09 GMT X-Originating-IP: [24.195.178.201] X-Originating-Email: [nuckingfutsto@hotmail.com] X-Sender: nuckingfutsto@hotmail.com From: "GRF ." To: freebsd-questions@FreeBSD.ORG Date: Thu, 03 Feb 2005 22:27:09 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 04 Feb 2005 03:28:02.0630 (UTC) FILETIME=[88682E60:01C50A69] Subject: [drm] failed to load kernel module "i915" 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, 04 Feb 2005 03:28:04 -0000 I have installed 5.3 and am trying to set up xorg on an Intel motherboard with a build in 945 chipset graphic card. 4.10 was a breeze to set up for X but so far I receive what I believe is the following error: -snip- from Xorg.0.log drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed [drm] failed to load kernel module "i915" (II) I810(0): [drm] drmOpen failed (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. -snip- The complete Xorg.0.log can be seen here: http://www.dawgeestyle.com/Xorg.0.log The xorg.conf.new can be seen here: http://www.dawgeestyle.com/xorg.conf.new Where do I go from here?