mirror of
https://github.com/X11Libre/xf86-video-v4l.git
synced 2026-03-23 17:19:49 +00:00
47 lines
1.1 KiB
Groff
47 lines
1.1 KiB
Groff
.\" shorthand for double quote that works everywhere.
|
|
.ds q \N'34'
|
|
.TH V4L 4 2026-01-30 "X Version 11"
|
|
.SH NAME
|
|
v4l \- video4linux driver
|
|
.SH SYNOPSIS
|
|
.nf
|
|
.B "Section \*qModule\*q"
|
|
\ \ ...
|
|
.B " Load \*qv4l\*q"
|
|
.B EndSection
|
|
.fi
|
|
.SH DESCRIPTION
|
|
.B v4l
|
|
is an
|
|
.B Xorg
|
|
driver for video4linux cards.
|
|
It provides a Xvideo extension port for video overlay.
|
|
Just add the driver to the module list within the module section of your
|
|
.B xorg.conf
|
|
file if you want to use it.
|
|
There are no config options.
|
|
.P
|
|
Note that the extmod module is also required for the Xvideo
|
|
support (and lots of other extensions too).
|
|
.SH SUPPORTED HARDWARE
|
|
The
|
|
.B v4l
|
|
driver works with every piece of hardware which is supported by a
|
|
video4linux (kernel-) device driver and is able to handle video
|
|
overlay.
|
|
.P
|
|
bt848/bt878-based TV cards are the most popular hardware these
|
|
days.
|
|
.SH CONFIGURATION DETAILS
|
|
Please refer to
|
|
.BR xorg.conf (5)
|
|
for general configuration details.
|
|
This section only covers configuration details specific to this driver.
|
|
.SH "SEE ALSO"
|
|
.BR Xorg (1),
|
|
.BR Xserver (1),
|
|
.BR xorg.conf (5),
|
|
.BR X (7)
|
|
.SH AUTHORS
|
|
Authors include: Gerd Knorr <kraxel@bytesex.org>
|