所有配置参数说明在源码 src/misc/conf.c 文件中有详细说明
详细内容如下,版本为dfb1.4.9:
" --dfb-help Output DirectFB usage information and exit\n"
" --dfb:<option>[,<option>]... Pass options to DirectFB (see below)\n"
"\n"
"DirectFB options:\n"
"\n"
" system=<system> Specify the system (FBDev, SDL, etc.)\n"
" fbdev=<device> Open <device> instead of /dev/fb0\n"
" busid=<id> Specify the bus location of the graphics card (default 1:0:0)\n"
" mode=<width>x<height> Set the default resolution\n"
" scaled=<width>x<height> Scale the window to this size for 'force-windowed' apps\n"
" depth=<pixeldepth> Set the default pixel depth\n"
" pixelformat=<pixelformat> Set the default pixel format\n"
" surface-shmpool-size=<kb> Set the size of the shared memory pool used\n"
" for shared system memory surfaces.\n"
" session=<num> Select multi app world (zero based, -1 = new)\n"
" remote=<host>[:<session>] Select remote session to connect to\n"
" primary-layer=<id> Select an alternative primary layer\n"
" primary-only Tell application only about the primary layer\n"
" [no-]banner Show DirectFB Banner on startup\n"
" [no-]surface-sentinel Enable surface sentinels at the end of chunks in video memory\n"
" force-windowed Primary surface always is a window\n"
" force-desktop Primary surface is the desktop background\n&#