File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
nx-X11/programs/Xserver/hw/nxagent Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2112,6 +2112,9 @@ void ddxUseMsg(void)
2112
2112
ErrorF ("-autodpi detect real server's DPI and use that in the session\n" );
2113
2113
ErrorF ("-display string display name of the real server\n" );
2114
2114
ErrorF ("-sync synchronize with the real server\n" );
2115
+ ErrorF ("-nxrealwindowprop set property NX_REAL_WINDOW for each X11 window inside nxagent\n" );
2116
+ ErrorF ("-reportwids report externally exposed X11 window IDs to the session log\n" );
2117
+ ErrorF ("-reportprivatewids report internal X11 window ID to the session log\n" );
2115
2118
#ifdef RENDER
2116
2119
ErrorF ("-norender disable the use of the render extension\n" );
2117
2120
ErrorF ("-nocomposite disable the use of the composite extension (default)\n" );
@@ -2129,6 +2132,7 @@ void ddxUseMsg(void)
2129
2132
ErrorF ("-irlimit maximum image data rate to the encoder input in kB/s.\n" );
2130
2133
ErrorF ("-tile WxH maximum size of image tiles (minimum allowed: 32x32)\n" );
2131
2134
ErrorF ("-keystrokefile file file with keyboard shortcut definitions\n" );
2135
+ ErrorF ("-options file|string path to an options file or an option string (for testing/debugging)\n" );
2132
2136
ErrorF ("-verbose print more warning and error messages\n" );
2133
2137
ErrorF ("-D enable desktop mode\n" );
2134
2138
ErrorF ("-R enable rootless mode\n" );
You can’t perform that action at this time.
0 commit comments