Mailinglist Archive: radeonhd (300 mails)

< Previous Next >
Re: [radeonhd] Repository with current DRM setup code
  • From: Matthias Hopf <mhopf@xxxxxxx>
  • Date: Thu, 15 May 2008 12:53:05 +0200
  • Message-id: <20080515105305.GA3027@xxxxxxx>
On May 14, 08 17:23:43 -0400, Coleman Kane wrote:
I got it all installed on my FreeBSD 8.0 system. I had to make some

Uh-oh. FreeBSD might take some additional tweaking.

The driver seems to get set up properly in the kernel:
drm0: <ATI Radeon RS690 X1270 IGP> on vgapci0
info: [drm] Initialized radeon 1.28.0 20060524
info: [drm] Setting GART location based on new memory map
bus_dmamem_alloc failed to align memory properly.
info: [drm] Loading RS690 Microcode
info: [drm] Num pipes: 1
info: [drm] writeback test succeeded in 1 usecs
drm0: [ITHREAD]

Looks good.

When I try running glxgears, I get the following output:

Warning, RS690 detected, 3D support is incomplete.
Error: couldn't get an RGB, Double-buffered visual

That's rather strange.

Your above message (about playing torcs) leads me to believe that I
should be able to get GL apps running here (if I have everything else
working alright). I have found that if I run the glxgears_fbconfig demo,

glxgears worked fine. torcs is the simplest app I know that uses
textures, thus I tried that one, and it worked out-of-the-box after
glxgears was running.

fglrxgears or whatever it is called uses pbuffers, and that could still
be broken in Mesa.

I did install the latest mesa, libdrm, drm, from fd.o git. I also had to
install dri2proto.

Ah, right. Forgot about that one (fire and forget). Strictly speaking it
is only necessary to compile mesa AFAIR.

(EE) RADEONHD(0): R5xx2DIdleLocal: FIFO Timeout 0x9001C100.
(EE) RADEONHD(0): R5xxFIFOWaitLocal: Timeout 0x9000C100.
(EE) RADEONHD(0): R5xxFIFOWaitLocal: Timeout 0x9000C100.
(EE) RADEONHD(0): R5xxFIFOWaitLocal: Timeout 0x9000C100.
(EE) RADEONHD(0): R5xxFIFOWaitLocal: Timeout 0x9000C100.
(EE) RADEONHD(0): R5xxFIFOWaitLocal: Timeout 0x9000C100.
(EE) RADEONHD(0): R5xx2DIdleLocal: FIFO Timeout 0x9000C100.

That doesn't look good. I have no idea ATM what's going on there. Maybe
try

Option "Accelmethod" "NoAccel"

- maybe the logic for disabling acceleration is borked.

CU

Matthias

--
Matthias Hopf <mhopf@xxxxxxx> __ __ __
Maxfeldstr. 5 / 90409 Nuernberg (_ | | (_ |__ mat@xxxxxxxxx
Phone +49-911-74053-715 __) |_| __) |__ R & D www.mshopf.de
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >