From owner-freebsd-questions@FreeBSD.ORG Thu Dec 20 06:57:22 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED030580 for ; Thu, 20 Dec 2012 06:57:22 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 816088FC12 for ; Thu, 20 Dec 2012 06:57:22 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id o1so4029074wic.5 for ; Wed, 19 Dec 2012 22:57:21 -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=awS6n9g9kEXtDbVdKvnYFC6WixwzgJDvGew9DHbWZ0I=; b=lH/GIcWiWRLff1QfVLvzuumdA0oghPPq1fQVqDC5C65N9RXzwiTZCiZvDUhn9AYqdu 3cDrU5TGK/85SwHWfuDiu1v1YzgQcqMgcAxXrv5C7LY0CmSnS51crAEC0I7Uupz8mDdG n84yK5/98Bz78GwXHpT2Zqe1A97ava9aXf1U3x70TSCZizkX0CnxHaNoXBLYWRlgYOBO 7s1lZqPyG852U5ptM7S8nsuBWlz5HEbJxnJ2rk1tgvwwMTw5mhqK/sjD4j91l6yWS4Li pn21G9P7INRoJwVVJsD2rX+XyZXNhYVs+3cwFoxn40QFO4zkAxkYoEhPmoZeZ717+JTB fE1A== MIME-Version: 1.0 Received: by 10.180.99.72 with SMTP id eo8mr7982401wib.34.1355986641465; Wed, 19 Dec 2012 22:57:21 -0800 (PST) Received: by 10.180.95.229 with HTTP; Wed, 19 Dec 2012 22:57:21 -0800 (PST) Date: Thu, 20 Dec 2012 07:57:21 +0100 Message-ID: Subject: Radeon HD 2400 PRO, DRI setup problem From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: User Questions Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 06:57:23 -0000 Hi all, I here reproduce the mail I sent to freebsd-x11 for which I received no reply. I hope I have more luck in questions@ 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.