Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2008 22:01:49 +1100
From:      mailinglist@ahhyes.net
To:        freebsd-x11@freebsd.org
Subject:   kernel DRM support for Radeon HD 2400 Pro
Message-ID:  <20081214220149.46552haiolsydmzh@nas.xor.net>

next in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081214220149.46552haiolsydmzh>