Mailinglist Archive: radeonhd (271 mails)

< Previous Next >
Re: [radeonhd] no Xvideo support on ATI Mobility Radeon HD2400
  • From: Rafał Miłecki <zajec5@xxxxxxxxx>
  • Date: Thu, 12 Nov 2009 14:39:46 +0100
  • Message-id: <b170af450911120539q3bd50a81kf113b1e0f15f4ec5@xxxxxxxxxxxxxx>
W dniu 12 listopada 2009 11:50 użytkownik Rafał Miłecki
<zajec5@xxxxxxxxx> napisał:
2009/11/12 Feuchte Martin <mf030@xxxxxx>:
Hallo radeonhd-developers,
using last xorg with radeonhd 1.3 on M72/Mobility Radeon HD2400 I'm not able
to use xv video. The exa 2D acceleration fails  - "card not in database".
FYI I attached xorg.conf, boot.msg and Xorg.0.log - maybe it helps to improve
the driver or hardware database

BTW - do you have an idea how to switch on Xvideo? Thank you.

(WW) RADEONHD(0): Falling back to ShadowFB acceleration

The code responsible for this warning is:

ret = RHDDRIPreInit(pScrn);
if (!ret && rhdPtr->ChipSet >= RHD_R600 && rhdPtr->AccelMethod >
RHD_ACCEL_SHADOWFB) {
xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "Falling back to ShadowFB
acceleration\n");
rhdPtr->AccelMethod = RHD_ACCEL_SHADOWFB;
}

So RHDDRIPreInit had to return FALSE. However this seems not possible
as everytime RHDDRIPreInit is going to return FALSE, it uses
xf86DrvMsg to print some information about failure. And there is not
such an information before:
(WW) RADEONHD(0): Falling back to ShadowFB acceleration

Any idea anyone?

Also Martin mailed me privately that radeon works fine.

--
Rafał
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >