On Fri, 2005-04-08 at 20:32 -0400, Mathieu Malaterre wrote:
Just for history, here are the ways I found to use VTK and fglrx.
1. Comment the line "Load dri" or turn the no_dri to true:
[fglrx config]
Option "no_dri" "yes"
2. Using clone mode apparently remove dri
Doesn't turning off DRI turn off 3D acceleration?
3. export LIBGL_ALWAYS_INDIRECT=1 before starting the app.
And from what I've read, indirect mode also turns off 3D acceleration.
There has been some discussion on the XOrg lists about indirect 3D
acceleration, but it isn't implemented yet.