-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README improvements? #5
Comments
Hi, There is some information in the NEWS file. Hope this gives an idea on DirectFB2 versus DirectFB. Nicolas Caramelli |
What flavor/distro you’re using with directfb2? |
Whenever I start on a new embedded platform, I usually build my system from scratch, just using the cross compiler (with its C library), the Linux kernel, the busybox, and then immediately test the display with DirectFB2. In particular, I hope to run DirectFB2 on MCUs with an embedded OS like FreeRTOS. I guess DirectFB2 can easily be integrated into Buildroot or Yocto. |
@caramelli i asked because i compiled directfb2 to a freshly installed debian without x only the basic. when i try the examples gave me some problems |
I never had a DRM_IOCTL_GEM_FLINK failure, I have no explanation, this is to be investigated... |
i've done as you suggested but nothing. another thing i noticed that when i run directfb examples it opens another tty and when i return to tty1 the error in the image above is shown. |
But this time with the fbdev system, I guess you don't get a DRM_IOCTL_GEM_FLINK failure? |
i still have |
OK, you can check that the fbdev system module libdirectfb_fbdev.so is built and installed. I also recommend checking that at least one of the FBDev or DRM/KMS graphics backends is working properly on your distro before running DirectFB:
|
It looks good. The X Window System is not required. |
@caramelli . thank you so much it works. tomorrow ill try how to run multiple windows at once, because everytime i try to run multiple examples at once just like in the wiki i only get one window running in the middle. |
i can't compile and install linux-fusion :(. im editing the Makefile for kernel 5.10.0.11 but nothing. |
As you can see, the latest code available at https://github.com/deniskropp/linux-fusion has not been updated for many years. ifeq ($(K_VERSION),3) With K_VERSION equal to 5, yes, there are probably changes to add on linux-fusion for the build. |
In fact that is the source i’m tinkering now eithout breaking the system, i’m not that proficient with kernels |
Hi,
I know there will be a larger introduction at 2022-02-05, but would it be possible to
expand the main README afterwards as well? Many people still remember the
original directfb, so it is of course interesting to them what directfb2 may bring
to the table and such.
The text was updated successfully, but these errors were encountered: