discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

openGL vs Intel hardware

W
wmartin
Tue, Dec 30, 2014 8:05 PM

Hi,
I'm seeing this pop-up box at program start-up telling me that rendering may
not work with the openGL version on my system. Here is the current config:
GLEW version 1.10.0
Mesa DRI Intel(R) G33 x86/MMX/SSE2 (Intel Open Source Technology Center)
OpenGL version 1.4 Mesa 10.1.0

Can anyone tell me how to upgrade (if possible) with the basic x86cpu video
hardware? I don't have a separate graphics card installed in this older pc.

Thanks,
Bill Martin

--
View this message in context: http://forum.openscad.org/openGL-vs-Intel-hardware-tp10813.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Hi, I'm seeing this pop-up box at program start-up telling me that rendering may not work with the openGL version on my system. Here is the current config: GLEW version 1.10.0 Mesa DRI Intel(R) G33 x86/MMX/SSE2 (Intel Open Source Technology Center) OpenGL version 1.4 Mesa 10.1.0 Can anyone tell me how to upgrade (if possible) with the basic x86cpu video hardware? I don't have a separate graphics card installed in this older pc. Thanks, Bill Martin -- View this message in context: http://forum.openscad.org/openGL-vs-Intel-hardware-tp10813.html Sent from the OpenSCAD mailing list archive at Nabble.com.
MK
Marius Kintel
Tue, Dec 30, 2014 8:16 PM

On Dec 30, 2014, at 15:05 PM, wmartin wwm@wwmartin.net wrote:

I'm seeing this pop-up box at program start-up telling me that rendering may
not work with the openGL version on my system.

That is a warning. Is something not actually working as expected?

Mesa DRI Intel(R) G33 x86/MMX/SSE2 (Intel Open Source Technology Center)
OpenGL version 1.4 Mesa 10.1.0

That’s an ancient GPU. I think your best way out is to install a software-only renderer, e.g. install a recent Mesa manually.

-Marius

On Dec 30, 2014, at 15:05 PM, wmartin <wwm@wwmartin.net> wrote: > I'm seeing this pop-up box at program start-up telling me that rendering may > not work with the openGL version on my system. That is a warning. Is something not actually working as expected? > Mesa DRI Intel(R) G33 x86/MMX/SSE2 (Intel Open Source Technology Center) > OpenGL version 1.4 Mesa 10.1.0 > That’s an ancient GPU. I think your best way out is to install a software-only renderer, e.g. install a recent Mesa manually. -Marius