On 22 May 2012 13:39, chadwick <[email protected]> wrote:
> Success!!
>
> I started from a freshly downloaded image:
>
> 1.
> Gofer it squeaksource: 'NBOpenGL'; package: 'ConfigurationOfNBOpenGL'; load.
> ConfigurationOfNBOpenGL project lastVersion load.
>
as i said before, don't use #lastVersion.
ConfigurationOfNBOpenGL project lastVersion <>1.2-baseline
[ConfigurationOfNBOpenGL]
if you would spend time browsing it, you would figure out that there is
ConfigurationOfNBOpenGL project version: '1.0.3' >=1.0.3
[ConfigurationOfNBOpenGL]
and you could avoid manual steps which you listed below :)
@Javier, the NBOpenGL config 1.0.3 imports the
spec project: 'ConfigurationOfNBXLib default' with: '0.0.1'.
which loads
spec package: 'NBXLib-Core' with: 'NBXLib-Core-JavierPimas.4'.
i guess you can just change the package number to .5 in that version,
without bumping metacello version, because .4 is buggy anyways.
> then
>
>
> 2. load NBXLib package from monticello
> 3. load NBOpengl-X package from monticello
>
> 4. changed glXFunctions to glxFunctions in NBGlx
> 5. changed tahoma font to one I had on my Ubuntu12.04 install
> 6. changed the path to OpenGL lib to /usr/lib32/nvidia-current/libGL.so
>
> Zooming text displayed, as well as another popup window.
>
> Time to get reading and then coding.
>
> Thankyou all very much for your patience!
>
>
--
Best regards,
Igor Stasenko.