Re: [E-devel] Elementary with framebuffer backend font question

2009-10-08 Thread The Rasterman
On Thu, 8 Oct 2009 16:52:42 +0200 Marc Andre Tanner said: > On Fri, Oct 09, 2009 at 01:14:45AM +1100, Carsten Haitzler wrote: > > On Thu, 8 Oct 2009 15:47:25 +0200 "Michael 'Mickey' Lauer" > > said: > > > > > Raster, X may not be big our bloated, but would you please stop pretending > > > you k

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-08 Thread The Rasterman
On Thu, 8 Oct 2009 16:42:55 +0200 Marc Andre Tanner said: > After reading through evas_font_dir.c I found the solution (see below). > > On Wed, Oct 07, 2009 at 12:22:08PM +0200, Marc Andre Tanner wrote: > > Hi, > > > > I am trying to build a minimal elementary with framebuffer backend based > >

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-08 Thread Marc Andre Tanner
On Fri, Oct 09, 2009 at 01:14:45AM +1100, Carsten Haitzler wrote: > On Thu, 8 Oct 2009 15:47:25 +0200 "Michael 'Mickey' Lauer" > said: > > > Raster, X may not be big our bloated, but would you please stop pretending > > you know all usecases people will ever have? There _are_ usecases for plain

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-08 Thread Marc Andre Tanner
After reading through evas_font_dir.c I found the solution (see below). On Wed, Oct 07, 2009 at 12:22:08PM +0200, Marc Andre Tanner wrote: > Hi, > > I am trying to build a minimal elementary with framebuffer backend based > initramfs for my Freerunner. I so far cross compiled all the required >

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-08 Thread The Rasterman
On Thu, 8 Oct 2009 15:47:25 +0200 "Michael 'Mickey' Lauer" said: > Raster, X may not be big our bloated, but would you please stop pretending > you know all usecases people will ever have? There _are_ usecases for plain > framebuffer. very very very few cases. even if all you want is 1 process

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-08 Thread Michael 'Mickey' Lauer
Raster, X may not be big our bloated, but would you please stop pretending you know all usecases people will ever have? There _are_ usecases for plain framebuffer. :M: -- Come build with us! The BlackBerry(R) Developer

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-07 Thread The Rasterman
On Wed, 7 Oct 2009 20:50:35 +0200 Marc Andre Tanner said: > On Wed, Oct 07, 2009 at 10:46:23PM +1100, Carsten Haitzler wrote: > > On Wed, 7 Oct 2009 12:22:08 +0200 Marc Andre Tanner > > said: > > > > the default theme uses Sans font by default - via fontconfig. you'e missing > > a Sans alias th

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-07 Thread Joerg Sonnenberger
On Wed, Oct 07, 2009 at 08:50:35PM +0200, Marc Andre Tanner wrote: > Does anybody know how to correctly set up the Sans alias? Take a look at examples from fontconfig, e.g. 30-urw-aliases.conf. In fact, 45-latin.conf should do what you want. Joerg

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-07 Thread Marc Andre Tanner
On Wed, Oct 07, 2009 at 10:46:23PM +1100, Carsten Haitzler wrote: > On Wed, 7 Oct 2009 12:22:08 +0200 Marc Andre Tanner > said: > > the default theme uses Sans font by default - via fontconfig. you'e missing a > Sans alias that works. beats me as to the details. install x and you should > get >

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-07 Thread The Rasterman
On Wed, 7 Oct 2009 12:22:08 +0200 Marc Andre Tanner said: the default theme uses Sans font by default - via fontconfig. you'e missing a Sans alias that works. beats me as to the details. install x and you should get the sans aliases set up. > Hi, > > I am trying to build a minimal elementary wi

[E-devel] Elementary with framebuffer backend font question

2009-10-07 Thread Marc Andre Tanner
Hi, I am trying to build a minimal elementary with framebuffer backend based initramfs for my Freerunner. I so far cross compiled all the required elementary dependencies and tested the result in a chroot with the dialog app from the elementary wiki page. The app starts up but all fonts are miss