Warning in mesa about Radeon 9500/9700/9800
Hanno Böck
ml at hboeck.de
Sun Aug 20 12:34:35 PDT 2006
Hi,
Mesa's radeon_screen.c contains these lines:
if (screen->chip_family == CHIP_FAMILY_R350 ||
screen->chip_family == CHIP_FAMILY_R300) {
if (getenv("R300_FORCE_R300") == NULL) {
fprintf(stderr, "Radeon 9500/9700/9800 cards are not
currently stable.\n");
fprintf(stderr, "More details can be found at
https://bugs.freedesktop.org/show_bug.cgi?id=6318\n");
return NULL;
}
}
Bug 6318 is marked as fixed, so it should probably be removed (and I can
confirm that it works here on a 9500 with latest git-xf86-video-ati), however
it'd probably be wise to get a xf86-video-ati-6.6.2 before or with mesa-6.5.1
release.
Patch attached.
--
Hanno Böck Blog: http://www.hboeck.de/
GPG: 3DBD3B20 Jabber: jabber at hboeck.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: radeon-remove_warn_on_bug_6318.diff
Type: text/x-diff
Size: 729 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20060820/97235763/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20060820/97235763/attachment.pgp>
More information about the xorg
mailing list