1v4l-conf(1)                 General Commands Manual                v4l-conf(1)
2
3
4

NAME

6       v4l-conf -  configure a video4linux driver
7

SYNOPSIS

9       v4l-conf [ options ]
10

DESCRIPTION

12       v4l-conf  is  a  small  helper tool.  It figures out the video mode and
13       framebuffer base  address  of  the  graphics  board  and  configures  a
14       video4linux driver like bttv.  This is needed for drivers which can DMA
15       the video over PCI directly into the video memory.
16
17       Usually it is not required  to  use  v4l-conf  manually,  xawtv(1)  and
18       fbtv(1)  run it automatically at startup.  It might be useful for trou‐
19       ble-shooting.  v4l-conf must be installed suid-root.
20
21       v4l-conf knows three ways to get the informations:
22
23        * Query the X-Server using  the  XF86  DGA  extention.   This  is  the
24          default if the DISPLAY environment variable is set.
25
26        * Query the framebuffer driver.  This is the default if DISPLAY is not
27          set.
28
29        * Query the console driver.  This is used on mklinux only.
30

OPTIONS

32       -h  Print a short description of all command line options.
33
34       -q  Be quiet.
35
36       -d dpy
37           Use the X11 display dpy to get the parameters.
38
39       -f  Use the framebuffer driver to get the parameters.
40
41       -c device
42           Set the video4linux device.
43
44       -b n
45           enforce n bpp color depth.  Works for switching between  15/16  and
46           24/32 bpp.
47
48       -s n
49           Shift the video display by n bytes.
50
51       -a adr
52           Set  framebuffer  address to adr.  The value should be specified in
53           hex.  This option is allowed for root only.   You  can't  overwrite
54           the  autodetected  value,  this switch is only useful if autodetect
55           doesn't work because the X-Server lacks DGA support.  You  can  put
56           this  into  /etc/conf.modules, as "post-install bttv ..." for exam‐
57           ple.
58

BUGS

60       Hope I havn't any security flaws in there.  If you find one, drop me  a
61       note.  Mails with patches are preferred :-)
62

SEE ALSO

64       xawtv(1), fbtv(1)
65

AUTHOR

67       Gerd Knorr <kraxel@goldbach.in-berlin.de>
68
70       Copyright (C) 1997-99 Gerd Knorr <kraxel@goldbach.in-berlin.de>
71
72       This program is free software; you can redistribute it and/or modify it
73       under the terms of the GNU General Public License as published  by  the
74       Free  Software Foundation; either version 2 of the License, or (at your
75       option) any later version.
76
77       This program is distributed in the hope that it  will  be  useful,  but
78       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
79       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  General
80       Public License for more details.
81
82       You should have received a copy of the GNU General Public License along
83       with this program; if not, write to the Free Software Foundation, Inc.,
84       675 Mass Ave, Cambridge, MA 02139, USA.
85
86
87
88                            (c) 1997-99 Gerd Knorr                 v4l-conf(1)
Impressum