DSS2 frame buffer problem

2009-10-13 Thread Gary Thomas

I have a new board that I'd like to run a frame buffer 800x600x24
When I boot, I get this error:
  omapfb: failed to allocate framebuffer

This board is derived from a board I'm already running DSS2 at
800x600x16 on.

What do I need to change to get this to work?

Thanks

--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: DSS2 frame buffer problem

2009-10-13 Thread Tomi Valkeinen
On Tue, 2009-10-13 at 14:55 +0200, ext Gary Thomas wrote:
 I have a new board that I'd like to run a frame buffer 800x600x24
 When I boot, I get this error:
omapfb: failed to allocate framebuffer
 
 This board is derived from a board I'm already running DSS2 at
 800x600x16 on.
 
 What do I need to change to get this to work?

Most likely you need to allocate more VRAM with vram boot option, in
board file or kernel config option (CONFIG_OMAP2_VRAM_SIZE).

 Tomi


--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: DSS2 frame buffer problem

2009-10-13 Thread Gary Thomas

On 10/13/2009 06:59 AM, Tomi Valkeinen wrote:

On Tue, 2009-10-13 at 14:55 +0200, ext Gary Thomas wrote:

I have a new board that I'd like to run a frame buffer 800x600x24
When I boot, I get this error:
omapfb: failed to allocate framebuffer

This board is derived from a board I'm already running DSS2 at
800x600x16 on.

What do I need to change to get this to work?


Most likely you need to allocate more VRAM with vram boot option, in
board file or kernel config option (CONFIG_OMAP2_VRAM_SIZE).


Thanks, that was it.

--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html