Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2003 16:58:53 -0400
From:      Barney Wolff <barney@pit.databus.com>
To:        Andrew Kenneth Milton <akm@theinternet.com.au>
Cc:        Derek Young <DerekYoung@easy.com>
Subject:   Re: Problems with dri/drm using Radeon 7000 VE in -stable
Message-ID:  <20030423205853.GA11044@pit.databus.com>
In-Reply-To: <20030423193859.GG508@zeus.theinternet.com.au>
References:  <20030423193103.GA70531@totem.fix.no> <Pine.BSF.4.21.0304231232450.89021-100000@InterJet.elischer.org> <20030423193859.GG508@zeus.theinternet.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
I had DRM working perfectly on a 7500 with X4.3.0 and -stable, until it
stopped.  After wracking my brain for quite a while, and comparing things
to -current, I discovered that something (undiscovered) had created
/dev/dri/card0 with major/minor as 0/0.  Deleting that caused DRM to
again work perfectly.  Major/minor should be 145/0, but you don't have
to set that up yourself - it seems to be created automatically if card0
is not there.

The symptom with the bogus card0 was that drmOpenDevice did not recognize
the successful open (return code 6) of card0 and kept trying card1..14.
Also, exiting X and startx'ing again resulted in a message in XFree86.0.log
that it could not load radeon.ko - it apparently did not recognize that
it was already loaded.  Both of these problems went away after I deleted
the bogus card0.

-- 
Barney Wolff         http://www.databus.com/bwresume.pdf
I'm available by contract or FT, in the NYC metro area or via the 'Net.



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