From: Florent M. <fmo...@li...> - 2009-10-27 01:04:12
|
Hi, In my Linux system I have installed the proprietary drivers for my video card, But I would like to test a program with the Mesa rendering. (Because the driver doesn't seems to support glsl and I would like to test a program with it) So I have tryed to do what I have done before with other libs, which is I have installed Mesa with ./configure --prefix=/tmp/Mesa and then after the install I do: export LD_LIBRARY_PATH=/tmp/Mesa/lib Then I run my program in the same session. With other libs this works fine, but here my program still run with the hardware accelerattion. So you guess the question, how can I test a program with Mesa without uninstalling my hardware drivers ? thanks in advance |