Author: branden Date: 2005-08-02 15:30:52 -0500 (Tue, 02 Aug 2005) New Revision: 483
Modified: trunk/debian/xserver-xorg.templates Log: Fix grammar error introduced in r425. Describe what the v4l module is. Enable the v4l module by default. Modified: trunk/debian/xserver-xorg.templates =================================================================== --- trunk/debian/xserver-xorg.templates 2005-08-02 20:24:57 UTC (rev 482) +++ trunk/debian/xserver-xorg.templates 2005-08-02 20:30:52 UTC (rev 483) @@ -62,18 +62,17 @@ Template: xserver-xorg/config/modules Type: multiselect Choices: bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, type1, v4l, vbe -Default: bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, type1, vbe +Default: bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, type1, v4l, vbe _Description: Select the X.Org server modules that should be loaded by default. It is possible to customize (or completely omit) the list of modules that the X server loads by default. This option is for advanced users. In most cases, all of these modules should be enabled. . - The glx module enable software OpenGL rendering. The dri module - enables support in the X server for Direct Rendering Infrastructure (DRI). - Note that support for DRI must also exist in the kernel, the video card, and - the installed version of the Mesa libraries for hardware-accelerated 3D - operations using DRI to work. Otherwise, the server falls back to software - rendering. + The glx module enables software OpenGL rendering. The dri module enables + support in the X server for Direct Rendering Infrastructure (DRI). Note that + support for DRI must also exist in the kernel, the video card, and the + installed version of the Mesa libraries for hardware-accelerated 3D operations + using DRI to work. Otherwise, the server falls back to software rendering. . The vbe and ddc modules enable support for VESA BIOS Extensions and Data Display Channel, respectively. These modules are used to query monitor @@ -82,6 +81,8 @@ depends on the int10 module, so if you wish to enable vbe, enable int10 as well. . + The v4l module enables support for the Video4Linux kernel interface. + . The dbe module enables the double-buffering extension in the server, and is useful for animation and video operations. . -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

