From owner-freebsd-x11@FreeBSD.ORG Wed Nov 29 12:06:07 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85D7016A40F for ; Wed, 29 Nov 2006 12:06:07 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (a.imap.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2ADC43CB6 for ; Wed, 29 Nov 2006 12:05:15 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [10.1.3.8] (firewall.visualtech.com [208.16.19.254]) by b.mx.visualtech.com (Postfix) with ESMTP id EA25D48356 for ; Wed, 29 Nov 2006 07:05:00 -0500 (EST) Message-ID: <456D7794.5050704@voicenet.com> Date: Wed, 29 Nov 2006 07:05:40 -0500 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.8 (X11/20061124) MIME-Version: 1.0 To: freebsd-x11@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Direct Rendering on a PCIe x800 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 12:06:07 -0000 Hello all, I'm having a problem getting direct rendering working on one of my workstations. I'm running -CURRENT from November 17th with Xorg installed from the modular Xorg ports tree yesterday (though I first noticed this a couple weeks back when I built modular Xorg using jhbuild): [ adamk@sorrow - ~ ]: Xorg -version X Window System Version 7.1.1 Release Date: 12 May 2006 X Protocol Version 11, Revision 0, Release 7.1.1 Build Operating System: FreeBSD 7.0-CURRENT i386 Current Operating System: FreeBSD sorrow.ashke.com 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Tue Nov 14 08:33:41 EST 2006 root@sorrow.ashke.com:/usr/obj/usr/src/sys/GENERIC i386 Build Date: 28 November 2006 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present If I boot up with DRI enabled in the config file, the server starts, but the very top of the screen shows some visual corruption. http://www.visualtech.com/screenshot.png I dropped the resolution of the image from 2304x864 to 1600x800, but you can still make out the corruption. What's particularly odd, though, is that the root window is never drawn. The background you see is actually the background from my previous X session (when I had DRI disabled), using windowmaker. This time I launched X and had fvwm2 in my .xinitrc file (you can see the outline of the fvwm pager in the screenshot, though that never finished drawing, either). After that nothing else gets drawn. I can move the mouse pointer, but that's about it. I can safely kill X and restart it, but the same thing happens unless I disable DRI. In comparison, I have another workstation with an AGP x700. -CURRENT from the same date, and modular Xorg from the ports tree from yesterday, too. It works just fine (start up fine, and the mesa demos run with acceleration). You can find the Xorg log file from the PCIe system at http://www.visualtech.com/Xorg.0.log.gz Any ideas? Thanks! Adam