Author Topic: [linux]r300 support  (Read 2934 times)

GNUtoo

  • Guest
[linux]r300 support
« on: 4 April 2007, 19:26:25 »
is there a plan to support the r300 drivers(the free software drivers dor cards until x850)
because i get that:
even if i disable the shadow my screen is grey...
i have a r300 driver with a x700(the ati free software driver)
glest tells me:
$glest
Try R300_SPAN_DISABLE_LOCKING env var if this hangs.
*********************************WARN_ONCE*********************************
File r300_vertexprog.c function t_dst_index line 184
Unknown output 3
***************************************************************************
Couldn't process event: OpenGL extension not supported: GL_ARB_shadow, required for Shadow Mapping

even if i disable shadows my screen stay grey,,,


i don't like proprietary drivers...so is there an option to support the free software drivers in the future...is there something to do other than switching drivers...
« Last Edit: 1 January 1970, 00:00:00 by GNUtoo »

pseudonym404

  • Guest
(No subject)
« Reply #1 on: 12 April 2007, 19:07:49 »
The problem seems to be the r300 driver having issues with 3d textures.. As far as I can tell, they're not strictly needed (is it just one water texture?), and it seems to be the "throw runtime_error" in Texture3DGl::init in texture_gl.cpp that results in a gray screen..

Somewhat hacky workaround is simply to comment out the "throw runtime_error" (shared_lib/sources/graphics/gl/texture_gl.cpp:282) ;)
« Last Edit: 1 January 1970, 00:00:00 by pseudonym404 »

GNUtoo

  • Guest
(No subject)
« Reply #2 on: 10 July 2007, 14:28:45 »
fixed with mesa 7,0
« Last Edit: 1 January 1970, 00:00:00 by GNUtoo »

 

anything