On Fri, 22 Jun 2012 13:49:01 +0800 P Purkayastha <ppu...@gmail.com> said:
> About the speed, it is a bit slower than urxvt but not that much slower. > This is in a source code directory of sage. > > > ...trac/devel/sage/sage/plot» cat **/*.* | wc -l > 132606 > > > ######### terminology svn r72560 ############### > ...trac/devel/sage/sage/plot» time cat **/*.* > <snip> > cat **/*.* 0.00s user 0.16s system 12% cpu 1.333 total > > # Font setting: dejavu sans mono, size 11 > # Default theme, default elm config > > > ######### urxvt ################ > > > ...trac/devel/sage/sage/plot» time cat **/*.* > <snip> > cat **/*.* 0.00s user 0.16s system 14% cpu 1.118 total > > # Font and other settings: > ...trac/devel/sage/sage/plot» urxvt --version > urxvt: "version": unknown or malformed option. > rxvt-unicode (urxvt) v9.14 - released: 2011-12-21 > options: > perl,xft,styles,combining,blink,iso14755,unicode3,encodings=eu+vn+jp+jp-ext+kr > +zh > +zh-ext,fade,transparent,tint,pixbuf,XIM,frills,selectionscrolling,wheel,slipwheel,smart-resize,cursorBlink,pointerBlank,scrollbars=plain > +rxvt+NeXT+xterm > > URxvt.font: xft:dejavu sans mono:size=8:antialias=true > URxvt.background: rgba:1111/1111/1111/eeee > URxvt.depth: 32 > URxvt.fading: 20 > URxvt.shading: 15 > URxvt.transparent: False > URxvt.perl-ext: matcher,tabbed > URxvt.perl-ext-common: default > > The urxvt settings are not exactly tuned for fastest performance, but > more for better (ttf) font and some nice effects. Pretty sure, it will > be a tad bit faster in urxvt with fixed fonts, and no > transparency/shading effects. And probably the same if fixed fonts are > used in terminology. > > That said, to get a font size on par with urxvt, I had to use a size of > 11 in terminology instead of 8 in urxvt. Any reason why there is this > discrepancy? all scalable fonts are rendered at a fixed dpi in evas and it does not look at your xft dpi settings. this is so that all evas instances have the same output given the same input fonts, sizes etc. - evas havs an envvar to set this dpi but i highly dont suggest using it. in efl if u want scaling u dont go CHANGING dpi. dpi is a property of your screen and that's it. it's not a value to go changing. if you want scaling we have other ways to do that :) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users