You are not logged in.

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)