Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
9822e970
Commit
9822e970
authored
Feb 27, 2018
by
Ulrich Sibiller
Committed by
Mihai Moldovan
Feb 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nxagent: rearrange nx options in usage
make them appear in the nx section. Also separate the nx section from the other options by an extra emtpy line.
parent
1918bcb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Args.c
nx-X11/programs/Xserver/hw/nxagent/Args.c
+4
-4
No files found.
nx-X11/programs/Xserver/hw/nxagent/Args.c
View file @
9822e970
...
@@ -2111,24 +2111,24 @@ Reply Total Cached Bits In Bits Out Bits/Reply Ratio
...
@@ -2111,24 +2111,24 @@ Reply Total Cached Bits In Bits Out Bits/Reply Ratio
void
ddxUseMsg
(
void
)
void
ddxUseMsg
(
void
)
{
{
ErrorF
(
"-display string display name of the real server
\n
"
);
ErrorF
(
"-sync synchronize with the real server
\n
"
);
ErrorF
(
"-full utilize full regeneration
\n
"
);
ErrorF
(
"-full utilize full regeneration
\n
"
);
ErrorF
(
"-class string default visual class
\n
"
);
ErrorF
(
"-class string default visual class
\n
"
);
ErrorF
(
"-depth int default depth
\n
"
);
ErrorF
(
"-depth int default depth
\n
"
);
ErrorF
(
"-geometry WxH+X+Y window size and position
\n
"
);
ErrorF
(
"-geometry WxH+X+Y window size and position
\n
"
);
ErrorF
(
"-autodpi detect real server's DPI and use that in the session
\n
"
);
ErrorF
(
"-bw int window border width
\n
"
);
ErrorF
(
"-bw int window border width
\n
"
);
ErrorF
(
"-name string window name
\n
"
);
ErrorF
(
"-name string window name
\n
"
);
ErrorF
(
"-scrns int number of screens to generate
\n
"
);
ErrorF
(
"-scrns int number of screens to generate
\n
"
);
ErrorF
(
"-install install colormaps directly
\n
"
);
ErrorF
(
"-install install colormaps directly
\n
"
);
ErrorF
(
"The NX system adds the following arguments:
\n
"
);
ErrorF
(
"
\n
The NX system adds the following arguments:
\n
"
);
ErrorF
(
"-options file|string file or string containing nx/nx options
\n
"
);
ErrorF
(
"-options file|string file or string containing nx/nx options
\n
"
);
ErrorF
(
"-forcenx force use of NX protocol messages assuming communication through nxproxy
\n
"
);
ErrorF
(
"-forcenx force use of NX protocol messages assuming communication through nxproxy
\n
"
);
ErrorF
(
"-timeout int auto-disconnect timeout in seconds (minimum allowed: 60)
\n
"
);
ErrorF
(
"-timeout int auto-disconnect timeout in seconds (minimum allowed: 60)
\n
"
);
ErrorF
(
"-norootlessexit don't exit if there are no clients in rootless mode
\n
"
);
ErrorF
(
"-norootlessexit don't exit if there are no clients in rootless mode
\n
"
);
ErrorF
(
"-nomagicpixel disable nxagent's magic pixel
\n
"
);
ErrorF
(
"-nomagicpixel disable nxagent's magic pixel
\n
"
);
ErrorF
(
"-autodpi detect real server's DPI and use that in the session
\n
"
);
ErrorF
(
"-display string display name of the real server
\n
"
);
ErrorF
(
"-sync synchronize with the real server
\n
"
);
#ifdef RENDER
#ifdef RENDER
ErrorF
(
"-norender disable the use of the render extension
\n
"
);
ErrorF
(
"-norender disable the use of the render extension
\n
"
);
ErrorF
(
"-nocomposite disable the use of the composite extension
\n
"
);
ErrorF
(
"-nocomposite disable the use of the composite extension
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment