V4L(4) Kernel Interfaces Manual V4L(4)NAME
v4l - video4linux driver
SYNOPSIS
Section "Module"
...
Load "v4l"
EndSection
DESCRIPTION
v4l is an 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 xorg.conf file if you want to use it. There are no config options.
Note that the extmod module is also required for the Xvideo support (and lots of other extensions too).
SUPPORTED HARDWARE
The v4l driver works with every piece of hardware which is supported by a video4linux (kernel-) device driver and is able to handle video
overlay.
bt848/bt878-based TV cards are the most popular hardware these days.
CONFIGURATION DETAILS
Please refer to xorg.conf(5) for general configuration details. This section only covers configuration details specific to this driver.
SEE ALSO Xorg(1), xorg.conf(5), xorgconfig(1), Xserver(1), X(7)AUTHORS
Authors include: Gerd Knorr <kraxel@bytesex.org>
X Version 11 xf86-video-v4l 0.2.0 V4L(4)
Check Out this Related Man Page
V4L(4) Kernel Interfaces Manual V4L(4)NAME
v4l - video4linux driver
SYNOPSIS
Section "Module"
...
Load "v4l"
EndSection
DESCRIPTION
v4l is an 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 xorg.conf file if you want to use it. There are no config options.
Note that the extmod module is also required for the Xvideo support (and lots of other extensions too).
SUPPORTED HARDWARE
The v4l driver works with every piece of hardware which is supported by a video4linux (kernel-) device driver and is able to handle video
overlay.
bt848/bt878-based TV cards are the most popular hardware these days.
CONFIGURATION DETAILS
Please refer to xorg.conf(5) for general configuration details. This section only covers configuration details specific to this driver.
SEE ALSO Xorg(1), xorg.conf(5), xorgconfig(1), Xserver(1), X(7)AUTHORS
Authors include: Gerd Knorr <kraxel@bytesex.org>
X Version 11 xf86-video-v4l 0.2.0 V4L(4)
It is possible to load many modules using xorg.conf, for example:
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionIs there some online/ps/pdf documentation about each of... (2 Replies)
Hi,all
From the v4l api page http://v4l2spec.bytesex.org/,there is a capture.c.
someone says" this application is support ntsc camera,but I don't know why it support ntsc by default
Any ideas?
thanks (0 Replies)
this is purely for posterity but it took me a while to find this solution online. 10.1 comes wanting to install the stable releases of xorg and the kernel. However on many platforms (especially with intel video) the result is an xorg that functions for a few minutes but then hangs up and prevents... (0 Replies)
There is no xorg.conf file and no XF86Config file on a certain FreeBSD machine:
# locate xorg.conf
/usr/local/man/man5/xorg.conf.5.gz
# locate XF86Config
#
Can someone let me know if that means that there is a bare bones set up possible only? xrandr works fine, but I am looking for ways to... (6 Replies)
Hi All
I need to coment out certain line from the /etc/X11/xorg.conf file for about 300 ueser, i cannot just copy over a correct copy becasue everyone has a slightly different one but i need a way to comment out certain line
i do not think i can do it with line number becaue everyones line... (1 Reply)