From owner-freebsd-x11@FreeBSD.ORG Sun Dec 14 14:34:25 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7BA41065679 for ; Sun, 14 Dec 2008 14:34:25 +0000 (UTC) (envelope-from mailinglist@ahhyes.net) Received: from fallbackmx06.syd.optusnet.com.au (fallbackmx06.syd.optusnet.com.au [211.29.132.8]) by mx1.freebsd.org (Postfix) with ESMTP id 8088E8FC12 for ; Sun, 14 Dec 2008 14:34:25 +0000 (UTC) (envelope-from mailinglist@ahhyes.net) Received: from mail09.syd.optusnet.com.au (mail09.syd.optusnet.com.au [211.29.132.190]) by fallbackmx06.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id mBEB2eOU007373 for ; Sun, 14 Dec 2008 22:02:40 +1100 Received: from localhost (c122-106-19-77.rivrw1.nsw.optusnet.com.au [122.106.19.77]) by mail09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id mBEB2afk025468 for ; Sun, 14 Dec 2008 22:02:37 +1100 Received: from 172.16.0.99 ([172.16.0.99]) by nas.xor.net (Horde Framework) with HTTP; Sun, 14 Dec 2008 22:01:49 +1100 Message-ID: <20081214220149.46552haiolsydmzh@nas.xor.net> Date: Sun, 14 Dec 2008 22:01:49 +1100 From: mailinglist@ahhyes.net To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.3) Subject: kernel DRM support for Radeon HD 2400 Pro 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: Sun, 14 Dec 2008 14:34:26 -0000 Hi Guys, I have the following options compiled into my kernel: device drm device radeondrm But it appears my card is not supported for some reason (the following =20 is from the scanpci command) pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x1002 device 0x94c3 ATI Technologies Inc Device unknown pci bus 0x0001 cardnum 0x00 function 0x01: vendor 0x1002 device 0xaa10 ATI Technologies Inc Device unknow I have xorg configured to use the radeonhd driver, however DRI will =20 not initialize because of no kernel support. From the xorg log: [alex@newdesktop /var/log]$ cat Xorg.0.log |grep drm drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed [drm] failed to load kernel module "radeon" (EE) RADEONHD(0): RHDDRIVersionCheck: drmOpen("radeon", =20 "pci:0000:01:00.0") failed. Some info about the card: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (II) RADEONHD: version 1.2.4, built from dist of git branch master, =20 commit 4e897263 (II) Primary Device is: PCI 01:00:0 (--) Chipset RV610 found =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Apparently for this driver, XV support relies on DRM being =20 operational, so I effectively have 2 problems. Can anyone offer a suggestion/patch? ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.