upvote
I have one Nvdia system where it's locked to their drivers in BIOS meaning I can't use AMD. Now Ubuntu has dropped support for old GeForce it's essentially a brick, thanks Nvidia and Canonical.
reply
Nouveau might handle it.
reply
Gallium will support r300 Radeon cards perfectly fine. If any I have this for some MESA and Intel video cards at ~/.drirc.

Adapt it for your radeon driver. The device driver might be "ati", "radeon" or "radeonsi".

    <driconf>
         <device driver="i915">
         <application name="Default">
         <option name="stub_occlusion_query" value="true" />
         <option name="fragment_shader" value="true" />
         </application>
         </device>
    </driconf>
reply