]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/setchannel/setchannel.1
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 .Pp
37 .Sh DESCRIPTION
38 .Nm
39 provides support for selecting channels on Hauppauge WinTV cards,
40 including the PVR 150, PVR 250, PVR 350 and PVR 500.
41 .Pp
42 The following options are available:
43 .Bl -tag -width indent
44 .It Fl a Cm on
45 Enable AFC.
46 .It Fl a Cm off
47 Disable AFC.
48 .It Fl c
49 Select composite input.
50 .It Fl d
51 Select the tuner unit number.
52 This is appended to the base device file name
53 .Pa /dev/cxm
54 to form a device name such as
55 .Pa /dev/cxm0
56 or
57 .Pa /dev/cxm1 .
58 .It Fl r
59 Select radio input.
60 .It Fl s
61 Select svideo input.
62 .It Fl t
63 Select tuner.
64 .It Fl g Cm geom
65 Select geometry.  The first resolution is for NTSC, the second for
66 PAL.
67 .Pp
68   VCD:           352x240 or 352x288
69   SVCD:          480x480 or 480x576
70   DVD (half D1): 352x480 or 352x576
71   DVD (full D1): 720x480 or 720x576
72 .It Fl m Cm channel-set
73 Select channel set and system.
74 .Pp
75   0 = Tuner Default
76   1 = US Broadcast (NTSC)
77   2 = US Cable (NTSC)
78   4 = Western Europe (PAL)
79   5 = Japan Broadcast (NTSC)
80   6 = Japan Cable (NTSC)
81   8 = Australia (PAL)
82   9 = France (SECAM)
83 .It Cm channel
84 Channel number to set.
85 .It Cm freq
86 Frequency in MHz (must include decimal point).
87 .El
88 .Sh SEE ALSO
89 .Xr cxm 4 ,
90 .Xr bktr 4 ,
91 .Xr meteor 4
92 .Sh HISTORY
93 The
94 .Nm
95 program first appeared in the -multimedia mailing-list in January 2004. The
96 .Nm
97 program first appeared in the FreeBSD Ports collection in October 2004.
98 .Sh AUTHORS
99 .An -nosplit
100 This program is made by
101 .An John Wehle <john@feith.com>
102 .Pp
103 This man page is made by
104 .An Edwin Groothuis <edwin@FreeBSD.org>