I hope I'm right here to poste this, dunno actually?... I installed x11-drm on my Gentoo system as the ati driver sucks with my card. I get this error when running for example glxinfo, therefore I'm pasting it here. I have a ATI v3200 card in my laptop (IBM Thinkpad T43p), lspci reports: 01:00.0 VGA compatible controller: ATI Technologies Inc M24 1T [FireGL M24 GL] (rev 80) Running glxinfo reports: raggeler@Nebuchadnezzar ~ $ glxinfo |grep rendering Unknown device ID 3154, please report. Assuming plain R300. *********************************WARN_ONCE********************************* File r300_state.c function r300Enable line 456 TODO - double side stencil ! *************************************************************************** No ctx->FragmentProgram._Current!! I know that the radeon driver is still "unstable" for this chipset, but maybe this helps anyway. I use libdrm 2.0.2 with Xorg 7.0. Kind regards Rafael aggeler
This message comes from the dri driver, part of mesa (r300_dri.so to be exact). id 3154 is supported since some time (and the driver would refuse to run with unknown ids completely nowadays), so update that.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.