Hi Paul, On Wed, 2007-04-25 at 09:54 -0400, Paul Budden wrote: > I seem to be running version 1.2 of Pigment if I read this correctly: > --- Pigment OpenGL status ------------------------ > Version: 1.2 (1.5 Mesa 6.5.1) > Renderer: Mesa GLX Indirect > Vendor: Mesa project: www.mesa3d.org > GLSL shaders: .............. No (not used) > Per YUV component rendering: Yes (not used) > Texture rectangle: ......... Yes (not implemented) > Fragment program: .......... No (not implemented) > Pixel buffer object: ....... No (not implemented) > --------------------------------------------------
It's the OpenGL implementation version you are using. Those informations show that you don't have direct rendering activated, and that you are using a software OpenGL implementation only, through Mesa. The BadFont error comes from that fact, it's a bug in the version 0.1.4 of Pigment which has been fixed in the 0.1.5. But even with the last Pigment version, Elisa's interface is going to be completely slow and broken because of your OpenGL driver falling back in a software path. The solution to fix your problem is to install the hardware accelerated drivers for your video card. Depending on that card, you will need the correct open source DRI driver or the proprietary one. Regards, -- Loïc Molinari <[EMAIL PROTECTED]>
