From owner-freebsd-stable@FreeBSD.ORG Mon Jan 17 17:16:39 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 6464E16A4CE for ; Mon, 17 Jan 2005 17:16:39 +0000 (GMT) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A3043D48 for ; Mon, 17 Jan 2005 17:16:38 +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 1CqaUW-0001AW-Vn for stable@freebsd.org; Mon, 17 Jan 2005 17:16:37 +0000 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.43 (FreeBSD)) id 1CqaUW-000IcA-NH for stable@freebsd.org; Mon, 17 Jan 2005 17:16:36 +0000 To: stable@freebsd.org Message-Id: From: Pete French Date: Mon, 17 Jan 2005 17:16:36 +0000 Subject: 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:16:39 -0000 Just giving 4.11 a whirl. Thought I would try and get dri working with my mga card. It's never worked in the past, so I am not too worried that it doesnt work now. But it's getting closer to woorking, so I thought I would ask to see if anyone had any good ideas. I have agp and mgadrm compiled into the kernel. dmesg output at boot is: drm0: mem 0xfd000000-0xfd7fffff,0xfdefc000-0xfdefffff,0xf8000000-0xf9ffffff irq 14 at device 0.0 on pci6 info: [drm] AGP at 0xf0000000 32MB info: [drm] Initialized mga 3.1.0 20021029 on minor 0 drm1: mem 0xfc800000-0xfcffffff,0xfdef8000-0xfdefbfff,0xf6000000-0xf7ffffff irq 14 at device 4.0 on pci6 info: [drm] AGP at 0xf0000000 32MB info: [drm] Initialized mga 3.1.0 20021029 on minor 1 drm2: mem 0xfc000000-0xfc7fffff,0xfdef4000-0xfdef7fff,0xf4000000-0xf5ffffff irq 14 at device 8.0 on pci6 info: [drm] AGP at 0xf0000000 32MB info: [drm] Initialized mga 3.1.0 20021029 on minor 2 drm3: mem 0xfb800000-0xfbffffff,0xfdef0000-0xfdef3fff,0xf2000000-0xf3ffffff irq 14 at device 12.0 on pci6 info: [drm] AGP at 0xf0000000 32MB info: [drm] Initialized mga 3.1.0 20021029 on minor 3 So that looks very good. It was not doing this before, so I thought this might enable me to get it working with Xorg (6.8.1_2 - cvsup this morning). But I I include the "dri" options in my xorg.conf file, I get a black screen which a while 'X' cursor which moves with the mouse, but noithing else. X cannot be killed either and so I have to resort to rebooting the machine! So near and yet so far... any suggestions ? -pcf.