From owner-freebsd-x11@FreeBSD.ORG Tue Dec 18 16:51:18 2012 Return-Path: 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 7570DEE6 for ; Tue, 18 Dec 2012 16:51:18 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by mx1.freebsd.org (Postfix) with ESMTP id 076F08FC13 for ; Tue, 18 Dec 2012 16:51:17 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id dr13so411381wgb.25 for ; Tue, 18 Dec 2012 08:51:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=e3ZFjpGK7MZ4WXoSjnTAZ25yYdqcc/TqlKZyUpArfhg=; b=KZZVZwRen1Jf6f0qY96/Ru99GCmcBhmUg9EqBJ4sn4soVtsucJxgX4QS85YC5gDcRe uNhC3ahZXVxLFGXpL+GGVIs10cIeJiKy0n6nEoRtbktWWI9G5ssA1r1/TK5eOFuWhyaK az42VF+5lBtmLBSxbCBKv3KsfqnWKnjV5WIj/2VedKb+ZFsDcnTSr/+hfNS67TXumUc0 sY763IMHPKQ94mLtaVMvjSoooVditC5z9h+M191y2D7rMaYoQE6YQUPiH6S6NC9A8zEK sLYfrc3CV0K0OsZs/uiNhsKedPdPGmNTEo8OJwwoJ2zRCtKsiQHbFClqCo3KGl1W9L0+ F7KA== MIME-Version: 1.0 Received: by 10.194.76.99 with SMTP id j3mr5738481wjw.47.1355849164715; Tue, 18 Dec 2012 08:46:04 -0800 (PST) Received: by 10.180.95.229 with HTTP; Tue, 18 Dec 2012 08:46:04 -0800 (PST) Date: Tue, 18 Dec 2012 17:46:04 +0100 Message-ID: Subject: Radeon HD 2400 PRO, DRI configuration help From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 16:51:18 -0000 Hi all, I'm having quite a few problems setting DRI up on my system. I'm running 9.0-RELEASE on amd64 using GENERIC kernel. I recompiled the radeon kernel module with WITHOUT_NOUVEAU="YES" just to see if I had more luck. This is some information about my system: pciconf -lv: vgapci0@pci0:4:0:0: class=0x030000 card=0x10411462 chip=0x94c31002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'RV610 video device [Radeon HD 2400 PRO]' class = display subclass = VGA Using GENERIC kernel for 9.0-RELEASE on amd64. radeon kernel driver compiled with WITHOUT_NOUVEAU. /usr/ports/graphics/dri properly configured and installed. I followed instructions at http://dri.freedesktop.org/wiki/DriTroubleshooting, but I found that dmesg | grep agp doesn't return anything so I suppose this is a bad sign. I know agp subsystem has been in the default kernel for a while. I can also load the radeon module and I get the /dev/dri/card0 device node. Using the radeon driver for Xorg results in a system hang after a blank screen and the monitor going to sleep. Only if I set DRI to false and I _do not_ load the radeon driver I can get my X server running though it is quite slow. The output of glxinfo | grep OpenGL is: OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.6.1 OpenGL shading language version string: 1.20 OpenGL extensions: So basically I don't know how to get the card working. It works in Linux with the Xorg's radeon driver so I suppose I have some misconfiguration around but I can not figure it out. Any help would be appreciated. Thanks in advance. PS: Please, CC me as I'm not subscribed to the list.