]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/setchannel/setchannel.1
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / setchannel / setchannel.1
1 .\"-
2 .\" Copyright (C) 2004-2006 The FreeBSD Project. All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $Id: cxm.4,v 1.1 2004/10/16 00:12:35 mavetju Exp $
26 .\" $FreeBSD$
27 .\"
28 .Dd November 30, 2006
29 .Dt PVR250-SETCHANNEL 1
30 .Os
31 .Sh NAME
32 .Nm pvr250-setchannel
33 .Nd Hauppage PVR250/350 channel selector
34 .Sh SYNOPSIS
35 .Cd pvr250-setchannel [-a {on | off}] [-c | -r | -s | -t] [-g geom] [-m channel_set] [channel | freq]
36 .Sh DESCRIPTION
37 .Nm
38 provides support for selecting channels on Hauppauge WinTV cards,
39 including the PVR 150, PVR 250, PVR 350 and PVR 500.
40 .Pp
41 The following options are available:
42 .Bl -tag -width indent
43 .It Fl a Cm on
44 Enable AFC.
45 .It Fl a Cm off
46 Disable AFC.
47 .It Fl c
48 Select composite input.
49 .It Fl d
50 Select the tuner unit number.
51 This is appended to the base device file name
52 .Pa /dev/cxm
53 to form a device name such as
54 .Pa /dev/cxm0
55 or
56 .Pa /dev/cxm1 .
57 .It Fl r
58 Select radio input.
59 .It Fl s
60 Select svideo input.
61 .It Fl t
62 Select tuner.
63 .It Fl g Cm geom
64 Select geometry.  The first resolution is for NTSC, the second for
65 PAL.
66 .Pp
67   VCD:           352x240 or 352x288
68   SVCD:          480x480 or 480x576
69   DVD (half D1): 352x480 or 352x576
70   DVD (full D1): 720x480 or 720x576
71 .It Fl m Cm channel-set
72 Select channel set and system.
73 .Pp
74   0 = Tuner Default
75   1 = US Broadcast (NTSC)
76   2 = US Cable (NTSC)
77   4 = Western Europe (PAL)
78   5 = Japan Broadcast (NTSC)
79   6 = Japan Cable (NTSC)
80   8 = Australia (PAL)
81   9 = France (SECAM)
82 .It Cm channel
83 Channel number to set.
84 .It Cm freq
85 Frequency in MHz (must include decimal point).
86 .El
87 .Sh SEE ALSO
88 .Xr cxm 4 ,
89 .Xr bktr 4 ,
90 .Xr meteor 4
91 .Sh HISTORY
92 The
93 .Nm
94 program first appeared in the -multimedia mailing-list in January 2004. The
95 .Nm
96 program first appeared in the FreeBSD Ports collection in October 2004.
97 .Sh AUTHORS
98 .An -nosplit
99 This program is made by
100 .An John Wehle <john@feith.com>
101 .Pp
102 This man page is made by
103 .An Edwin Groothuis <edwin@FreeBSD.org>