From owner-freebsd-stable@FreeBSD.ORG Mon Jan 17 17:51:56 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F6B16A4CE for ; Mon, 17 Jan 2005 17:51:56 +0000 (GMT) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B48F43D3F for ; Mon, 17 Jan 2005 17:51:56 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.43 (FreeBSD)) id 1Cqb2h-0002OW-Ll; Mon, 17 Jan 2005 17:51:55 +0000 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.43 (FreeBSD)) id 1Cqb2h-00005T-GV; Mon, 17 Jan 2005 17:51:55 +0000 To: freebsd-stable@freebsd.org, rsmith@xs4all.nl In-Reply-To: <20050117173908.GA57956@slackbox.xs4all.nl> Message-Id: From: Pete French Date: Mon, 17 Jan 2005 17:51:55 +0000 cc: petefrench@ticketswitch.com Subject: Re: 4.11 + Xorg mga/dri problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 17:51:57 -0000 > What hardware are you on? The radeon driver had 64-bit issues on > amd64. Maybe Matrox has a similar problem? It's just straight i386 (aP4) - though I am interested in what you say above, as I also have an amd64 machine running 5-STABLE with a Radeon which also will not do drm for love nor money! Got any references for that ? > Not only do you have to enable the "dri" option, you should also have a > DRI section, like: Well, I didnt have, but I added one in. Same result - hang and reboot required. > Do the /dev/dri/card* devices actually exist? Yup. > Have a look at /var/log/Xorg.0.log, and see what it says about > dri/drm. Look for things like "drmOpenDevice", "[drm]" and "[dri]", and > for the string "direct rendering". If it says "direct rendering > enabled", then dri works. There are no references to either dri or drm in the logfiles. Will the logfile actually be written if the X server doesnt startup properly though ? Thanks for the advice. -pcf.