From: Brian P. <bri...@tu...> - 2006-07-13 15:20:22
|
David Lee wrote: > I am currently using Opteron machines and Chromium version 1.9rc3, and > it appears as if the problem is related to the version of OpenGL > (32/64) on the app/server nodes. > > When running an application that uses the 64bit version of OpenGL in > /usr/lib64, everything seems to work fine, but when running a app that > tries to use 32bit OpenGL in /usr/lib (Nvidia's 32 bit compatibility > libraries) then the TileSort SPU does not load and the application > launches immediately after launching the crappfaker command. > > I am guessing that chromium is only intercepting 64bit opengl calls. > Is there a way to recompile chromium so that it intercepts all of the > 32bit opengl calls? You can build a 32-bit Chromium on a 64-bit system if you set FORCE_32BIT_ABI=1 in options.mk You may need to get Chromium out of CVS for that. -Brian |