1rootv(1) General Commands Manual rootv(1)
2
3
4
6 rootv - display TV using the Xvideo extention
7
9 rootv [ options ]
10
12 rootv puts a video to some window. By default it creates its own win‐
13 dow, but you can also ask it to use the root window (thus the name) or
14 any other window. rootv needs the Xvideo extention.
15
16 rootv itself provides no way to control video/audio/tuner. You can use
17 v4lctl to do this.
18
20 rootv knows a number of command line options to modify the behaviour.
21
22 -help Print a short description of all command line options.
23
24 -verbose
25 Be verbose. That will dump some debug messages to stderr.
26
27 -root Put the video onto the root window instead of creating a new
28 window.
29
30 -id <win>
31 Put the video into the window <win> instead of creating a new
32 window.
33
34 -station <st>
35 Tune station <st>. This just calls v4lctl, which in turn will
36 look up the station in your ~/.xawtv config file.
37
38 -no-mute
39 Don't toggle mute. By default rootv will unmute the TV card
40 when it starts and mute it on exit. It does this using the
41 XV_MUTE attribute (if available).
42
43 -port <n>
44 Use Xvideo port <n>. Try the -verbose switch if you want to
45 know which ones are available.
46
47 -bg Fork into background.
48
49 -wm Print WindowMaker menu (set stations using v4lctl).
50
52 xawtv(1), fbtv(1), v4lctl(1)
53
55 Gerd Knorr <kraxel@bytesex.org>
56
58 Copyright (C) 2000-2002 Gerd Knorr <kraxel@bytesex.org>
59
60 This program is free software; you can redistribute it and/or modify it
61 under the terms of the GNU General Public License as published by the
62 Free Software Foundation; either version 2 of the License, or (at your
63 option) any later version.
64
65 This program is distributed in the hope that it will be useful, but
66 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
67 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
68 Public License for more details.
69
70 You should have received a copy of the GNU General Public License along
71 with this program; if not, write to the Free Software Foundation, Inc.,
72 675 Mass Ave, Cambridge, MA 02139, USA.
73
74
75
76 (c) 2000-2002 Gerd Knorr rootv(1)