Lines Matching refs:ErrorF
1001 ErrorF("\n\nDevice Dependent Usage:\n"); in ddxUseMsg()
1002 ErrorF("-display string Specify the back-end display(s)\n"); in ddxUseMsg()
1003 ErrorF("-input string Specify input source for core device\n"); in ddxUseMsg()
1004 ErrorF("-xinput string Specify input source for XInput device\n"); in ddxUseMsg()
1005 ErrorF("-shadowfb Enable shadow frame buffer\n"); in ddxUseMsg()
1006 ErrorF("-configfile file Read from a configuration file\n"); in ddxUseMsg()
1007 ErrorF("-config config Select a specific configuration\n"); in ddxUseMsg()
1008 ErrorF("-nomulticursor Turn of multiple cursor support\n"); in ddxUseMsg()
1009 ErrorF("-fontpath Sets the default font path\n"); in ddxUseMsg()
1010 ErrorF("-stat inter scrns Print out performance statistics\n"); in ddxUseMsg()
1011 ErrorF("-syncbatch inter Set interval for XSync batching\n"); in ddxUseMsg()
1012 ErrorF("-nooffscreenopt Disable offscreen optimization\n"); in ddxUseMsg()
1013 ErrorF("-nosubdivprims Disable primitive subdivision\n"); in ddxUseMsg()
1014 ErrorF(" optimization\n"); in ddxUseMsg()
1015 ErrorF("-nowindowopt Disable lazy window creation optimization\n"); in ddxUseMsg()
1016 ErrorF("-noxkb Disable use of the XKB extension with\n"); in ddxUseMsg()
1017 ErrorF(" backend displays (cf. -kb).\n"); in ddxUseMsg()
1018 ErrorF("-depth Specify the default root window depth\n"); in ddxUseMsg()
1019 ErrorF("-norender Disable RENDER extension support\n"); in ddxUseMsg()
1021 ErrorF("-noglxproxy Disable GLX Proxy\n"); in ddxUseMsg()
1022 ErrorF("-noglxswapgroup Disable swap group and swap barrier\n"); in ddxUseMsg()
1023 ErrorF(" extensions in GLX proxy\n"); in ddxUseMsg()
1024 ErrorF("-glxsyncswap Force XSync after swap buffers\n"); in ddxUseMsg()
1025 ErrorF("-glxfinishswap Force glFinish after swap buffers\n"); in ddxUseMsg()
1027 ErrorF in ddxUseMsg()
1029 ErrorF("-addremovescreens Enable dynamic screen addition/removal\n"); in ddxUseMsg()
1030 ErrorF("-param ... Specify configuration parameters (e.g.,\n"); in ddxUseMsg()
1031 ErrorF(" XkbRules, XkbModel, XkbLayout, etc.)\n"); in ddxUseMsg()
1032 ErrorF("\n"); in ddxUseMsg()
1033 ErrorF(" If the -input string matches a -display string, then input\n" in ddxUseMsg()
1041 ErrorF(" Otherwise, if the -input or -xinput string specifies another\n" in ddxUseMsg()
1047 ErrorF(" -input or -xinput dummy specifies no input.\n"); in ddxUseMsg()
1048 ErrorF(" -input or -xinput local specifies the use of a raw keyboard,\n" in ddxUseMsg()
1056 ErrorF(" Special Keys:\n"); in ddxUseMsg()
1057 ErrorF(" Ctrl-Alt-g Server grab/ungrab (console only)\n"); in ddxUseMsg()
1058 ErrorF(" Ctrl-Alt-f Fine (1-pixel) mouse mode (console only)\n"); in ddxUseMsg()
1059 ErrorF(" Ctrl-Alt-q Quit (core devices only)\n"); in ddxUseMsg()
1060 ErrorF(" Ctrl-Alt-F* Switch to VC (local only)\n"); in ddxUseMsg()