~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to ica/ica.1

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080617134654-cl0gi4u524cv1ici
Tags: 1:1.0.9~rc3-1
* Package new upstream version
  - upstream ported the code to qt4.4 (Closes: #481974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.TH ICA 1 "April 30, 2007"
 
6
.\" Please adjust this date whenever revising the manpage.
 
7
.\"
 
8
.\" Some roff macros, for reference:
 
9
.\" .nh        disable hyphenation
 
10
.\" .hy        enable hyphenation
 
11
.\" .ad l      left justify
 
12
.\" .ad b      justify to both left and right margins
 
13
.\" .nf        disable filling
 
14
.\" .fi        enable filling
 
15
.\" .br        insert line break
 
16
.\" .sp <n>    insert n+1 empty lines
 
17
.\" for manpage-specific macros, see man(7)
 
18
.SH NAME
 
19
ica \- iTALC Client Application
 
20
.SH SYNOPSIS
 
21
.B ica
 
22
.RB "[options]"
 
23
.br
 
24
.B ica
 
25
.RI "[options] [command]"
 
26
.SH DESCRIPTION
 
27
.PP
 
28
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
 
29
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
 
30
.\" respectively.
 
31
.B ICA
 
32
is the software which needs to run on clients in order to access them using iTALC master application. It provides a VNC-server and a service-daemon which is neccessary for taking control over the client.
 
33
 
 
34
.SH OPTIONS
 
35
.IP "\fB\-role\fP \fIrole\fP
 
36
.IP
 
37
Set role under which ICA should run where \fIrole\fP has to be "teacher", "admin", "supporter" or "other". This is mainly used in combination with the \fB-createkeypair\fP option.
 
38
.IP "\fB\-ivsport\fP \fIport\fP
 
39
.IP
 
40
Set port at which the iTALC-VNC-server should listen. Default: 5900
 
41
.
 
42
.IP "\fB\-isdport\fP \fIport\fP
 
43
.IP
 
44
Set port at which the iTALC-service-daemon should listen. Default: 5800
 
45
.
 
46
.IP \fB-noshm\fR
 
47
.IP
 
48
Do not use the MIT-SHM extension for the polling.
 
49
Remote displays can be polled this way: be careful this
 
50
can use large amounts of network bandwidth.  This is
 
51
also of use if the local machine has a limited number
 
52
of shm segments and \fB-onetile\fR is not sufficient.
 
53
.PP
 
54
\fB-onetile\fR
 
55
.IP
 
56
Do not use the new copy_tiles() framebuffer mechanism,
 
57
just use 1 shm tile for polling.  Limits shm segments
 
58
used to 3.
 
59
.
 
60
.IP "\fB\-createkeypair\fP \fI[private-key-file] [public-key-file]\fP
 
61
.IP
 
62
Create a new key pair for authentication between master and client. Until specified with \fB-role\fP the key-pair will be created for role "other". The keys either will be saved under given file-names or the default ones according to the selected role (/etc/italc/keys/private/<role>/key and /etc/italc/keys/public/<role>/key).
 
63
.SH SEE ALSO
 
64
.IR italc (1),
 
65
.IR http://italc.sf.net/
 
66
 
 
67
.SH AUTHOR
 
68
iTALC was written by Tobias Doerffel. See AUTHORS for details.
 
69
.PP
 
70
This manual page was written by Tobias Doerffel <tobydox /at/ users /dot/ sf /dot/ net>, for the Debian project (but may be used by others).