On Tue, Nov 13, 2012 at 12:17 PM, Jordi Torres <[email protected]>wrote:
> Hi Li, > > Just a long shot... have you tried to set LD_PRELOAD to your libGL.so > library. I have had similiar problems in the past with the old ATI drivers > as well as the Mesa drivers. Something like export > LD_PRELOAD=/usr/lib/libGL.so could do the trick. Anyway check your > environment variables with the command 'env' to see if there exist any > variable pointing to your libGL drivers. > That shouldn't be needed, unless the Ubuntu installation is badly broken. In fact, preloading an incorrect version of the library will only give you more problems (e.g. you may lose hw acceleration or even crash X). Run glxinfo and check whether proper driver is enabled - it should be in the 'renderer' string, including whether hw acceleration is on or not. The error above looks like an incorrectly installed graphic driver. I don't know what Ubuntu ships, but you need the AMD 'fglrx' driver, including the matching kernel module for OSG to work properly. Make sure to install it correctly and actually restart the machine after building/installing the kernel module. The X11 error means that the application is trying to do something that isn't supported by the driver. Regards, Jan
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

