Rune Petersen wrote:
Alex Deucher wrote:

On Thu, 03 Feb 2005 19:44:57 +0100, Rune Petersen <[EMAIL PROTECTED]> wrote:


Do you know who is responsible for the DVI-code?



lots of people have touched that. it could be related to the display
buffer watermark code. perhaps it needs some tweaks for your chip. take a look at radeon_driver.c::RADEONInitDispBandwidth()
it looks like the r420 isn't supported quite yet:
/* R420 family not supported yet */
if (info->ChipFamily == CHIP_FAMILY_R420) return;
Alex


Thank you, I'll have a look.
I have support via a hack, it is detected as an CHIP_FAMILY_RV350 =)

Sorry for the noise. only dri is hacked. someone with CVS write access please remove the lines: /* R420 family not supported yet */ if (info->ChipFamily == CHIP_FAMILY_R420) return;

I don't see any improvement other than my monitor now reports the correct resolution.

Rune Petersen


------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl -- _______________________________________________ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to