Lines Matching refs:ErrorF
508 ErrorF("use: X [:<display>] [option]\n"); in UseMsg()
509 ErrorF("-a # default pointer acceleration (factor)\n"); in UseMsg()
510 ErrorF("-ac disable access control restrictions\n"); in UseMsg()
511 ErrorF("-audit int set audit trail level\n"); in UseMsg()
512 ErrorF("-auth file select authorization file\n"); in UseMsg()
513 ErrorF("-br create root window with black background\n"); in UseMsg()
514 ErrorF("+bs enable any backing store support\n"); in UseMsg()
515 ErrorF("-bs disable any backing store support\n"); in UseMsg()
516 ErrorF("-c turns off key-click\n"); in UseMsg()
517 ErrorF("c # key-click volume (0-100)\n"); in UseMsg()
518 ErrorF("-cc int default color visual class\n"); in UseMsg()
519 ErrorF("-nocursor disable the cursor\n"); in UseMsg()
520 ErrorF("-core generate core dump on fatal error\n"); in UseMsg()
521 …ErrorF("-displayfd fd file descriptor to write display number to when ready to connect\n"… in UseMsg()
522 ErrorF("-dpi int screen resolution in dots per inch\n"); in UseMsg()
524 ErrorF("-dpms disables VESA DPMS monitor control\n"); in UseMsg()
526 ErrorF in UseMsg()
528 ErrorF("-f # bell base (0-100)\n"); in UseMsg()
529 ErrorF("-fc string cursor font\n"); in UseMsg()
530 ErrorF("-fn string default font name\n"); in UseMsg()
531 ErrorF("-fp string default font path\n"); in UseMsg()
532 ErrorF("-help prints message with these options\n"); in UseMsg()
533 ErrorF("+iglx Allow creating indirect GLX contexts\n"); in UseMsg()
534 ErrorF("-iglx Prohibit creating indirect GLX contexts (default)\n"); in UseMsg()
535 ErrorF("-I ignore all remaining arguments\n"); in UseMsg()
537 ErrorF("-ld int limit data space to N Kb\n"); in UseMsg()
540 ErrorF("-lf int limit number of open files to N\n"); in UseMsg()
543 ErrorF("-ls int limit stack space to N Kb\n"); in UseMsg()
546 ErrorF("-nolock disable the locking mechanism\n"); in UseMsg()
548 ErrorF("-maxclients n set maximum number of clients (power of two)\n"); in UseMsg()
549 ErrorF("-nolisten string don't listen on protocol\n"); in UseMsg()
550 ErrorF("-listen string listen on protocol\n"); in UseMsg()
551 ErrorF("-noreset don't reset after last client exists\n"); in UseMsg()
552 ErrorF("-background [none] create root window with no background\n"); in UseMsg()
553 ErrorF("-reset reset after last client exists\n"); in UseMsg()
554 ErrorF("-p # screen-saver pattern duration (minutes)\n"); in UseMsg()
555 ErrorF("-pn accept failure to listen on all ports\n"); in UseMsg()
556 ErrorF("-nopn reject failure to listen on all ports\n"); in UseMsg()
557 ErrorF("-r turns off auto-repeat\n"); in UseMsg()
558 ErrorF("r turns on auto-repeat \n"); in UseMsg()
559 ErrorF("-render [default|mono|gray|color] set render color alloc policy\n"); in UseMsg()
560 ErrorF("-retro start with classic stipple and cursor\n"); in UseMsg()
561 ErrorF("-s # screen-saver timeout (minutes)\n"); in UseMsg()
562 ErrorF("-seat string seat to run on\n"); in UseMsg()
563 ErrorF("-t # default pointer threshold (pixels/t)\n"); in UseMsg()
564 ErrorF("-terminate terminate at server reset\n"); in UseMsg()
565 ErrorF("-to # connection time out\n"); in UseMsg()
566 ErrorF("-tst disable testing extensions\n"); in UseMsg()
567 ErrorF("ttyxx server started from init on /dev/ttyxx\n"); in UseMsg()
568 ErrorF("v video blanking for screen-saver\n"); in UseMsg()
569 ErrorF("-v screen-saver without video blanking\n"); in UseMsg()
570 ErrorF("-wm WhenMapped default backing-store\n"); in UseMsg()
571 ErrorF("-wr create root window with white background\n"); in UseMsg()
572 ErrorF("-maxbigreqsize set maximal bigrequest size \n"); in UseMsg()
574 ErrorF("+xinerama Enable XINERAMA extension\n"); in UseMsg()
575 ErrorF("-xinerama Disable XINERAMA extension\n"); in UseMsg()
577 ErrorF in UseMsg()
579 ErrorF("-schedInterval int Set scheduler interval in msec\n"); in UseMsg()
580 ErrorF("-sigstop Enable SIGSTOP based startup\n"); in UseMsg()
581 ErrorF("+extension name Enable extension\n"); in UseMsg()
582 ErrorF("-extension name Disable extension\n"); in UseMsg()
673 ErrorF("Failed to disable listen for %s transport", in ProcessCommandLine()
688 ErrorF("Bad display name: %s\n", display); in ProcessCommandLine()
846 ErrorF in ProcessCommandLine()
871 ErrorF("Failed to disable listen for %s transport", in ProcessCommandLine()
880 ErrorF("Failed to enable listen for %s transport", in ProcessCommandLine()
1051 ErrorF("Unrecognized option: %s\n", argv[i]); in ProcessCommandLine()
1699 ErrorF("[xkb] Starting '%s' failed!\n", cmdline); in System()
1702 ErrorF("[xkb] Starting '%s' failed: %s", cmdline, (char *) buffer); in System()
1959 ErrorF("Command line argument number %d is unsafe\n", i); in CheckUserParameters()
1962 ErrorF("Command line argument number %d is too long\n", i); in CheckUserParameters()
1965 ErrorF("Command line argument number %d contains unprintable" in CheckUserParameters()
1969 ErrorF("Environment variable `%s' is too long\n", e); in CheckUserParameters()
1972 ErrorF("Stdout and/or stderr is a pipe\n"); in CheckUserParameters()
1975 ErrorF("Internal Error\n"); in CheckUserParameters()
1978 ErrorF("Unknown error\n"); in CheckUserParameters()