Re: [PATCH] OMAPDSS: OMAPFB: fix framebuffer console colors

2012-08-06 Thread Tomi Valkeinen
On Sat, 2012-08-04 at 19:19 +0300, Grazvydas Ignotas wrote: omapfb does not currently set pseudo palette correctly for color depths above 16bpp, making red text invisible, command like echo -e '\e[0;31mRED' /dev/tty1 will display nothing on framebuffer console in 24bpp mode. This is

Re: [PATCH] OMAPDSS: OMAPFB: fix framebuffer console colors

2012-08-06 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/06/12 09:00, Tomi Valkeinen wrote: On Sat, 2012-08-04 at 19:19 +0300, Grazvydas Ignotas wrote: omapfb does not currently set pseudo palette correctly for color depths above 16bpp, making red text invisible, command like echo -e

Re: [PATCH] OMAPDSS: OMAPFB: fix framebuffer console colors

2012-08-06 Thread Tomi Valkeinen
On Mon, 2012-08-06 at 13:15 +0300, Igor Grinberg wrote: On 08/06/12 09:00, Tomi Valkeinen wrote: On Sat, 2012-08-04 at 19:19 +0300, Grazvydas Ignotas wrote: omapfb does not currently set pseudo palette correctly for color depths above 16bpp, making red text invisible, command like echo

Re: [PATCH] OMAPDSS: OMAPFB: fix framebuffer console colors

2012-08-06 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/06/12 14:22, Tomi Valkeinen wrote: On Mon, 2012-08-06 at 13:15 +0300, Igor Grinberg wrote: On 08/06/12 09:00, Tomi Valkeinen wrote: On Sat, 2012-08-04 at 19:19 +0300, Grazvydas Ignotas wrote: omapfb does not currently set pseudo palette

[PATCH] OMAPDSS: OMAPFB: fix framebuffer console colors

2012-08-04 Thread Grazvydas Ignotas
omapfb does not currently set pseudo palette correctly for color depths above 16bpp, making red text invisible, command like echo -e '\e[0;31mRED' /dev/tty1 will display nothing on framebuffer console in 24bpp mode. This is because temporary variable is declared incorrectly, fix it.