I'm running a fullscreen Pharo application on Ubuntu and I've noticed that
Athens rendering gets way worse (maybe 10 updates per second) when I switch
to fullscreen mode from inside Pharo. Ideally, I'd love for that to be
fixed.

In lieu of that, it would be cool if I could just maximize Pharo to the
size of the screen to achieve good performance. Two things stop that: the
Unity application bar and the title-bar. For the former, I can configure
Unity to hide it. I noticed a '-notitle' X11 option when I execute pharo
-help. I've tried using these X11 options and neither -notitle or
-fullscreen seem to have any effect. Here's the command I run:

./bin/pharo --encoding utf8 -vm-display-X11 -fullscreen PATH_TO_IMAGE &

Pharo starts fine but neither option seems to have any effect. I've also
tried this in GNOME, thinking that Unity was the problem. Again, no effect.

Any suggestions?

Jeff

Reply via email to