Skip to content

Commit 5618f94

Browse files
committed
arc: fs-overlay: Force DirectFB to use legacy FBdev
DirectFB now (since DirectFB/directfb@7fd0c2d) used "/dev/dri/card0" by default if there's a DRM GPU driver instantiated in the system. But drmkms system driver doesn’t know physical framebuffer address and so DirectFB further during execution will fail like that: -------------------------->8---------------------- (!) System/DevMem: Please supply 'video-phys = 0xXXXXXXXX' and 'video-length = XXXX' options! (!) DirectFB/Core: Could not initialize 'system_core' core! --> An invalid argument has been specified (!!!) *** UNIMPLEMENTED [fusion_dispatch] *** [fusion.c:3937] df_dok.c <1749>: (#) DirectFBError [DirectFBCreate( &dfb )]: An invalid argument has been specified -------------------------->8---------------------- We work-around that by forcing DirectFB to use /dev/fbdev0. Signed-off-by: Alexey Brodkin <[email protected]>
1 parent 7bc375e commit 5618f94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
system=fbdev

0 commit comments

Comments
 (0)