@ -5069,7 +5069,8 @@ usage(int error_code)
fprintf ( stderr ,
fprintf ( stderr ,
" Options for fbdev-backend.so: \n \n "
" Options for fbdev-backend.so: \n \n "
" --tty=TTY \t \t The tty to use \n "
" --tty=TTY \t \t The tty to use \n "
" --device=DEVICE \t The framebuffer device to use \n \n " ) ;
" --device=DEVICE \t The framebuffer device to use \n "
" --use-gl \t \t Use the GL renderer \n \n " ) ;
# endif
# endif
# if defined(BUILD_X11_COMPOSITOR)
# if defined(BUILD_X11_COMPOSITOR)
@ -5077,6 +5078,7 @@ usage(int error_code)
" Options for x11-backend.so: \n \n "
" Options for x11-backend.so: \n \n "
" --width=WIDTH \t \t Width of X window \n "
" --width=WIDTH \t \t Width of X window \n "
" --height=HEIGHT \t Height of X window \n "
" --height=HEIGHT \t Height of X window \n "
" --scale=SCALE \t \t Scale factor of output \n "
" --fullscreen \t \t Run in fullscreen mode \n "
" --fullscreen \t \t Run in fullscreen mode \n "
" --use-pixman \t \t Use the pixman (CPU) renderer \n "
" --use-pixman \t \t Use the pixman (CPU) renderer \n "
" --output-count=COUNT \t Create multiple outputs \n "
" --output-count=COUNT \t Create multiple outputs \n "