Penguin
Annotated edit history of xawtv(1) version 3, including all changes. View license author blame.
Rev Author # Line
2 JohnMcPherson 1 !!NAME
2 xawtv - a X11 program for watching TV
1 zcat(1) 3
2 JohnMcPherson 4 !!SYNOPSIS
5 xawtv [[ options ] [[ station name ]
1 zcat(1) 6
2 JohnMcPherson 7 !!DESCRIPTION
1 zcat(1) 8
3 IanMcDonald 9 xawtv is a simple program for watching TV with your linux box. It uses the Athena widgets. xawtv supports the bttv driver, [V4L] ([Video4Linux], included in 2.2.x) and the Xvideo extention.
1 zcat(1) 10
2 JohnMcPherson 11 xawtv reads the config files /usr/X11R6/lib/X11/xawtvrc and $HOME/.xawtv at startup. Settings in the personal config file will overwrite the options from the global config file. These files holds the available TV stations and a few settings like TV norm. You have to create the config file yourself, see below for details.
1 zcat(1) 12
2 JohnMcPherson 13 !!OPTIONS
14 ;-h, -help: Print a short desctiption of all command line options.
1 zcat(1) 15
2 JohnMcPherson 16 ;-f, -fullscreen: startup in fullscreen mode.
1 zcat(1) 17
2 JohnMcPherson 18 ;-n, -noconf: don't read the config file ($HOME/.xawtv).
1 zcat(1) 19
2 JohnMcPherson 20 ;-o, -outfile base: set basestring for the snapshot output files. The filename will be "base-timestamp-nr.ext".
1 zcat(1) 21
2 JohnMcPherson 22 ;-c, -device device: set video4linux device (default is /dev/video).
1 zcat(1) 23
2 JohnMcPherson 24 ;-c, -xvport number: set Xvideo port (defaults to the first usable).
1 zcat(1) 25
2 JohnMcPherson 26 ;-v, -debug level: Be verbose, level may be 0 (default), 1 or 2. It exists just for debugging and trouble-shooting.
1 zcat(1) 27
2 JohnMcPherson 28 ;-remote: X11 display is remote. This basically disables overlay mode, you might need this if xawtv failes to autodetect a remote X11 display.
1 zcat(1) 29
2 JohnMcPherson 30 ;-b, -bpp n: force xawtv into n bpp color depth. Works for switching between 15/16 and 24/32 bpp. This gets just passed throuth to v4l-conf(1).
1 zcat(1) 31
2 JohnMcPherson 32 ;-shift n: Shift the video display by n bytes. Try this if your video display is'nt within the xawtv window. This gets passed throuth to v4l-conf(1) too.
1 zcat(1) 33
2 JohnMcPherson 34 ;-fb: Use the framebuffer device to determine the video framebuffer address (instead of the DGA extention). Yet another pass through argument.
1 zcat(1) 35
2 JohnMcPherson 36 ;-xv/-noxv: enable/disable the usage of the Xvideo extention (for overlay), default is on.
1 zcat(1) 37
2 JohnMcPherson 38 ;-scale/-noscale: enable/disable the usage of the Xvideo extention (for hardware scaling in grabdisplay mode), default is on.
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.