http://bugs.freedesktop.org/show_bug.cgi?id=18048

           Summary: radeonhd: drmOpen("radeon",..) fails in
                    RHDDRIVersionCheck [GeCube Radeon HD 3650 1GB /
                    RX365PA2-F3 S1H]
           Product: DRI
           Version: XOrg CVS
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM modules
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=19638)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=19638)
xorg.conf file used, resulting Xorg.0.log, gzipped tar file

Linux: up-to date Debian/lenny with Kernel 2.6.26-1-686

CPU: AMD Sempron(tm) Processor 2800+ stepping 02
Graphics card GeCube Radeon HD 3650 (AGP)
SiS chipset

X Server 1.5.99.1 (from  git://anongit.freedesktop.org/git),
DRM 1.1.0 20060810 (from  git://anongit.freedesktop.org/git)

configured/compiled with 
  export PREFIX=/usr/local/X11
  LIB=lib
  export ACLOCAL="aclocal -I $PREFIX/share/aclocal"
  export PKG_CONFIG_PATH=$PREFIX/$LIB/pkgconfig
  export LD_LIBRARY_PATH=$PREFIX/$LIB
  export PATH=$PREFIX/bin:$PATH

drm.ko and radeon.ko loaded manually before xserver start

Output of modprobe -v radeon
insmod /lib/modules/2.6.26-1-686/extra/drm.ko
[315424.736168] Symbol init_mm is marked as UNUSED, however this module is
using it.
[315425.397818] This symbol will go away in the future.
[315425.841652] Please evalute if this is the right api to use and if it really
is, submit a report the linux kernel mailinglist together with submitting your
code for inclusion.
insmod /lib/modules/2.6.26-1-686/extra/radeon.ko

dmesg: 

[314976.344100] [drm] Initialized drm 1.1.0 20060810
[315424.736168] Symbol init_mm is marked as UNUSED, however this module is
using it.
[315425.397818] This symbol will go away in the future.
[315425.841652] Please evalute if this is the right api to use and if it really
is, submit a report the linux kernel mailinglist together with submitting your
code for inclusion.
[315427.236005] [drm] Initialized drm 1.1.0 20060810

X started with 

startx -- /usr/local/X11/bin/Xorg -logverbose 

(layout radeonhd, see attached Xorg.conf)

drmOpenDevice fails with:

(II) RADEONHD(0): Found libdri 5.4.0.
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
........
drmOpenDevice: Open failed
(EE) RADEONHD(0): RHDDRIVersionCheck: drmOpen("radeon", "pci:0000:01:00.0")
failed.
(WW) RADEONHD(0): RHDDRIPreInit: Version check failed. Disabling DRI.

(see attached Xorg.0.log)

What I noticed is that there are no devices /dev/dri/card?? generated.
(the directory /dev/dri does exist however)

As a sidenote, I have also tried the latest ATI fglrx driver, but it freezes
when trying to start the X server with the fglrx.ko kernel module
(unfortunately no support from ATI on this).


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to