discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Black dumped images

P
Parkinbot
Tue, Jun 21, 2016 5:02 PM

You could try to use a tool that allows for automatizing screenshots of
OpenGL content.

--
View this message in context: http://forum.openscad.org/Black-dumped-images-tp17718p17783.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

You could try to use a tool that allows for automatizing screenshots of OpenGL content. -- View this message in context: http://forum.openscad.org/Black-dumped-images-tp17718p17783.html Sent from the OpenSCAD mailing list archive at Nabble.com.
TP
Torsten Paul
Tue, Jun 21, 2016 5:15 PM

Another option could be to see how it works with the Mesa software OpenGL
renderer. OpenSCAD does not use much of the GPU hardware features anyway,
so it might be still usable.

It should be possible to find precompiled versions of the Mesa OpenGL.dll
which should work by just dropping it into the folder where OpenSCAD
is installed (It's possible to swap the system dll too, but of cause that
could impact other programs).

ciao,
Torsten.

Another option could be to see how it works with the Mesa software OpenGL renderer. OpenSCAD does not use much of the GPU hardware features anyway, so it might be still usable. It should be possible to find precompiled versions of the Mesa OpenGL.dll which should work by just dropping it into the folder where OpenSCAD is installed (It's possible to swap the system dll too, but of cause that could impact other programs). ciao, Torsten.
RP
Ronaldo Persiano
Tue, Jun 21, 2016 7:49 PM

There is no precompiled version of mesa.dll in the Mesa3D site. I found
many sites with mesa.dll to be downloaded. But it seems that some of those
files are malware.

Any pointer to a tool that allows for automatizing screenshots of
OpenGL content will be welcome.

2016-06-21 14:15 GMT-03:00 Torsten Paul Torsten.Paul@gmx.de:

Another option could be to see how it works with the Mesa software OpenGL
renderer. OpenSCAD does not use much of the GPU hardware features anyway,
so it might be still usable.

It should be possible to find precompiled versions of the Mesa OpenGL.dll
which should work by just dropping it into the folder where OpenSCAD
is installed (It's possible to swap the system dll too, but of cause that
could impact other programs).

ciao,
Torsten.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

There is no precompiled version of mesa.dll in the Mesa3D site. I found many sites with mesa.dll to be downloaded. But it seems that some of those files are malware. Any pointer to a tool that allows for automatizing screenshots of OpenGL content will be welcome. 2016-06-21 14:15 GMT-03:00 Torsten Paul <Torsten.Paul@gmx.de>: > Another option could be to see how it works with the Mesa software OpenGL > renderer. OpenSCAD does not use much of the GPU hardware features anyway, > so it might be still usable. > > It should be possible to find precompiled versions of the Mesa OpenGL.dll > which should work by just dropping it into the folder where OpenSCAD > is installed (It's possible to swap the system dll too, but of cause that > could impact other programs). > > ciao, > Torsten. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
TP
Torsten Paul
Tue, Jun 21, 2016 7:57 PM

On 06/21/2016 09:49 PM, Ronaldo Persiano wrote:

There is no precompiled version of mesa.dll in the Mesa3D site. I
found many sites with mesa.dll to be downloaded. But it seems that
some of those files are malware.

I've used the MSYS2 packages before as mentioned in the manual
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Microsoft_Windows#OpenGL_.28Optional.29

(Packages are on SF: https://sourceforge.net/projects/msys2/)

It's probably possible to extract the driver without full MSYS2
installation...

ciao,
Torsten.

On 06/21/2016 09:49 PM, Ronaldo Persiano wrote: > There is no precompiled version of mesa.dll in the Mesa3D site. I > found many sites with mesa.dll to be downloaded. But it seems that > some of those files are malware. > I've used the MSYS2 packages before as mentioned in the manual https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Microsoft_Windows#OpenGL_.28Optional.29 (Packages are on SF: https://sourceforge.net/projects/msys2/) It's probably possible to extract the driver without full MSYS2 installation... ciao, Torsten.