WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: directFB  (Read 1946 times)

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
directFB
« on: January 11, 2011, 06:23:07 AM »
Does TC have directFB enabled in the kernel?  I'd like to use it, but if it's not enabled in the kernel, there's no need to waste efforts. :)

Dave

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: directFB
« Reply #1 on: January 11, 2011, 07:22:53 AM »
DirectFB is not a kernel option.
The only barriers that can stop you are the ones you create yourself.

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: directFB
« Reply #2 on: January 11, 2011, 12:02:17 PM »
DirectFB is not a kernel option.

I'm was fairly sure something had to be enabled in the kernel before directFB could be used.  Looks like vesafb has to (http://www.directfb.org/wiki/index.php/DirectFB:Configuration_FAQ#Whenever_I_try_to_start_a_DirectFB_application.2C_I_get_the_error_message_.22Error_opening_.2Fdev.2Ftty0.22) and the framebuffer need to be enabled (http://www.directfb.org/wiki/index.php/DirectFB:First_Step).  Are these enabled by default in the TC kernel?
« Last Edit: January 11, 2011, 12:04:38 PM by wysiwyg »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: directFB
« Reply #3 on: January 11, 2011, 12:06:30 PM »
Yes

CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FB_VESA=y
The only barriers that can stop you are the ones you create yourself.

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: directFB
« Reply #4 on: January 11, 2011, 03:10:50 PM »
Yes

CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FB_VESA=y


Terrific!  Thanks Curaga!