Damien Herault ha scritto:
Ok Like Dario said i've tried to comment out the path in the
lf.so.conf.d nvidia-lib.conf life.
Mithrilnux ld.so.conf.d]$ cat nvidia-lib.conf
#/usr/lib/nvidia
I've reboot with the GMA card and his stamina xorg.conf.
But :
glxinfo | grep render
direct rendering: No (If you want to find out why, try setting
LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa DRI Intel(R) 945GM GEM 20080716 x86/MMX/SSE2
Always ... It was a good idea because if i want to go on the nvidia ,
i only need to uncomment , and change the xorg.conf to the speed one ,
switch and reboot.
And for the GMA , comment , put the xorg.conf.stamina and reboot.
But... No direct rendering for this time.
------------------------------------------------------------------------
Get news, entertainment and everything you care about at Live.com.
Check it out! <http://www.live.com/getstarted.aspx%20>
Yes you're right, that's not enough... probably you just need to rerun
ld -r, or you'll need to create another .conf file pointing to /usr/lib
(that's where system libGL.so.1 is) and then run ld -r. Actually I don't
know what method ld uses to prioritize libraries if more than one with
the same name is found, and there's no hardcoded rule...
Dario