Re: [Pharo-project] about sluggines on linux
On Nov 29, 2009, at 3:07 PM, Arturo Zambrano wrote:
Ok, I tried without compiz and both Pharo and X11 using 16 bpp: It works better (still slow if compared to VW). For example: when pressing right button on the world, it takes almost a second for the popup menu to show up. Is that normal?
normally not
I didn't used it in another platform, I will try to give it a try under Windows to see if speed is the same.
Thanks
Is there a particular reason for Pharo not supporting 24bpp?
time and money.
I think all nvidia drivers for linux works up to 24bpp, but this depth is not listed in Pharo (using 16 bits looks a bit ugly)
normally displayScreen only supports ... 8, 16 or 32 bits
regards. art
On Sat, Nov 28, 2009 at 1:52 PM, Arturo Zambrano <arturo@lifia.info.unlp.edu.ar> wrote: Hi all, Sorry, I was busy and I could not respond before.
I found it really slow while using compiz at 24bpp, on top a of Gentoo 64 bit box (turion 2dual core 2Ghz).
I will use it now without compiz and let you know if it behaves better.
Do you have any performance test that I can run so that I have "numbers" to report? Because the slowness could be a subjective impression as I usually run VisualWorks.
regards art
On Sat, Nov 28, 2009 at 6:41 AM, Damien Cassou <damien.cassou@gmail.com> wrote: Hi Arturo,
On Thu, Nov 26, 2009 at 10:07 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Arturo told me that pharo was looking slow on his machine.
I'm using Pharo on Ubuntu 9.10 and experience no problem. Could you please try by turning off Compiz?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
On 2009-11-30, at 2:42 AM, Stéphane Ducasse wrote:
On Nov 29, 2009, at 3:07 PM, Arturo Zambrano wrote:
Ok, I tried without compiz and both Pharo and X11 using 16 bpp: It works better (still slow if compared to VW). For example: when pressing right button on the world, it takes almost a second for the popup menu to show up. Is that normal?
normally not
I didn't used it in another platform, I will try to give it a try under Windows to see if speed is the same.
Thanks
Please open a transcript and do 10 timesRepeat: [Transcript show: 1 tinyBenchmarks printString;cr] report the numbers, also how many ghz your machine CPU is.
Is there a particular reason for Pharo not supporting 24bpp?
time and money.
I think all nvidia drivers for linux works up to 24bpp, but this depth is not listed in Pharo (using 16 bits looks a bit ugly)
normally displayScreen only supports ... 8, 16 or 32 bits
I think 24 bpp means 32bit words 8 bits R 8 bits G 8 bits B and 8 bits ignored which would be Alpha. Try doing Transcript cr;show: [Display fillWhite. 1 to: 4 do: [:i | Pen new color: i; turn: 90*i; dragon: 14] ] timeToRun. Display restore. report back how big the number is printed to the transcript -- =========================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com ===========================================================================
participants (2)
-
John M McIntosh -
Stéphane Ducasse