Bug 21051 - DRI problem with integrated radeon X1200
Summary: DRI problem with integrated radeon X1200
Status: RESOLVED NOTOURBUG
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Radeon (show other bugs)
Version: unspecified
Hardware: x86 (IA32) FreeBSD
: high normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-04 07:16 UTC by ryan
Modified: 2009-04-05 23:35 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description ryan 2009-04-04 07:16:24 UTC
I get this error from startx:

(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
[dri] Disabling DRI.

Just hoping to get the xvideo extension to work because without it video playback is horrible.

newbox# scanpci

pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x1002 device 0x7910
 ATI Technologies Inc RS690 Host Bridge

pci bus 0x0000 cardnum 0x01 function 0x00: vendor 0x1002 device 0x7912
 ATI Technologies Inc RS690 PCI to PCI Bridge (Internal gfx)

pci bus 0x0000 cardnum 0x07 function 0x00: vendor 0x1002 device 0x7917
 ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Port 3)

pci bus 0x0000 cardnum 0x12 function 0x00: vendor 0x1002 device 0x4380
 ATI Technologies Inc SB600 Non-Raid-5 SATA

pci bus 0x0000 cardnum 0x13 function 0x00: vendor 0x1002 device 0x4387
 ATI Technologies Inc SB600 USB (OHCI0)

pci bus 0x0000 cardnum 0x13 function 0x01: vendor 0x1002 device 0x4388
 ATI Technologies Inc SB600 USB (OHCI1)

pci bus 0x0000 cardnum 0x13 function 0x02: vendor 0x1002 device 0x4389
 ATI Technologies Inc SB600 USB (OHCI2)

pci bus 0x0000 cardnum 0x13 function 0x03: vendor 0x1002 device 0x438a
 ATI Technologies Inc SB600 USB (OHCI3)

pci bus 0x0000 cardnum 0x13 function 0x04: vendor 0x1002 device 0x438b
 ATI Technologies Inc SB600 USB (OHCI4)

pci bus 0x0000 cardnum 0x13 function 0x05: vendor 0x1002 device 0x4386
 ATI Technologies Inc SB600 USB Controller (EHCI)

pci bus 0x0000 cardnum 0x14 function 0x00: vendor 0x1002 device 0x4385
 ATI Technologies Inc SB600 SMBus

pci bus 0x0000 cardnum 0x14 function 0x01: vendor 0x1002 device 0x438c
 ATI Technologies Inc SB600 IDE

pci bus 0x0000 cardnum 0x14 function 0x02: vendor 0x1002 device 0x4383
 ATI Technologies Inc SB600 Azalia

pci bus 0x0000 cardnum 0x14 function 0x03: vendor 0x1002 device 0x438d
 ATI Technologies Inc SB600 PCI to LPC Bridge

pci bus 0x0000 cardnum 0x14 function 0x04: vendor 0x1002 device 0x4384
 ATI Technologies Inc SB600 PCI to PCI Bridge

pci bus 0x0000 cardnum 0x18 function 0x00: vendor 0x1022 device 0x1100
 Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration

pci bus 0x0000 cardnum 0x18 function 0x01: vendor 0x1022 device 0x1101
 Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map

pci bus 0x0000 cardnum 0x18 function 0x02: vendor 0x1022 device 0x1102
 Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller

pci bus 0x0000 cardnum 0x18 function 0x03: vendor 0x1022 device 0x1103
 Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control

pci bus 0x0001 cardnum 0x05 function 0x00: vendor 0x1002 device 0x791e
 ATI Technologies Inc Radeon X1200 Series

pci bus 0x0002 cardnum 0x00 function 0x00: vendor 0x10ec device 0x8168
 Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
newbox# 

$ Xorg -version

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 7.1-PRERELEASE i386 
Current Operating System: FreeBSD newbox 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC 2009     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 08 September 2008  12:37:00PM
 
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Comment 1 Adam K Kirchhoff 2009-04-04 07:25:15 UTC
You will want to upgrade to -STABLE in order to get the latest DRM changes which should support your GPU.
Comment 2 ryan 2009-04-04 15:52:44 UTC
Upgrade what to -STABLE?

On Sat, Apr 4, 2009 at 8:25 AM,  <bugzilla-daemon@freedesktop.org> wrote:
> http://bugs.freedesktop.org/show_bug.cgi?id=21051
>
>
>
>
>
> --- Comment #1 from Adam K Kirchhoff <adamk@voicenet.com>  2009-04-04 07:25:15 PST ---
>
> You will want to upgrade to -STABLE in order to get the latest DRM changes
> which should support your GPU.
>
>
> --
> Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You reported the bug.
>
Comment 3 Adam K Kirchhoff 2009-04-04 16:06:34 UTC
FreeBSD. see: http://www.freebsd.org/doc/en/books/handbook/current-stable.html

A large number of DRM changes were added to -STABLE after the 7.1 release, which is what you appear to be using currently.

If you are uncomfortable using a development branch, you will have to wait for the 7.2 release.
Comment 4 Michel Dänzer 2009-04-05 23:35:45 UTC
Looks downstream specific.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.