On KDE with acceleration it works fine too. Maybe some video card driver problem?�

-- Pavel

On Thu, Jul 4, 2013 at 4:52 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,

for me Pharo fully works after upgrade to Fedora 19. With this packages:
glibc-devel.i686 mesa-libGLU.i686 libICE-devel.i686 libSM-devel.i686
I use XFCE without accelerated desktop.

Cheers,
-- Pavel


On Thu, Jul 4, 2013 at 4:35 PM, Daniel Miranda <danielkza2@gmail.com> wrote:
Hello,

I tried to set up Pharo 2.0 on Fedora 19 x86-64, and for that I needed the 32-bit libraries.

Using ldd I could figure out most of them: glibc (obviously), X11, OpenGL libs, ALSA, libSM, libICE. All the bundled executables/libs are okay according to ldd.

But when I start pharo I get a blank screen with no response of any kind. Only Ctrl-C still works. Breaking into a debugger seems to show me the VM is stuck in an infinite loop in findMethodWithPrimitiveFromContextUpToContext() function.

Am I missing a library? Has anyone had success with Pharo on Fedora yet?

Thanks,
Daniel