From owner-freebsd-x11@FreeBSD.ORG Sun Oct 16 21:52:50 2005 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC3716A41F; Sun, 16 Oct 2005 21:52:50 +0000 (GMT) (envelope-from mi@blue.virtual-estates.net) Received: from blue.virtual-estates.net (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id B982B43D46; Sun, 16 Oct 2005 21:52:49 +0000 (GMT) (envelope-from mi@blue.virtual-estates.net) Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.4/8.13.4) with ESMTP id j9GLqmhn003729 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 16 Oct 2005 17:52:49 -0400 (EDT) (envelope-from mi@blue.virtual-estates.net) Received: (from mi@localhost) by blue.virtual-estates.net (8.13.4/8.13.4/Submit) id j9GLqm2h003728; Sun, 16 Oct 2005 17:52:48 -0400 (EDT) (envelope-from mi) From: "Mikhail T." Message-Id: <200510162152.j9GLqm2h003728@blue.virtual-estates.net> To: anholt@FreeBSD.org Date: Sun, 16 Oct 2005 17:52:48 -0400 (EDT) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 21:52:50 -0000 Hi, Eric! After a long time of not using DRI/GLX, I decided to try again today. The video card is drm0: port 0x9000-0x90ff mem 0xc0000000-0xcfffffff,0xbe4f0000-0xbe4fffff irq 17 at device 5.0 on pci2 info: [drm] Initialized radeon 1.16.0 20050311 on minor 0 This is a PCI Radeon in a FreeBSD-6RC1/amd64. When the X-server starts, it says: error: [drm:pid731:drm_ati_pcigart_cleanup] *ERROR* no scatter/gather memory! error: [drm:pid731:radeon_do_cleanup_cp] *ERROR* failed to cleanup PCI GART! error: [drm:pid731:drm_ati_pcigart_cleanup] *ERROR* no scatter/gather memory! error: [drm:pid731:radeon_do_cleanup_cp] *ERROR* failed to cleanup PCI GART! info: [drm] Loading R200 Microcode drm0: [MPSAFE] After installing the graphics/dri-devel, I can get glxinfo to report 'Direct Rendering: Yes' and the glxgears spin pretty fast (without using CPU). However, when the first OpenGL program starts, my two Xinerama-joined displays begin showing the same picture. The picture is that, which is supposed to be displayed on the left one, which is connected to the analog connector of the video card. Everything, except the cursor. The server does not realize this, of course -- when the cursor travels on the right side, it changes shape and/or color according to the windows, that are supposed to display there. You can find the usually requested details at: http://aldan.algebra.com:8015/~mi/Xorg.2.log http://aldan.algebra.com:8015/~mi/xorg.conf http://aldan.algebra.com:8015/~mi/dmesg.boot (verbose) Any comments? Thank you very much! -mi