R500: Difference between revisions

From Computers Wiki
Jump to navigationJump to search
(Create page)
 
m (Huntertur moved page R300 to R500 without leaving a redirect: Correct name)
(No difference)

Revision as of 02:16, 22 January 2022

The R300 of GPUs are early 2000s ATI GPUs.

Presence in collection

  • tegu (ATI Mobility Radeon X1300)

GTK4 applications don't render

First, try starting the GTK4 application through a terminal. If you see output about an r300 FP compiler error, inability to allocate, and that a dummy shader will be used, you will need to start the application with LIBGL_ALWAYS_SOFTWARE=1 for the application to render. Do note this disables hardware acceleration.