Lines Matching refs:displayfd

7924     os: Fix -logfile when used with -displayfd
7928 $ Xorg -logfile /tmp/mylog -config /etc/xpra/xorg.conf -displayfd 2
12783 ret = read(displayfd, display_string, sizeof(display_string - 1));
20523 The normal xinit is racy because it doesn't use -displayfd. This
20524 implements the bare minimum for testing purposes, using -displayfd to
29355 Avoid segfault in CloseWellKnownConnections when using -displayfd
29357 When -displayfd is looping through the possible display ids to use,
29373 Use unique logfile names when starting server with -displayfd
29377 Previously all X servers started with -displayfd would overwrite
29379 until after -displayfd finds an open display - then it is renamed
39855 os: -displayfd should check ports up to 65535
39857 -displayfd should check ports up to 65535
46137 os: Add -displayfd into -help text
46139 …Add -displayfd into -help text. It was mentioned in the man page but seem to have been missed from…
47169 os: FatalError if -displayfd writes fail
47171 When the server is started with the -displayfd option, check to make
47181 os: Clear the -displayfd option after closing the file
47987 Handle -displayfd and an explicit display number sensibly
47989 Handle -displayfd and an explicit display number sensibly, e.g. use the
47990 explicitly specified display number, and write it to the displayfd
47992 v2: displayfd might be 0, so use -1 as invalid value
68197 Correct description of -displayfd option in man page.
75896 os: Add -displayfd option
75902 As a consequence, if X fails to start when using -displayfd, it's not