You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, February 18th 2008, 10:08pm

Krdc help

Where do I find documention on what the command line options are for KRDC?

2

Friday, February 22nd 2008, 1:01am

RE: Krdc help

Try --help.

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
evil@pluto:~$krdc --help
Usage: krdc [Qt-options] [KDE-options] [options] [host]

Remote desktop connection

Generic options:
  --help                    Show help about options
  --help-qt                 Show Qt specific options
  --help-kde                Show KDE specific options
  --help-all                Show all options
  --author                  Show author information
  -v, --version             Show version information
  --license                 Show license information
  --                        End of options

Options:
  -f, --fullscreen          Start in fullscreen mode
  -w, --window              Start in regular window
  -l, --low-quality         Low quality mode (Tight Encoding, 8 bit color)
  -m, --medium-quality      Medium quality mode (Tight Encoding, lossy)
  -h, --high-quality        High quality mode, default (Hextile Encoding)
  -s, --scale               Start VNC in scaled mode
  -c, --local-cursor        Show local cursor (VNC only)
  -e, --encodings           Override VNC encoding list (e.g. 'hextile raw')
  -p, --password-file       Provide the password in a file

Arguments:
  host                      The name of the host, e.g. 'localhost:1'

This post has been edited 1 times, last edit by "Evil" (Feb 22nd 2008, 1:02am)